@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:commonName	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbpedia-owl:commonName	rdfs:range	xsd:string ;
	rdfs:isDefinedBy	dbpedia-owl: ;
	owl:sameAs	dbpedia-owl:commonName ;
	rdfs:label	"common name"@en ;
	rdfs:comment	"The common name of an entity. Frequently, foaf:name is used for all of the different names of a person; this property just defines the most commonly used name."@en .