@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:yieldedBy .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
prv:yieldedBy	rdf:type	owl:ObjectProperty ,
		owl:DeprecatedProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
prv:yieldedBy	rdfs:label	"yielded by"@en ;
	rdfs:isDefinedBy	prv: ;
	rdfs:comment	"This property is deprecated and will be removed from the Provenance Vocabulary in the next revision. prv:yieldedBy was deprecated in the process of making the Provenance Vocabulary a specialization of W3C's PROV-O. Hence, use prov:wasGeneratedBy instead."@en .