@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://aims.fao.org/aos/agrontology#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:usesProcess	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:usesProcess	rdfs:subPropertyOf	ns1:isAchievedByMeansOf ;
	owl:inverseOf	ns1:isProcessFor ;
	rdfs:label	"Uses process"@en ;
	rdfs:comment	"Y <usesProcess> X. One or more actions, activities, methods X that produce a change or development Y. E.g.: \"fruit cleaning\" <usesProcess> \"sterilization\"."@en .