http://www.w3.org/ns/oa#suffix
The snippet of text that occurs immediately after the text which is being selected.
See oa:TextQuoteSelector.
DOMAIN | PROPERTY | RANGE |
---|---|---|
oa:#Selector | oa:#suffix | 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:suffix a owl:DatatypeProperty ;
rdfs:label "suffix"@en ;
rdfs:comment """The snippet of text that occurs immediately after the text which is being selected.
See oa:TextQuoteSelector."""@en ;
rdfs:domain oa:Selector ;
rdfs:isDefinedBy oa: .