@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns1:	<http://purl.org/net/provenance/> .
@prefix prvTypes:	<http://purl.org/net/provenance/types#> .
ns1:types	foaf:topic	prvTypes:QueryExecution .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
prvTypes:QueryExecution	rdf:type	owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
prvTypes:QueryExecution	rdfs:label	"Query Execution"@en ;
	rdfs:isDefinedBy	prvTypes: .
@prefix prv:	<http://purl.org/net/provenance/ns#> .
prvTypes:QueryExecution	rdfs:subClassOf	prv:DataCreation ,
		_:vb151414520 .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns8:	<http://kingsley.idehen.net/about/id/entity/http/purl.org/net/provenance/> .
prvTypes:QueryExecution	wdrs:describedby	ns8:types .
_:vb151414519	owl:allValuesFrom	prvTypes:QueryExecution .