@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:isComposedOf	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:isComposedOf	rdfs:subPropertyOf	ns1:hasPart ;
	owl:inverseOf	ns1:compose ;
	rdfs:label	"Is composed of"@en ;
	rdfs:comment	"X <isComposedOf> Y. 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\" <composedOf> \"blood cell\", \"\"blood gas\", \"blood lipid\", \"blood protein\"; \"beer\" <composedOf>  \"water\", \"yeast\", (and by inheritance \"hops\" c.f. <madeFrom>)."@en .