@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:SpecyRank . ns0:FamilyRank owl:disjointWith ns0:SpecyRank . ns0:GenusRank owl:disjointWith ns0:SpecyRank . ns0:KingdomRank owl:disjointWith ns0:SpecyRank . ns0:OrderRank owl:disjointWith ns0:SpecyRank . ns0:PhylumRank owl:disjointWith ns0:SpecyRank . ns0:SpecyRank metadata_def:mappingLoom "species" ; metadata_def:mappingSameURI ns0:SpecyRank ; metadata_def:prefLabel "Espèce"@fr, "Species"@en ; metadata:prefixIRI "SpecyRank" ; a owl:Class ; rdfs:comment "Species is the lowest traditional taxon. E.g., in the case of humans the species is \"Homo sapiens\"."@en ; rdfs:isDefinedBy "\"http://www.ontologydesignpatterns.org/cp/owl/linnaeantaxonomy.owl#Species\"" ; rdfs:label "Espèce"@fr, "Species"@en ; rdfs:seeAlso "Ontology Design Pattern linneanTaxonomy:Species"@en, "http://aims.fao.org/aos/agrovoc/c_331243" ; rdfs:subClassOf ns0:Taxon ; owl:disjointWith ns0:VarietyRank . ns0:hasGenus rdfs:domain ns0:SpecyRank . ns0:hasSpecy rdfs:range ns0:SpecyRank . ns0:includesSpecies rdfs:range ns0:SpecyRank . ns0:includesVarieties rdfs:domain ns0:SpecyRank .
@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:SpecyRank .

ns0:FamilyRank
    owl:disjointWith ns0:SpecyRank .

ns0:GenusRank
    owl:disjointWith ns0:SpecyRank .

ns0:KingdomRank
    owl:disjointWith ns0:SpecyRank .

ns0:OrderRank
    owl:disjointWith ns0:SpecyRank .

ns0:PhylumRank
    owl:disjointWith ns0:SpecyRank .

ns0:SpecyRank
    metadata_def:mappingLoom "species" ;
    metadata_def:mappingSameURI ns0:SpecyRank ;
    metadata_def:prefLabel "Espèce"@fr, "Species"@en ;
    metadata:prefixIRI "SpecyRank" ;
    a owl:Class ;
    rdfs:comment "Species is the lowest traditional taxon. E.g., in the case of humans the species is \"Homo sapiens\"."@en ;
    rdfs:isDefinedBy "\"http://www.ontologydesignpatterns.org/cp/owl/linnaeantaxonomy.owl#Species\"" ;
    rdfs:label "Espèce"@fr, "Species"@en ;
    rdfs:seeAlso "Ontology Design Pattern linneanTaxonomy:Species"@en, "http://aims.fao.org/aos/agrovoc/c_331243" ;
    rdfs:subClassOf ns0:Taxon ;
    owl:disjointWith ns0:VarietyRank .

ns0:hasGenus
    rdfs:domain ns0:SpecyRank .

ns0:hasSpecy
    rdfs:range ns0:SpecyRank .

ns0:includesSpecies
    rdfs:range ns0:SpecyRank .

ns0:includesVarieties
    rdfs:domain ns0:SpecyRank .