Semantic Web Technologies: XML, RDF, OWL
owl:DatatypeProperty
) if they are relations
between instances of classes and RDF literals and XML Schema
datatypes.owl:ObjectProperty
)if they are relations between
instances of two classes. <owl:ObjectProperty rdf:ID="hasParent"> <rdfs:domain rdf:resource="#Animal"/> <rdfs:range rdf:resource="#Animal"/> </owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="hasFather"> <rdfs:subPropertyOf rdf:resource="#hasParent"/> <rdfs:range rdf:resource="#Male"/> </owl:ObjectProperty>
31 of 41