oa:#prefix leaf node


URI

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

Label

prefix

Description

A snippet of text that occurs immediately before the text which is being selected.

See oa:TextQuoteSelector.

Usage

DOMAINPROPERTYRANGE
oa:#Selector oa:#prefix 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:prefix a owl:DatatypeProperty ;
    rdfs:label "prefix"@en ;
    rdfs:comment """A snippet of text that occurs immediately before the text which is being selected.

See oa:TextQuoteSelector."""@en ;
    rdfs:domain oa:Selector ;
    rdfs:isDefinedBy oa: .