oa:#cachedSource leaf node


URI

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

Label

cachedSource

Description

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

Usage

DOMAINPROPERTYRANGE
oa:#TimeState oa:#cachedSource 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: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: .