@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbo:	<http://dbpedia.org/ontology/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbo:commandant	rdf:type	owl:ObjectProperty ,
		rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns4:	<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> .
dbo:commandant	rdfs:subPropertyOf	ns4:sameSettingAs ,
		dbo:keyPerson ;
	rdfs:range	dbo:Person ;
	owl:sameAs	dbo:commandant ;
	rdfs:label	"commandant"@en ,
		"Kommandant"@de .
@prefix prov:	<http://www.w3.org/ns/prov#> .
@prefix ns6:	<http://mappings.dbpedia.org/index.php/OntologyProperty:> .
dbo:commandant	prov:wasDerivedFrom	ns6:commandant .