@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:File .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
prv:DataItem	owl:disjointWith	prv:File .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
prv:File	rdfs:label	"File"@en ;
	rdfs:isDefinedBy	prv: ;
	rdfs:comment	"File is a general class that represents computer files/documents of any kind."@en .
@prefix prov:	<http://www.w3.org/ns/prov#> .
prv:File	rdfs:subClassOf	prov:Entity ;
	owl:disjointWith	prv:DataItem .
prv:serializedBy	rdfs:range	prv:File .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
_:vb151414512	rdf:first	prv:File .
_:vb151414515	rdf:first	prv:File .