@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:operatedBy .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
prv:operatedBy	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
prv:operatedBy	rdfs:label	"operated by"@en ;
	rdfs:domain	prv:NonHumanAgent ;
	rdfs:range	prv:HumanAgent ;
	rdfs:isDefinedBy	prv: ;
	rdfs:comment	"This property refers to a human agent who was operating a non-human agent. For instance, a service provider operates a data providing service (see concept prv:DataProvidingService). Another example is a human agent who operates a non-human data creating agent."@en .
@prefix prov:	<http://www.w3.org/ns/prov#> .
prv:operatedBy	rdfs:subPropertyOf	prov:actedOnBehalfOf .