<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://contextus.net/ontology/ontomedia/ext/common/trait#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> <owl:FunctionalProperty rdf:about="http://contextus.net/ontology/ontomedia/ext/common/trait#has-age"> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> <rdfs:comment>This property specifies the age of the entity</rdfs:comment> <rdfs:label>Age</rdfs:label> <rdfs:domain rdf:resource="http://contextus.net/ontology/ontomedia/ext/common/trait#Age"/> <rdfs:range rdf:resource="http://contextus.net/ontology/ontomedia/ext/common/trait#Value"/> </owl:FunctionalProperty> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://contextus.net/ontology/ontomedia/ext/common/trait#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
  <owl:FunctionalProperty rdf:about="http://contextus.net/ontology/ontomedia/ext/common/trait#has-age">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:comment>This property specifies the age of the entity</rdfs:comment>
    <rdfs:label>Age</rdfs:label>
    <rdfs:domain rdf:resource="http://contextus.net/ontology/ontomedia/ext/common/trait#Age"/>
    <rdfs:range rdf:resource="http://contextus.net/ontology/ontomedia/ext/common/trait#Value"/>
  </owl:FunctionalProperty>
</rdf:RDF>