http://www.w3.org/ns/oa#end
The end position of the segment of text or bytes. The first character/byte in the full text/stream is position 0. The character/byte indicated at position oa:end is NOT included within the selected segment.
See oa:DataPositionSelector and oa:oa:TextPositionSelector.
DOMAIN | PROPERTY | RANGE |
---|---|---|
oa:#Selector | oa:#end | xsd:nonNegativeInteger |
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
oa:end a owl:DatatypeProperty ;
rdfs:label "end"@en ;
rdfs:comment """The end position of the segment of text or bytes. The first character/byte in the full text/stream is position 0. The character/byte indicated at position oa:end is NOT included within the selected segment.
See oa:DataPositionSelector and oa:oa:TextPositionSelector."""@en ;
rdfs:domain oa:Selector ;
rdfs:isDefinedBy oa: ;
rdfs:range xsd:nonNegativeInteger .