oa:#suffix leaf node


URI

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

Label

suffix

Description

The snippet of text that occurs immediately after the text which is being selected.

See oa:TextQuoteSelector.

Usage

DOMAINPROPERTYRANGE
oa:#Selector oa:#suffix owl:Thing (inferred)

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