http://purl.org/spar/fabio/isDisciplineOf
This property relates a subject vocabulary to the discipline to which it belongs.
DOMAIN | PROPERTY | RANGE |
---|---|---|
:SubjectDiscipline , Blank node (see implementation) | :isDisciplineOf | owl:Thing (inferred) |
@prefix : <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
:isDisciplineOf a owl:ObjectProperty ;
rdfs:label "is discipline of"@en ;
rdfs:comment "This property relates a subject vocabulary to the discipline to which it belongs."@en ;
rdfs:domain :SubjectDiscipline ;
rdfs:range [ a owl:Class ;
owl:unionOf ( :TermDictionary frbr:Endeavour ) ] ;
rdfs:subPropertyOf owl:topObjectProperty ;
owl:propertyDisjointWith skos:inScheme .