@prefix : <http://sweetontology.net/matrBiomass/> .
@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 somab: <http://sweetontology.net/matrBiomass/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix soma: <http://sweetontology.net/matr/> .
@base <http://sweetontology.net/matrBiomass> .

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

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

###  http://sweetontology.net/matr/Substance
soma:Substance rdf:type owl:Class .


###  http://sweetontology.net/matrBiomass/AnimalWaste
somab:AnimalWaste rdf:type owl:Class ;
                 rdfs:subClassOf somab:Biomass ;
                 rdfs:label "animal waste"@en .


###  http://sweetontology.net/matrBiomass/AquaticOrganism
somab:AquaticOrganism rdf:type owl:Class ;
                     rdfs:subClassOf somab:Organism ;
                     rdfs:label "aquatic organism"@en .


###  http://sweetontology.net/matrBiomass/Bioindicator
somab:Bioindicator rdf:type owl:Class ;
                  owl:equivalentClass somab:IndicatorSpecies ;
                  rdfs:label "bioindicator"@en .


###  http://sweetontology.net/matrBiomass/Biomass
somab:Biomass rdf:type owl:Class ;
             rdfs:subClassOf somab:LivingEntity ;
             rdfs:label "biomass"@en .


###  http://sweetontology.net/matrBiomass/Detritus
somab:Detritus rdf:type owl:Class ;
              rdfs:subClassOf somab:Biomass ;
              rdfs:label "detritus"@en .


###  http://sweetontology.net/matrBiomass/Feed
somab:Feed rdf:type owl:Class ;
          rdfs:subClassOf somab:Food ;
          rdfs:label "feed"@en .


###  http://sweetontology.net/matrBiomass/Fertilizer
somab:Fertilizer rdf:type owl:Class ;
                rdfs:subClassOf somab:Biomass ;
                rdfs:label "fertilizer"@en .


###  http://sweetontology.net/matrBiomass/Food
somab:Food rdf:type owl:Class ;
          rdfs:subClassOf somab:Biomass ;
          rdfs:label "food"@en .


###  http://sweetontology.net/matrBiomass/Gelbstoff
somab:Gelbstoff rdf:type owl:Class ;
               rdfs:subClassOf somab:Biomass ;
               rdfs:label "gelbstoff"@en .


###  http://sweetontology.net/matrBiomass/Honey
somab:Honey rdf:type owl:Class ;
           rdfs:subClassOf somab:Food ;
           rdfs:label "honey"@en .


###  http://sweetontology.net/matrBiomass/Humus
somab:Humus rdf:type owl:Class ;
           rdfs:subClassOf somab:Biomass ;
           rdfs:label "humus"@en .


###  http://sweetontology.net/matrBiomass/IndicatorSpecies
somab:IndicatorSpecies rdf:type owl:Class ;
                      rdfs:subClassOf somab:Species ;
                      rdfs:label "indicator species"@en .


###  http://sweetontology.net/matrBiomass/Litter
somab:Litter rdf:type owl:Class ;
            rdfs:subClassOf somab:Biomass ;
            rdfs:label "litter"@en .


###  http://sweetontology.net/matrBiomass/LivingEntity
somab:LivingEntity rdf:type owl:Class ;
                  rdfs:subClassOf soma:Substance ;
                  rdfs:label "living entity"@en .


###  http://sweetontology.net/matrBiomass/Manure
somab:Manure rdf:type owl:Class ;
            rdfs:subClassOf somab:Biomass ;
            rdfs:label "manure"@en .


###  http://sweetontology.net/matrBiomass/Organism
somab:Organism rdf:type owl:Class ;
              rdfs:subClassOf somab:LivingEntity ;
              rdfs:label "organism"@en .


###  http://sweetontology.net/matrBiomass/Species
somab:Species rdf:type owl:Class ;
             rdfs:subClassOf somab:Organism ;
             rdfs:label "species"@en .


###  http://sweetontology.net/matrBiomass/Wood
somab:Wood rdf:type owl:Class ;
          rdfs:subClassOf somab:Biomass ;
          rdfs:label "wood"@en .


###  http://sweetontology.net/matrBiomass/WoodDebris
somab:WoodDebris rdf:type owl:Class ;
                rdfs:subClassOf somab:Wood ;
                rdfs:label "wood debris"@en .


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