@prefix : <http://sweetontology.net/phenBiol/> .
@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 soph: <http://sweetontology.net/phen/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sophb: <http://sweetontology.net/phenBiol/> .
@prefix sorepmg: <http://sweetontology.net/reprMathGraph/> .
@base <http://sweetontology.net/phenBiol> .

<http://sweetontology.net/phenBiol> rdf:type owl:Ontology ;
                                     owl:imports <http://sweetontology.net/matrBiomass> ,
                                                 <http://sweetontology.net/phen> ,
                                                 <http://sweetontology.net/reprMathGraph> ;
                                     rdfs:label "SWEET Ontology Phenomena Biology" ;
                                     dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                     owl:versionInfo "3.6.0" .

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

###  http://sweetontology.net/phenBiol/Assimilation
sophb:Assimilation rdf:type owl:Class ;
                   rdfs:subClassOf sophb:BiologicalPhenomena ;
                   rdfs:label "assimilation"@en .


###  http://sweetontology.net/phenBiol/BiologicalActivity
sophb:BiologicalActivity rdf:type owl:Class ;
                         rdfs:subClassOf sophb:BiologicalPhenomena ;
                         rdfs:label "biological activity"@en .


###  http://sweetontology.net/phenBiol/BiologicalPhenomena
sophb:BiologicalPhenomena rdf:type owl:Class ;
                          rdfs:subClassOf soph:Phenomena ;
                          rdfs:label "biological phenomena"@en .


###  http://sweetontology.net/phenBiol/Birth
sophb:Birth rdf:type owl:Class ;
            rdfs:subClassOf sophb:VitalActivity ;
            rdfs:label "birth"@en .


###  http://sweetontology.net/phenBiol/BirthDefect
sophb:BirthDefect rdf:type owl:Class ;
                  rdfs:subClassOf sophb:Disease ;
                  rdfs:label "birth defect"@en .


###  http://sweetontology.net/phenBiol/Breathing
sophb:Breathing rdf:type owl:Class ;
                rdfs:subClassOf sophb:BiologicalPhenomena ;
                rdfs:label "breathing"@en .


###  http://sweetontology.net/phenBiol/Broncitis
sophb:Broncitis rdf:type owl:Class ;
                rdfs:subClassOf sophb:Disease ;
                rdfs:label "broncitis"@en .


###  http://sweetontology.net/phenBiol/Cancer
sophb:Cancer rdf:type owl:Class ;
             rdfs:subClassOf sophb:Disease ;
             rdfs:label "cancer"@en .


###  http://sweetontology.net/phenBiol/CardiovascularDisease
sophb:CardiovascularDisease rdf:type owl:Class ;
                            rdfs:subClassOf sophb:Disease ;
                            rdfs:label "cardiovascular disease"@en .


###  http://sweetontology.net/phenBiol/Chemosynthesis
sophb:Chemosynthesis rdf:type owl:Class ;
                     rdfs:subClassOf sophb:BiologicalPhenomena ;
                     rdfs:label "chemosynthesis"@en .


###  http://sweetontology.net/phenBiol/Consumption
sophb:Consumption rdf:type owl:Class ;
                  rdfs:subClassOf sophb:BiologicalPhenomena ;
                  rdfs:label "consumption"@en .


###  http://sweetontology.net/phenBiol/Death
sophb:Death rdf:type owl:Class ;
            rdfs:subClassOf sophb:VitalActivity ;
            rdfs:label "death"@en .


###  http://sweetontology.net/phenBiol/Decomposition
sophb:Decomposition rdf:type owl:Class ;
                    rdfs:subClassOf sophb:BiologicalPhenomena ;
                    rdfs:label "decomposition"@en .


###  http://sweetontology.net/phenBiol/Denitrification
sophb:Denitrification rdf:type owl:Class ;
                      rdfs:subClassOf sophb:BiologicalPhenomena ;
                      rdfs:label "denitrification"@en .


###  http://sweetontology.net/phenBiol/Disease
sophb:Disease rdf:type owl:Class ;
              rdfs:subClassOf sophb:BiologicalPhenomena ;
              rdfs:label "disease"@en .


###  http://sweetontology.net/phenBiol/Epidemic
sophb:Epidemic rdf:type owl:Class ;
               rdfs:subClassOf sophb:Disease ;
               rdfs:label "epidemic"@en .


###  http://sweetontology.net/phenBiol/Excretion
sophb:Excretion rdf:type owl:Class ;
                rdfs:subClassOf sophb:BiologicalPhenomena ;
                rdfs:label "excretion"@en .


###  http://sweetontology.net/phenBiol/Exposure
sophb:Exposure rdf:type owl:Class ;
               rdfs:subClassOf sophb:BiologicalPhenomena ;
               rdfs:label "exposure"@en .


###  http://sweetontology.net/phenBiol/Feeding
sophb:Feeding rdf:type owl:Class ;
              rdfs:subClassOf sophb:BiologicalPhenomena ;
              rdfs:label "feeding"@en .


###  http://sweetontology.net/phenBiol/Fertilization
sophb:Fertilization rdf:type owl:Class ;
                    rdfs:subClassOf sophb:BiologicalPhenomena ;
                    rdfs:label "fertilization"@en .


###  http://sweetontology.net/phenBiol/Foraging
sophb:Foraging rdf:type owl:Class ;
               rdfs:subClassOf sophb:BiologicalPhenomena ;
               rdfs:label "foraging"@en .


###  http://sweetontology.net/phenBiol/Grazing
sophb:Grazing rdf:type owl:Class ;
              rdfs:subClassOf sophb:BiologicalPhenomena ;
              rdfs:label "grazing"@en .


###  http://sweetontology.net/phenBiol/Health
sophb:Health rdf:type owl:Class ;
             rdfs:subClassOf sophb:BiologicalPhenomena ;
             rdfs:label "health"@en .


###  http://sweetontology.net/phenBiol/Hearing
sophb:Hearing rdf:type owl:Class ;
              rdfs:subClassOf sophb:Sense ;
              rdfs:label "hearing"@en .


###  http://sweetontology.net/phenBiol/Inhalation
sophb:Inhalation rdf:type owl:Class ;
                 rdfs:subClassOf sophb:BiologicalPhenomena ;
                 rdfs:label "inhalation"@en .


###  http://sweetontology.net/phenBiol/Maintenance
sophb:Maintenance rdf:type owl:Class ;
                  rdfs:subClassOf sophb:BiologicalPhenomena ;
                  rdfs:label "maintenance"@en .


###  http://sweetontology.net/phenBiol/MetabolicPathway
sophb:MetabolicPathway rdf:type owl:Class ;
                       rdfs:subClassOf sophb:BiologicalPhenomena ,
                                       sorepmg:Path ;
                       rdfs:label "metabolic pathway"@en .


###  http://sweetontology.net/phenBiol/Nursing
sophb:Nursing rdf:type owl:Class ;
              rdfs:subClassOf sophb:BiologicalPhenomena ;
              rdfs:label "nursing"@en .


###  http://sweetontology.net/phenBiol/OcularMelanoma
sophb:OcularMelanoma rdf:type owl:Class ;
                     rdfs:subClassOf sophb:Cancer ;
                     rdfs:label "ocular melanoma"@en .


###  http://sweetontology.net/phenBiol/Photosynthesis
sophb:Photosynthesis rdf:type owl:Class ;
                     rdfs:subClassOf sophb:BiologicalPhenomena ;
                     rdfs:label "photosynthesis"@en .


###  http://sweetontology.net/phenBiol/PlantStress
sophb:PlantStress rdf:type owl:Class ;
                  rdfs:subClassOf sophb:BiologicalPhenomena ;
                  rdfs:label "plant stress"@en .


###  http://sweetontology.net/phenBiol/Pollination
sophb:Pollination rdf:type owl:Class ;
                  rdfs:subClassOf sophb:BiologicalPhenomena ;
                  rdfs:label "pollination"@en .


###  http://sweetontology.net/phenBiol/Respiration
sophb:Respiration rdf:type owl:Class ;
                  rdfs:subClassOf sophb:BiologicalPhenomena ;
                  rdfs:label "respiration"@en .


###  http://sweetontology.net/phenBiol/Sense
sophb:Sense rdf:type owl:Class ;
            rdfs:subClassOf sophb:BiologicalPhenomena ;
            rdfs:label "sense"@en .


###  http://sweetontology.net/phenBiol/Spawning
sophb:Spawning rdf:type owl:Class ;
               rdfs:subClassOf sophb:BiologicalPhenomena ;
               rdfs:label "spawning"@en .


###  http://sweetontology.net/phenBiol/Survival
sophb:Survival rdf:type owl:Class ;
               rdfs:subClassOf sophb:VitalActivity ;
               rdfs:label "survival"@en .


###  http://sweetontology.net/phenBiol/Transpiration
sophb:Transpiration rdf:type owl:Class ;
                    rdfs:subClassOf sophb:BiologicalPhenomena ;
                    rdfs:label "transpiration"@en .


###  http://sweetontology.net/phenBiol/Uptake
sophb:Uptake rdf:type owl:Class ;
             rdfs:subClassOf sophb:Assimilation ;
             rdfs:label "uptake"@en .


###  http://sweetontology.net/phenBiol/Vision
sophb:Vision rdf:type owl:Class ;
             rdfs:subClassOf sophb:Sense ;
             rdfs:label "vision"@en .


###  http://sweetontology.net/phenBiol/VitalActivity
sophb:VitalActivity rdf:type owl:Class ;
                    rdfs:subClassOf sophb:BiologicalActivity ;
                    rdfs:label "vital activity"@en .


###  http://sweetontology.net/phenBiol/Waste
sophb:Waste rdf:type owl:Class ;
            rdfs:subClassOf sophb:BiologicalPhenomena ;
            rdfs:label "waste"@en .


###  http://sweetontology.net/reprMathGraph/Path
sorepmg:Path rdf:type owl:Class .


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