@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:isPartOf	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
ns1:isPartOf	rdfs:subPropertyOf	skos:related ;
	owl:inverseOf	ns1:hasPart ;
	rdfs:label	"Is part of"@en ;
	rdfs:comment	"Y <isPartOf> X. A part Y that compose an entity X. Use this relationship when none of the other partitivity relations (<component>, <composedOf>, <portion>, <member>, <includesSubprocess>) apply. E.g. in a plant ontology: {PlantPart} <isPartOf> {Taxonomic};"@en .