@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbpedia-owl:	<http://dbpedia.org/ontology/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbpedia-owl:locationCity	rdf:type	owl:ObjectProperty ;
	owl:sameAs	dbpedia-owl:locationCity .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia-owl:locationCity	rdfs:domain	dbpedia-owl:Organisation ;
	rdfs:range	dbpedia-owl:City ;
	rdfs:label	"location city"@en ;
	rdfs:comment	"City the thing is located."@en ;
	rdfs:isDefinedBy	dbpedia-owl: .