@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:Actor .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
prv:Actor	rdf:type	owl:DeprecatedClass ,
		owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
prv:Actor	rdfs:label	"Actor"@en ;
	rdfs:isDefinedBy	prv: ;
	rdfs:comment	"This class is deprecated and will be removed from the Provenance Vocabulary in the next revision. prv:Actor was deprecated in the process of making the Provenance Vocabulary a specialization of W3C's PROV-O. Hence, use one of the more specific classes prv:HumanAgent and prv:NonHumanAgent instead; or, if such a specialization is unsuitable for the use case at hand, directly use the general class prov:Agent as defined by PROV-O."@en .