@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema:	<http://schema.org/> .
schema:image	rdf:type	rdf:Property .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
schema:image	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix virtrdf:	<http://www.openlinksw.com/schemas/virtrdf#> .
schema:image	rdfs:subPropertyOf	virtrdf:url ;
	rdfs:label	"image" ;
	rdfs:domain	_:b2555167 ;
	rdfs:comment	"An image of the item. This can be a <a href=\"http://schema.org/URL\">URL</a> or a fully described <a href=\"http://schema.org/ImageObject\">ImageObject</a>." ;
	schema:domainIncludes	schema:Thing ;
	schema:rangeIncludes	schema:ImageObject ,
		schema:URL .
_:b2555167	rdf:type	owl:Class ;
	owl:unionOf	_:b2555173 .
_:b2555173	rdf:first	owl:Thing ;
	rdf:rest	_:b2555191 .
@prefix ns5:	<http://purl.org/acco/ns#> .
_:b2555179	rdf:first	ns5:Meal ;
	rdf:rest	_:b2555225 .
_:b2555185	rdf:first	ns5:BedType ;
	rdf:rest	_:b2555215 .
_:b2555191	rdf:first	ns5:Accommodation ;
	rdf:rest	_:b2555197 .
_:b2555197	rdf:first	ns5:AccommodationFeature ;
	rdf:rest	_:b2555179 .
_:b2555215	rdf:first	ns5:DwellingType ;
	rdf:rest	_:b2555220 .
_:b2555220	rdf:first	ns5:CompoundPrice ;
	rdf:rest	rdf:nil .
_:b2555225	rdf:first	ns5:Allinclusive ;
	rdf:rest	_:b2555185 .