@prefix : <http://sweetontology.net/matrAnimal/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix soman: <http://sweetontology.net/matrAnimal/> .
@prefix somab: <http://sweetontology.net/matrBiomass/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://sweetontology.net/matrAnimal> .

<http://sweetontology.net/matrAnimal> rdf:type owl:Ontology ;
                                       owl:imports <http://sweetontology.net/matrBiomass> ;
                                       rdfs:label "SWEET Ontology Material Animal" ;
                                       dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                       owl:versionInfo "3.6.0" .

#################################################################
#    Classes
#################################################################

###  http://sweetontology.net/matrAnimal/AcornWorm
soman:AcornWorm rdf:type owl:Class ;
               rdfs:subClassOf soman:Invertebrate ;
               rdfs:label "acorn worm"@en .


###  http://sweetontology.net/matrAnimal/Amphibian
soman:Amphibian rdf:type owl:Class ;
               rdfs:subClassOf soman:Animal ;
               rdfs:label "amphibian"@en .


###  http://sweetontology.net/matrAnimal/Anemone
soman:Anemone rdf:type owl:Class ;
             rdfs:subClassOf soman:Animal ;
             rdfs:label "anemone"@en .


###  http://sweetontology.net/matrAnimal/Animal
soman:Animal rdf:type owl:Class ;
            rdfs:subClassOf somab:Organism ;
            rdfs:label "animal"@en .


###  http://sweetontology.net/matrAnimal/Arachnid
soman:Arachnid rdf:type owl:Class ;
              rdfs:subClassOf soman:Animal ;
              rdfs:label "arachnid"@en .


###  http://sweetontology.net/matrAnimal/Arthropod
soman:Arthropod rdf:type owl:Class ;
               rdfs:subClassOf soman:Animal ;
               rdfs:label "arthropod"@en .


###  http://sweetontology.net/matrAnimal/Bee
soman:Bee rdf:type owl:Class ;
         rdfs:subClassOf soman:Insect ;
         rdfs:label "bee"@en .


###  http://sweetontology.net/matrAnimal/Bird
soman:Bird rdf:type owl:Class ;
          rdfs:subClassOf soman:Animal ;
          rdfs:label "bird"@en .


###  http://sweetontology.net/matrAnimal/Centipede
soman:Centipede rdf:type owl:Class ;
               rdfs:subClassOf soman:Animal ;
               rdfs:label "centipede"@en .


###  http://sweetontology.net/matrAnimal/Coral
soman:Coral rdf:type owl:Class ;
           rdfs:subClassOf soman:Animal ;
           rdfs:label "coral"@en .


###  http://sweetontology.net/matrAnimal/Cow
soman:Cow rdf:type owl:Class ;
         rdfs:subClassOf soman:Animal ;
         rdfs:label "cow"@en .


###  http://sweetontology.net/matrAnimal/Crustacean
soman:Crustacean rdf:type owl:Class ;
                rdfs:subClassOf soman:Animal ;
                rdfs:label "crustacean"@en .


###  http://sweetontology.net/matrAnimal/Dairy
soman:Dairy rdf:type owl:Class ;
           rdfs:subClassOf soman:Animal ;
           rdfs:label "dairy"@en .


###  http://sweetontology.net/matrAnimal/Echinoderm
soman:Echinoderm rdf:type owl:Class ;
                rdfs:subClassOf soman:Animal ;
                rdfs:label "echinoderm"@en .


###  http://sweetontology.net/matrAnimal/ExoticSpecies
soman:ExoticSpecies rdf:type owl:Class ;
                   rdfs:subClassOf soman:Animal ;
                   rdfs:label "exotic species"@en .


###  http://sweetontology.net/matrAnimal/Fauna
soman:Fauna rdf:type owl:Class ;
           rdfs:subClassOf soman:Animal ;
           rdfs:label "fauna"@en .


###  http://sweetontology.net/matrAnimal/Fish
soman:Fish rdf:type owl:Class ;
          rdfs:subClassOf soman:MarineAnimal ;
          rdfs:label "fish"@en .


###  http://sweetontology.net/matrAnimal/Flatworm
soman:Flatworm rdf:type owl:Class ;
              rdfs:subClassOf soman:Animal ;
              rdfs:label "flatworm"@en .


###  http://sweetontology.net/matrAnimal/Human
soman:Human rdf:type owl:Class ;
           rdfs:subClassOf soman:Mammal ;
           rdfs:label "human"@en .


###  http://sweetontology.net/matrAnimal/IndigenousSpecies
soman:IndigenousSpecies rdf:type owl:Class ;
                       rdfs:subClassOf soman:Animal ;
                       rdfs:label "indigenous species"@en .


###  http://sweetontology.net/matrAnimal/Insect
soman:Insect rdf:type owl:Class ;
            rdfs:subClassOf soman:Animal ;
            rdfs:label "insect"@en .


###  http://sweetontology.net/matrAnimal/Invertebrate
soman:Invertebrate rdf:type owl:Class ;
                  rdfs:subClassOf soman:Animal ;
                  rdfs:label "invertebrate"@en .


###  http://sweetontology.net/matrAnimal/Jellyfish
soman:Jellyfish rdf:type owl:Class ;
               rdfs:subClassOf soman:MarineAnimal ;
               rdfs:label "jellyfish"@en .


###  http://sweetontology.net/matrAnimal/Livestock
soman:Livestock rdf:type owl:Class ;
               rdfs:subClassOf soman:Animal ;
               rdfs:label "livestock"@en .


###  http://sweetontology.net/matrAnimal/Mammal
soman:Mammal rdf:type owl:Class ;
            rdfs:subClassOf soman:Animal ;
            rdfs:label "mammal"@en .


###  http://sweetontology.net/matrAnimal/MarineAnimal
soman:MarineAnimal rdf:type owl:Class ;
                  rdfs:subClassOf soman:Animal ;
                  rdfs:label "marine animal"@en .


###  http://sweetontology.net/matrAnimal/MarineBird
soman:MarineBird rdf:type owl:Class ;
                rdfs:subClassOf soman:MarineAnimal ;
                rdfs:label "marine bird"@en .


###  http://sweetontology.net/matrAnimal/MarineInvertebrate
soman:MarineInvertebrate rdf:type owl:Class ;
                        rdfs:subClassOf soman:MarineAnimal ;
                        rdfs:label "marine invertebrate"@en .


###  http://sweetontology.net/matrAnimal/MarineMammal
soman:MarineMammal rdf:type owl:Class ;
                  rdfs:subClassOf soman:MarineAnimal ;
                  rdfs:label "marine mammal"@en .


###  http://sweetontology.net/matrAnimal/Mesozooplankton
soman:Mesozooplankton rdf:type owl:Class ;
                     rdfs:subClassOf soman:Zooplankton ;
                     rdfs:label "mesozooplankton"@en .


###  http://sweetontology.net/matrAnimal/Microzooplankton
soman:Microzooplankton rdf:type owl:Class ;
                      rdfs:subClassOf soman:Zooplankton ;
                      rdfs:label "microzooplankton"@en .


###  http://sweetontology.net/matrAnimal/Millipede
soman:Millipede rdf:type owl:Class ;
               rdfs:subClassOf soman:Animal ;
               rdfs:label "millipede"@en .


###  http://sweetontology.net/matrAnimal/Mollusk
soman:Mollusk rdf:type owl:Class ;
             rdfs:subClassOf soman:Animal ;
             rdfs:label "mollusk"@en .


###  http://sweetontology.net/matrAnimal/Poultry
soman:Poultry rdf:type owl:Class ;
             rdfs:subClassOf soman:Animal ;
             rdfs:label "poultry"@en .


###  http://sweetontology.net/matrAnimal/Reptile
soman:Reptile rdf:type owl:Class ;
             rdfs:subClassOf soman:Animal ;
             rdfs:label "reptile"@en .


###  http://sweetontology.net/matrAnimal/Roundworm
soman:Roundworm rdf:type owl:Class ;
               rdfs:subClassOf soman:Animal ;
               rdfs:label "roundworm"@en .


###  http://sweetontology.net/matrAnimal/SegmentedWorm
soman:SegmentedWorm rdf:type owl:Class ;
                   rdfs:subClassOf soman:Animal ;
                   rdfs:label "segmented worm"@en .


###  http://sweetontology.net/matrAnimal/Silkworm
soman:Silkworm rdf:type owl:Class ;
              rdfs:subClassOf soman:Invertebrate ;
              rdfs:label "silkworm"@en .


###  http://sweetontology.net/matrAnimal/Sponge
soman:Sponge rdf:type owl:Class ;
            rdfs:subClassOf soman:Animal ;
            rdfs:label "sponge"@en .


###  http://sweetontology.net/matrAnimal/Vertebrate
soman:Vertebrate rdf:type owl:Class ;
                rdfs:subClassOf soman:Animal ;
                rdfs:label "vertebrate"@en .


###  http://sweetontology.net/matrAnimal/Zooplankton
soman:Zooplankton rdf:type owl:Class ;
                 rdfs:subClassOf soman:Animal ;
                 rdfs:label "zooplankton"@en .


###  http://sweetontology.net/matrBiomass/Organism
somab:Organism rdf:type owl:Class .


###  Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
