@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:occupation	rdf:type	owl:ObjectProperty ;
	owl:sameAs	dbpedia-owl:occupation .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia-owl:occupation	rdfs:domain	dbpedia-owl:Person ;
	rdfs:range	dbpedia-owl:PersonFunction ;
	rdfs:label	"Besch\u00E4ftigung"@de ,
		"activit\u00E9"@fr ,
		"occupation"@en ;
	rdfs:isDefinedBy	dbpedia-owl: .