@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns1:	<http://purl.org/net/provenance/> .
@prefix prv:	<http://purl.org/net/provenance/ns#> .
ns1:ns	foaf:topic	prv:accessedResource .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
prv:accessedResource	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
prv:accessedResource	rdfs:label	"accessed"@en ;
	rdfs:domain	prv:DataAccess .
@prefix ns6:	<http://www.ontologydesignpatterns.org/ont/web/irw.owl#> .
prv:accessedResource	rdfs:range	ns6:WebResource ;
	rdfs:isDefinedBy	prv: ;
	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 .
_:vb151414509	owl:onProperty	prv:accessedResource .