<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://purl.org/olia/system.owl#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> <owl:ObjectProperty rdf:about="http://purl.org/olia/system.owl#hasFeature"> <rdfs:comment>A UnitOfAnnotation or a Relation can carry Features that express annotations attached to them. By convention, (tags that represent) Features can be linked with Feature individuals, as well. Because of this reflexivity, a predicate like hasDegree(positive) allows to retrieve the individual positive as well. (This is necessary if positive represents a tag on its own, rather than being a property of a complex tag.)</rdfs:comment> <rdfs:label xml:lang="en">has feature</rdfs:label> <rdfs:domain rdf:resource="http://purl.org/olia/system.owl#LinguisticAnnotation"/> <rdfs:range rdf:resource="http://purl.org/olia/system.owl#Feature"/> </owl:ObjectProperty> <rdf:Description rdf:about="http://purl.org/olia/ubyCat.owl#has_WordFormAttribute"> <rdfs:subPropertyOf rdf:resource="http://purl.org/olia/system.owl#hasFeature"/> </rdf:Description> <rdf:Description rdf:about="http://purl.org/olia/ubyCat.owl#has_partOfSpeech"> <rdfs:subPropertyOf rdf:resource="http://purl.org/olia/system.owl#hasFeature"/> </rdf:Description> </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://purl.org/olia/system.owl#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
  <owl:ObjectProperty rdf:about="http://purl.org/olia/system.owl#hasFeature">
    <rdfs:comment>A UnitOfAnnotation or a Relation can carry Features that express annotations attached to them. By convention, (tags that represent) Features can be linked with Feature individuals, as well. Because of this reflexivity, a predicate like hasDegree(positive) allows to retrieve the individual positive as well. (This is necessary if positive represents a tag on its own, rather than being a property of a complex tag.)</rdfs:comment>
    <rdfs:label xml:lang="en">has feature</rdfs:label>
    <rdfs:domain rdf:resource="http://purl.org/olia/system.owl#LinguisticAnnotation"/>
    <rdfs:range rdf:resource="http://purl.org/olia/system.owl#Feature"/>
  </owl:ObjectProperty>
  <rdf:Description rdf:about="http://purl.org/olia/ubyCat.owl#has_WordFormAttribute">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/olia/system.owl#hasFeature"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://purl.org/olia/ubyCat.owl#has_partOfSpeech">
    <rdfs:subPropertyOf rdf:resource="http://purl.org/olia/system.owl#hasFeature"/>
  </rdf:Description>
</rdf:RDF>