@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/net/provenance/ns#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.ontologydesignpatterns.org/ont/web/irw.owl#> . ns0:accessedResource a owl:ObjectProperty ; rdfs:comment "This property refers to the Web resource that has been accessed during the execution of a data access. More precisely, the request of the referenced Web resource resulted in retrieving the representation that has been retrieved by the corresponding prv:DataAccess execution."@en ; rdfs:domain ns0:DataAccess ; rdfs:isDefinedBy <http://purl.org/net/provenance/ns#> ; rdfs:label "accessed"@en ; rdfs:range ns1:WebResource .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/net/provenance/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.ontologydesignpatterns.org/ont/web/irw.owl#> .

ns0:accessedResource
    a owl:ObjectProperty ;
    rdfs:comment "This property refers to the Web resource that has been accessed during the execution of a data access. More precisely, the request of the referenced Web resource resulted in retrieving the representation that has been retrieved by the corresponding prv:DataAccess execution."@en ;
    rdfs:domain ns0:DataAccess ;
    rdfs:isDefinedBy <http://purl.org/net/provenance/ns#> ;
    rdfs:label "accessed"@en ;
    rdfs:range ns1:WebResource .