oa:hasSelector leaf node


URI

http://www.w3.org/ns/oa#hasSelector

Label

hasSelector

Description

The object of the relationship is a Selector that describes the segment or region of interest within the source resource.

Usage

DOMAINPROPERTYRANGE
oa:ResourceSelection oa:hasSelector oa:Selector

Implementation

@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 .