@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:isComponentOf	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:isComponentOf	rdfs:subPropertyOf	ns1:isPartOf ;
	owl:inverseOf	ns1:hasComponent ;
	rdfs:label	"Is component of"@en ;
	rdfs:comment	"X <isComponentOf> Y. An object X that is a part of a whole Y and has also an existence independently from Y. E.g. \"engine part\" <isComponentOf> \"engine\"; \"leaf\" <isComponentOf> \"tree\"; \"chromosome\" <isComponentOf> \"cell\"; but NOT \"blood cell\" <isComponentOf> \"blood\" (see <composes>)."@en .