http://purl.org/spar/fabio/isSchemeOf
This property expresses the fact that a scheme contains a concept.
DOMAIN | PROPERTY | RANGE |
---|---|---|
skos:ConceptScheme | :isSchemeOf | skos:Concept |
@prefix : <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
:isSchemeOf a owl:ObjectProperty ;
rdfs:label "is scheme of"@en ;
rdfs:comment "This property expresses the fact that a scheme contains a concept."@en ;
rdfs:domain skos:ConceptScheme ;
rdfs:range skos:Concept ;
rdfs:subPropertyOf owl:topObjectProperty ;
owl:inverseOf skos:inScheme .