@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:rector	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dbpedia-owl:rector	rdfs:domain	dbpedia-owl:EducationalInstitution ;
	rdfs:range	dbpedia-owl:Person .
@prefix ns4:	<http://sw.opencyc.org/concept/> .
dbpedia-owl:rector	owl:sameAs	ns4:Mx8Ngh4rY_nOYBt-QdiS5seAT9e7DQ-iaHR0cDovL2RicGVkaWEub3JnL29udG9sb2d5L3JlY3Rvcg ;
	rdfs:label	"rector"@en .
@prefix ns5:	<http://dbpedia.org/ontology/EducationalInstitution/> .
ns5:rector	rdfs:subPropertyOf	dbpedia-owl:rector .