http://www.w3.org/ns/oa#exact
A copy of the text which is being selected, after normalization.
See oa:TextQuoteSelector.
DOMAIN | PROPERTY | RANGE |
---|---|---|
oa:#Selector | oa:#exact | 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: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: .