@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns0: <http://www.w3.org/2004/02/skos/> . skos:broader owl:inverseOf skos:narrower . skos:narrowMatch rdfs:subPropertyOf skos:narrower . skos:narrower a owl:AnnotationProperty, owl:NamedIndividual, owl:ObjectProperty ; rdfs:comment "Narrower concepts are typically rendered as children in a concept hierarchy (tree)."@en ; rdfs:isDefinedBy ns0:core ; rdfs:label "has narrower"@en ; rdfs:subPropertyOf skos:narrowerTransitive ; skos:definition "Relates a concept to a concept that is more specific in meaning."@en ; skos:scopeNote "By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources."@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0: <http://www.w3.org/2004/02/skos/> .

skos:broader
    owl:inverseOf skos:narrower .

skos:narrowMatch
    rdfs:subPropertyOf skos:narrower .

skos:narrower
    a owl:AnnotationProperty, owl:NamedIndividual, owl:ObjectProperty ;
    rdfs:comment "Narrower concepts are typically rendered as children in a concept hierarchy (tree)."@en ;
    rdfs:isDefinedBy ns0:core ;
    rdfs:label "has narrower"@en ;
    rdfs:subPropertyOf skos:narrowerTransitive ;
    skos:definition "Relates a concept to a concept that is more specific in meaning."@en ;
    skos:scopeNote "By convention, skos:broader is only used to assert an immediate (i.e. direct) hierarchical link between two conceptual resources."@en .