@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:usedDataFile .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns2:usedDataFile	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns2:usedDataFile	rdfs:label	"used"@en .
@prefix prv:	<http://purl.org/net/provenance/ns#> .
ns2:usedDataFile	rdfs:domain	prv:DataCreation ;
	rdfs:range	prv:File ;
	rdfs:isDefinedBy	ns2: ;
	rdfs:comment	"This property refers to a file serializing the source data item that has been used during the creation of a data item. Notice, all files that serialize source data 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:usedDataFile	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:usedDataFile	wdrs:describedby	ns9:files .
_:vb151414542	rdf:first	ns2:usedDataFile .