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