@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://ontology.irstea.fr/agronomictaxon/core#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:ClassRank owl:disjointWith ns0:PhylumRank . ns0:FamilyRank owl:disjointWith ns0:PhylumRank . ns0:GenusRank owl:disjointWith ns0:PhylumRank . ns0:KingdomRank owl:disjointWith ns0:PhylumRank . ns0:OrderRank owl:disjointWith ns0:PhylumRank . ns0:PhylumRank metadata_def:mappingLoom "phylum" ; metadata_def:mappingSameURI ns0:PhylumRank ; metadata_def:prefLabel "Division"@fr, "Phylum"@en ; metadata:prefixIRI "PhylumRank" ; a owl:Class ; rdfs:comment "Phylum is the second highest traditional taxon. E.g., in the case of humans the phylum is \"Chordata\"."@en ; rdfs:isDefinedBy "\"http://www.ontologydesignpatterns.org/cp/owl/linnaeantaxonomy.owl#Phylum\"" ; rdfs:label "Division"@fr, "Embranchement"@fr, "Phylum"@en ; rdfs:seeAlso "Ontology Design Pattern linneanTaxonomy:Phylum"@en, "http://aims.fao.org/aos/agrovoc/c_330949" ; rdfs:subClassOf ns0:Taxon ; owl:disjointWith ns0:SpecyRank, ns0:VarietyRank . ns0:hasKingdom rdfs:domain ns0:PhylumRank . ns0:hasPhylum rdfs:range ns0:PhylumRank . ns0:includesClasses rdfs:domain ns0:PhylumRank . ns0:includesPhyla rdfs:range ns0:PhylumRank .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://ontology.irstea.fr/agronomictaxon/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:ClassRank
    owl:disjointWith ns0:PhylumRank .

ns0:FamilyRank
    owl:disjointWith ns0:PhylumRank .

ns0:GenusRank
    owl:disjointWith ns0:PhylumRank .

ns0:KingdomRank
    owl:disjointWith ns0:PhylumRank .

ns0:OrderRank
    owl:disjointWith ns0:PhylumRank .

ns0:PhylumRank
    metadata_def:mappingLoom "phylum" ;
    metadata_def:mappingSameURI ns0:PhylumRank ;
    metadata_def:prefLabel "Division"@fr, "Phylum"@en ;
    metadata:prefixIRI "PhylumRank" ;
    a owl:Class ;
    rdfs:comment "Phylum is the second highest traditional taxon. E.g., in the case of humans the phylum is \"Chordata\"."@en ;
    rdfs:isDefinedBy "\"http://www.ontologydesignpatterns.org/cp/owl/linnaeantaxonomy.owl#Phylum\"" ;
    rdfs:label "Division"@fr, "Embranchement"@fr, "Phylum"@en ;
    rdfs:seeAlso "Ontology Design Pattern linneanTaxonomy:Phylum"@en, "http://aims.fao.org/aos/agrovoc/c_330949" ;
    rdfs:subClassOf ns0:Taxon ;
    owl:disjointWith ns0:SpecyRank, ns0:VarietyRank .

ns0:hasKingdom
    rdfs:domain ns0:PhylumRank .

ns0:hasPhylum
    rdfs:range ns0:PhylumRank .

ns0:includesClasses
    rdfs:domain ns0:PhylumRank .

ns0:includesPhyla
    rdfs:range ns0:PhylumRank .