@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:NonHumanAgent .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
prv:DataProvidingService	rdfs:subClassOf	prv:NonHumanAgent .
prv:deployedSoftware	rdfs:domain	prv:NonHumanAgent .
prv:operatedBy	rdfs:domain	prv:NonHumanAgent .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
prv:NonHumanAgent	rdf:type	owl:Class ;
	rdfs:label	"Non-Human Agent"@en ;
	rdfs:isDefinedBy	prv: ;
	rdfs:comment	"NonHumanAgent is a general class that represents agents who are not social beings."@en ;
	owl:disjointWith	prv:HumanAgent .
@prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> .
@prefix ns7:	<http://kingsley.idehen.net/about/id/entity/http/purl.org/net/provenance/> .
prv:NonHumanAgent	wdrs:describedby	ns7:ns .
prv:HumanAgent	owl:disjointWith	prv:NonHumanAgent .