@prefix rdf: . @prefix oa: . oa:hasSelector rdf:type rdf:Property . @prefix rdfs: . oa:hasSelector rdfs:comment "The object of the relationship is a Selector that describes the segment or region of interest within the source resource. Please note that the domain ( oa:ResourceSelection ) is not used directly in the Web Annotation model." ; rdfs:domain oa:ResourceSelection ; rdfs:isDefinedBy oa: ; rdfs:label "hasSelector" ; rdfs:range oa:Selector . @prefix pwdr: . @prefix ns4: . oa:hasSelector pwdr:describedby ns4:oa .