http://www.w3.org/ns/oa#cachedSource
A link to a copy of the Source resource's representation appropriate for the Annotation, typically a copy of the original at the time that the Annotation was created
DOMAIN | PROPERTY | RANGE |
---|---|---|
oa:#TimeState | oa:#cachedSource | 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:cachedSource a owl:ObjectProperty ;
rdfs:label "cachedSource"@en ;
rdfs:comment "A link to a copy of the Source resource's representation appropriate for the Annotation, typically a copy of the original at the time that the Annotation was created"@en ;
rdfs:domain oa:TimeState ;
rdfs:isDefinedBy oa: .