http://www.w3.org/ns/oa#hasScope
The relationship between a Specific Resource and the resource that provides the scope or context for it in this Annotation.
There MAY be 0 or more hasScope relationships for each Specific Resource.
DOMAIN | PROPERTY | RANGE |
---|---|---|
oa:#SpecificResource | oa:#hasScope | owl:Thing (inferred) |
@prefix oa: <http://www.w3.org/ns/oa#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
oa:hasScope a owl:ObjectProperty ;
rdfs:label "hasScope"@en ;
rdfs:comment """The relationship between a Specific Resource and the resource that provides the scope or context for it in this Annotation.
There MAY be 0 or more hasScope relationships for each Specific Resource."""@en ;
rdfs:domain oa:SpecificResource ;
rdfs:isDefinedBy oa: .