@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns1:	<http://purl.org/net/provenance/> .
@prefix ns2:	<http://purl.org/net/provenance/files#> .
ns1:files	foaf:topic	ns2:usedGuidelineFile .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns2:usedGuidelineFile	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns2:usedGuidelineFile	rdfs:label	"guided by"@en .
@prefix prv:	<http://purl.org/net/provenance/ns#> .
ns2:usedGuidelineFile	rdfs:domain	prv:DataCreation ;
	rdfs:range	prv:File ;
	rdfs:isDefinedBy	ns2: ;
	rdfs:comment	"This property refers to a file encoding a creation guideline which guided the execution of a data creation. Notice, all files encoding creation guidelines have provenance; we strongly encourage to describe this provenance as well, at least as far as available information permits."@en .
@prefix prov:	<http://www.w3.org/ns/prov#> .
ns2:usedGuidelineFile	rdfs:subPropertyOf	prov:used .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns9:	<http://kingsley.idehen.net/about/id/entity/http/purl.org/net/provenance/> .
ns2:usedGuidelineFile	wdrs:describedby	ns9:files .
_:vb151414539	rdf:first	ns2:usedGuidelineFile .