@prefix rdf:	<https://www.downtownmelody.com/_x/d3d3LnczLm9yZw/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<https://www.downtownmelody.com/_x/ZGJwZWRpYS5vcmc/ontology/> .
@prefix owl:	<https://www.downtownmelody.com/_x/d3d3LnczLm9yZw/2002/07/owl#> .
ns1:location	rdf:type	owl:ObjectProperty ,
		rdf:Property .
@prefix rdfs:	<https://www.downtownmelody.com/_x/d3d3LnczLm9yZw/2000/01/rdf-schema#> .
@prefix ns4:	<https://www.downtownmelody.com/_x/d3d3Lm9udG9sb2d5ZGVzaWducGF0dGVybnMub3Jn/ont/dul/DUL.owl#> .
ns1:location	rdfs:subPropertyOf	ns4:hasLocation .
@prefix schema:	<https://www.downtownmelody.com/_x/c2NoZW1hLm9yZw/> .
ns1:location	owl:equivalentProperty	schema:location ;
	rdfs:range	ns1:Place ;
	rdfs:comment	"The location of the thing."@en .
@prefix dbo:	<https://www.downtownmelody.com/_x/ZGJwZWRpYS5vcmc/ontology/> .
ns1:location	owl:sameAs	dbo:location ;
	rdfs:label	"emplacement"@fr ,
		"localiza\u00E7\u00E3o"@pt ,
		"Standort"@de ,
		"location"@en ,
		"lokalizacja"@pl ,
		"\u03C4\u03BF\u03C0\u03BF\u03B8\u03B5\u03C3\u03AF\u03B1"@el ,
		"\u6240\u5728\u5730"@ja ,
		"locatie"@nl .
@prefix prov:	<https://www.downtownmelody.com/_x/d3d3LnczLm9yZw/ns/prov#> .
@prefix ns8:	<https://www.downtownmelody.com/_x/bWFwcGluZ3MuZGJwZWRpYS5vcmc/index.php/OntologyProperty:> .
ns1:location	prov:wasDerivedFrom	ns8:location .
ns1:locationCountry	rdfs:subPropertyOf	ns1:location .
ns1:locationCity	rdfs:subPropertyOf	ns1:location .