@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
owl:FunctionalProperty	rdfs:subClassOf	rdf:Property .
owl:OntologyProperty	rdfs:subClassOf	rdf:Property .
owl:AnnotationProperty	rdfs:subClassOf	rdf:Property .
owl:onProperty	rdfs:range	rdf:Property .
owl:ObjectProperty	rdfs:subClassOf	rdf:Property .
owl:DatatypeProperty	rdfs:subClassOf	rdf:Property .
owl:DeprecatedProperty	rdfs:subClassOf	rdf:Property .