@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/olia/system.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://purl.org/olia/ubyCat.owl#> .
ns0:hasFeature
    a owl:ObjectProperty ;
    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:domain ns0:LinguisticAnnotation ;
    rdfs:label "has feature"@en ;
    rdfs:range ns0:Feature .
ns1:has_WordFormAttribute
    rdfs:subPropertyOf ns0:hasFeature .
ns1:has_partOfSpeech
    rdfs:subPropertyOf ns0:hasFeature .
 
 
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/olia/system.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://purl.org/olia/ubyCat.owl#> .
ns0:hasFeature
    a owl:ObjectProperty ;
    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:domain ns0:LinguisticAnnotation ;
    rdfs:label "has feature"@en ;
    rdfs:range ns0:Feature .
ns1:has_WordFormAttribute
    rdfs:subPropertyOf ns0:hasFeature .
ns1:has_partOfSpeech
    rdfs:subPropertyOf ns0:hasFeature .