u<rdf:Description
ID = "MotorVehicle">
u <rdf:type
resource = “http://www.w3.org/PR-rdf-schema-19990303#Class” />
u
<rdfs:subClassOf rdf:resource =
“http.../PR-rdf-schema-19990303#Resource” />
u</rdf:Description>
u<rdf:Description ID = "PassengerVehicle">
u <rdf:type
resource = “http://www.w3.org/PR-rdf-schema-19990303#Class” />
u
<rdfs:subClassOf rdf:resource= “#MotorVehicle” />
u</rdf:Description>
u<rdf:Description ID = "biologicalParent">
<rdf:type resource
= “http://www.w3.org/1999/02/22-rdf-syntax-ns#Property” />
u</rdf:Description>
u<rdf:Description ID = "biologicalFather">
<rdf:type resource =
“http://www.w3.org/1999/02/22-rdf-syntax-ns#Property” />
u
<rdfs:subPropertyOf rdf:resource = “#biologicalParent” />
u</rdf:Description>