@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:DataCreatingEntity .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
prvTypes:DataCreatingDevice	owl:disjointWith	prvTypes:DataCreatingEntity .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
prvTypes:DataCreatingEntity	rdf:type	owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
prvTypes:DataCreatingEntity	rdfs:label	"Data Creating Entity"@en ;
	rdfs:isDefinedBy	prvTypes: ;
	rdfs:comment	"DataCreatingEntity is a concept that represents a human agent who performed the creation of a data item, either directly or by being responsible for a non-human data creator (see the concepts prvTypes:DataCreatingService and prvTypes:DataCreatingDevice)."@en ;
	rdfs:subClassOf	prvTypes:DataCreator .
@prefix prv:	<http://purl.org/net/provenance/ns#> .
prvTypes:DataCreatingEntity	rdfs:subClassOf	prv:HumanAgent ;
	owl:disjointWith	prvTypes:DataCreatingService ,
		prvTypes:DataCreatingDevice .
@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:DataCreatingEntity	wdrs:describedby	ns8:types .
prvTypes:DataCreatingService	owl:disjointWith	prvTypes:DataCreatingEntity .