@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://purl.org/net/provenance/> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
ns1:types	rdf:type	foaf:Document .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:types	rdfs:label	"Document that defines the types module of the Provenance Vocabulary"@en .
@prefix prvTypes:	<http://purl.org/net/provenance/types#> .
ns1:types	foaf:topic	prvTypes:SPARQLQuery ,
		prvTypes:SQLQuery ,
		prvTypes:Sensor ,
		prvTypes:exchangedHTTPMessage ,
		prvTypes: ,
		prvTypes:TriplifyMapping .
@prefix ns5:	<http://www.ontologydesignpatterns.org/ont/web/irw.owl#> .
ns1:types	foaf:topic	ns5:WebClient ,
		prvTypes:DataCreatingDevice ,
		prvTypes:DataCreator ,
		prvTypes:DataCreatingEntity ,
		rdf:Statement ,
		prvTypes:DataCreatingService .
@prefix void:	<http://rdfs.org/ns/void#> .
ns1:types	foaf:topic	void:Dataset ,
		prvTypes:QueryExecution ,
		prvTypes:HTTPBasedDataAccess ,
		prvTypes:DataAccessor ,
		prvTypes:QueryTemplate ,
		prvTypes:Query .
@prefix http-voc:	<http://www.w3.org/2006/http#> .
ns1:types	foaf:topic	http-voc:Message .
@prefix rdfg:	<http://www.w3.org/2004/03/trix/rdfg-1/> .
ns1:types	foaf:topic	rdfg:Graph ,
		prvTypes:Measurement ,
		prvTypes:QueryResult ,
		_:vb151414519 ,
		_:vb151414520 ;
	void:sparqlEndpoint	<http://kingsley.idehen.net/sparql/> ;
	foaf:primaryTopic	prvTypes: .
@prefix ns9:	<http://vocab.deri.ie/void#> .
@prefix ns10:	<http://kingsley.idehen.net/about/id/http/purl.org/net/provenance/> .
ns10:types	ns9:inDataset	ns1:types .