http://www.w3.org/ns/oa#hasSelector
The object of the relationship is a Selector that describes the segment or region of interest within the source resource.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| oa:ResourceSelection | oa:hasSelector | oa:Selector |
@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:hasSelector a owl:ObjectProperty ;
rdfs:label "hasSelector" ;
rdfs:comment "The object of the relationship is a Selector that describes the segment or region of interest within the source resource." ;
rdfs:domain oa:ResourceSelection ;
rdfs:isDefinedBy oa: ;
rdfs:range oa:Selector .