oa:#exact leaf node


URI

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

Label

exact

Description

A copy of the text which is being selected, after normalization.

See oa:TextQuoteSelector.

Usage

DOMAINPROPERTYRANGE
oa:#Selector oa:#exact 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:exact a owl:DatatypeProperty ;
    rdfs:label "exact"@en ;
    rdfs:comment """A copy of the text which is being selected, after normalization.

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