@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:compose	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:compose	rdfs:subPropertyOf	ns1:isPartOf ;
	owl:inverseOf	ns1:isComposedOf ;
	rdfs:label	"Compose"@en ;
	rdfs:comment	"Y <compose> X. A relation in which X composed of Y holds is one where Y consists of the material or substance of which X is made.  This relation also subsumes <ingredientOf> and <substanceOf> relations. E.g. \"blood gas\", \"blood lipid\", \"blood protein\", \"blood cell\" <composes> \"blood\"; \"water\", \"yeast\" <compose>  \"beer\"."@en .