@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:performedAt .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
prv:performedAt	rdf:type	owl:DatatypeProperty ,
		owl:DeprecatedProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
prv:performedAt	rdfs:isDefinedBy	prv: ;
	rdfs:comment	"This property has been renamed to prv:completedAt. Hence, prv:performedAt is deprecated and will be removed from the Provenance Vocabulary in the next revision."@en .