@prefix : <http://sweetontology.net/phenEnvirImpact/> .
@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 somas: <http://sweetontology.net/matrSediment/> .
@prefix sophsy: <http://sweetontology.net/phenSystem/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix somaem: <http://sweetontology.net/matrElementalMolecule/> .
@prefix sophec: <http://sweetontology.net/phenEcology/> .
@prefix sostri: <http://sweetontology.net/stateRoleImpact/> .
@prefix soph: <http://sweetontology.net/phen/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sorel: <http://sweetontology.net/rela/> .
@prefix sopropsh: <http://sweetontology.net/propSpaceHeight/> .
@prefix sostrb: <http://sweetontology.net/stateRoleBiological/> .
@prefix sophei: <http://sweetontology.net/phenEnvirImpact/> .
@prefix sophwn: <http://sweetontology.net/phenWaveNoise/> .
@prefix sorea: <http://sweetontology.net/realm/> .
@prefix sostc: <http://sweetontology.net/stateChemical/> .
@prefix sorelsc: <http://sweetontology.net/relaSci/> .
@base <http://sweetontology.net/phenEnvirImpact> .

<http://sweetontology.net/phenEnvirImpact> rdf:type owl:Ontology ;
                                            owl:imports <http://sweetontology.net/matrElementalMolecule> ,
                                                        <http://sweetontology.net/matrSediment> ,
                                                        <http://sweetontology.net/phen> ,
                                                        <http://sweetontology.net/phenEcology> ,
                                                        <http://sweetontology.net/phenSystem> ,
                                                        <http://sweetontology.net/phenWaveNoise> ,
                                                        <http://sweetontology.net/propSpaceHeight> ,
                                                        <http://sweetontology.net/realm> ,
                                                        <http://sweetontology.net/rela> ,
                                                        <http://sweetontology.net/relaSci> ,
                                                        <http://sweetontology.net/stateChemical> ,
                                                        <http://sweetontology.net/stateRoleBiological> ,
                                                        <http://sweetontology.net/stateRoleImpact> ;
                                            rdfs:label "SWEET Ontology Phenomena Environmental Impact" ;
                                            dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                            owl:versionInfo "3.6.0" .

#################################################################
#    Object Properties
#################################################################

###  http://sweetontology.net/relaSci/decrease
sorelsc:decrease rdf:type owl:ObjectProperty .


###  http://sweetontology.net/relaSci/hasImpact
sorelsc:hasImpact rdf:type owl:ObjectProperty .


###  http://sweetontology.net/relaSci/hasImpactOn
sorelsc:hasImpactOn rdf:type owl:ObjectProperty .


###  http://sweetontology.net/relaSci/rise
sorelsc:rise rdf:type owl:ObjectProperty .


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

###  http://sweetontology.net/phenEnvirImpact/AirPollution
sophei:AirPollution rdf:type owl:Class ;
                   rdfs:subClassOf sophei:Pollution ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty sorelsc:hasImpactOn ;
                                     owl:someValuesFrom sorea:Atmosphere
                                   ] ;
                   rdfs:label "air pollution"@en .


###  http://sweetontology.net/phenEnvirImpact/AirQuality
sophei:AirQuality rdf:type owl:Class ;
                 rdfs:subClassOf sophei:AirPollution ;
                 rdfs:label "air quality"@en .


###  http://sweetontology.net/phenEnvirImpact/AlgalBloom
sophei:AlgalBloom rdf:type owl:Class ;
                 rdfs:subClassOf sophei:OceanEnvironmentalImpact ;
                 rdfs:label "algal bloom"@en .


###  http://sweetontology.net/phenEnvirImpact/Aridification
sophei:Aridification rdf:type owl:Class ;
                    rdfs:subClassOf sophei:LandEnvironmentalImpact ;
                    rdfs:label "aridification"@en .


###  http://sweetontology.net/phenEnvirImpact/Contamination
sophei:Contamination rdf:type owl:Class ;
                    rdfs:subClassOf sophei:EnvironmentalImpact ;
                    rdfs:label "contamination"@en .


###  http://sweetontology.net/phenEnvirImpact/CoralBleaching
sophei:CoralBleaching rdf:type owl:Class ;
                     rdfs:subClassOf sophei:OceanEnvironmentalImpact ;
                     rdfs:label "coral bleaching"@en .


###  http://sweetontology.net/phenEnvirImpact/DeadZone
sophei:DeadZone rdf:type owl:Class ;
               rdfs:subClassOf sophei:OceanEnvironmentalImpact ;
               rdfs:label "dead zone"@en .


###  http://sweetontology.net/phenEnvirImpact/Deforestation
sophei:Deforestation rdf:type owl:Class ;
                    rdfs:subClassOf sophei:LandEnvironmentalImpact ;
                    rdfs:label "deforestation"@en .


###  http://sweetontology.net/phenEnvirImpact/Desertification
sophei:Desertification rdf:type owl:Class ;
                      rdfs:subClassOf sophei:LandEnvironmentalImpact ;
                      rdfs:label "desertification"@en .


###  http://sweetontology.net/phenEnvirImpact/EnvironmentalImpact
sophei:EnvironmentalImpact rdf:type owl:Class ;
                          rdfs:subClassOf soph:Phenomena ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty sorelsc:hasImpact ;
                                            owl:hasValue sostri:Hazard
                                          ] ;
                          rdfs:label "environmental impact"@en .


###  http://sweetontology.net/phenEnvirImpact/Eutrophication
sophei:Eutrophication rdf:type owl:Class ;
                     rdfs:subClassOf sophei:OceanEnvironmentalImpact ;
                     rdfs:label "eutrophication"@en .


###  http://sweetontology.net/phenEnvirImpact/Extinction
sophei:Extinction rdf:type owl:Class ;
                 owl:equivalentClass sophei:SpeciesExtinction ;
                 rdfs:subClassOf sophei:EnvironmentalImpact ;
                 rdfs:label "extinction"@en .


###  http://sweetontology.net/phenEnvirImpact/HabitatConversion
sophei:HabitatConversion rdf:type owl:Class ;
                        rdfs:subClassOf sophei:EnvironmentalImpact ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty sorelsc:hasImpactOn ;
                                          owl:someValuesFrom sostrb:Habitat
                                        ] ;
                        rdfs:label "habitat conversion"@en .


###  http://sweetontology.net/phenEnvirImpact/HabitatFragmentation
sophei:HabitatFragmentation rdf:type owl:Class ;
                           rdfs:subClassOf sophei:HabitatConversion ;
                           rdfs:label "habitat fragmentation"@en .


###  http://sweetontology.net/phenEnvirImpact/IndoorAirQuality
sophei:IndoorAirQuality rdf:type owl:Class ;
                       rdfs:subClassOf sophei:AirQuality ;
                       rdfs:label "indoor air quality"@en .


###  http://sweetontology.net/phenEnvirImpact/InvasiveSpecies
sophei:InvasiveSpecies rdf:type owl:Class ;
                      rdfs:subClassOf sophei:EnvironmentalImpact ;
                      rdfs:label "invasive species"@en .


###  http://sweetontology.net/phenEnvirImpact/LandDegradation
sophei:LandDegradation rdf:type owl:Class ;
                      rdfs:subClassOf sophei:LandEnvironmentalImpact ;
                      rdfs:label "land degradation"@en .


###  http://sweetontology.net/phenEnvirImpact/LandEnvironmentalImpact
sophei:LandEnvironmentalImpact rdf:type owl:Class ;
                              rdfs:subClassOf sophei:EnvironmentalImpact ,
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty sorelsc:hasImpactOn ;
                                                owl:someValuesFrom sorea:Land
                                              ] ;
                              rdfs:label "land environmental impact"@en .


###  http://sweetontology.net/phenEnvirImpact/MassExtinctionEvent
sophei:MassExtinctionEvent rdf:type owl:Class ;
                          rdfs:subClassOf soph:ExtremeEvent ,
                                          sophei:EnvironmentalImpact ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty sorelsc:hasImpact ;
                                            owl:someValuesFrom sophei:Extinction
                                          ] ;
                          rdfs:label "mass extinction event"@en .


###  http://sweetontology.net/phenEnvirImpact/NoisePollution
sophei:NoisePollution rdf:type owl:Class ;
                     rdfs:subClassOf sophei:Pollution ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty sorelsc:hasImpactOn ;
                                       owl:someValuesFrom sophwn:Noise
                                     ] ;
                     rdfs:label "noise pollution"@en .


###  http://sweetontology.net/phenEnvirImpact/NutrientLoading
sophei:NutrientLoading rdf:type owl:Class ;
                      rdfs:subClassOf sophei:EnvironmentalImpact ;
                      rdfs:label "nutrient loading"@en .


###  http://sweetontology.net/phenEnvirImpact/OceanAcidification
sophei:OceanAcidification rdf:type owl:Class ;
                         rdfs:subClassOf sophei:OceanEnvironmentalImpact ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty sorel:hasState ;
                                           owl:hasValue sostc:Acid
                                         ] ;
                         rdfs:label "ocean acidification"@en .


###  http://sweetontology.net/phenEnvirImpact/OceanEnvironmentalImpact
sophei:OceanEnvironmentalImpact rdf:type owl:Class ;
                               rdfs:subClassOf sophei:EnvironmentalImpact ,
                                               [ rdf:type owl:Restriction ;
                                                 owl:onProperty sorelsc:hasImpactOn ;
                                                 owl:someValuesFrom sorea:Ocean
                                               ] ;
                               rdfs:label "ocean environmental impact"@en .


###  http://sweetontology.net/phenEnvirImpact/OilSpill
sophei:OilSpill rdf:type owl:Class ;
               rdfs:subClassOf sophei:Spill ;
               rdfs:label "oil spill"@en .


###  http://sweetontology.net/phenEnvirImpact/OzoneDepletion
sophei:OzoneDepletion rdf:type owl:Class ;
                     owl:equivalentClass sophei:OzoneHole ;
                     rdfs:label "ozone depletion"@en .


###  http://sweetontology.net/phenEnvirImpact/OzoneHole
sophei:OzoneHole rdf:type owl:Class ;
                rdfs:subClassOf sophei:AirPollution ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty sorelsc:decrease ;
                                  owl:hasValue somaem:Ozone
                                ] ;
                rdfs:label "ozone hole"@en .


###  http://sweetontology.net/phenEnvirImpact/PhotochemicalAirPollution
sophei:PhotochemicalAirPollution rdf:type owl:Class ;
                                rdfs:subClassOf sophei:AirPollution ;
                                rdfs:label "photochemical air pollution"@en .


###  http://sweetontology.net/phenEnvirImpact/Pollution
sophei:Pollution rdf:type owl:Class ;
                rdfs:subClassOf sophei:EnvironmentalImpact ;
                rdfs:label "pollution"@en .


###  http://sweetontology.net/phenEnvirImpact/RangeChange
sophei:RangeChange rdf:type owl:Class ;
                  rdfs:subClassOf sophei:EnvironmentalImpact ;
                  rdfs:label "range change"@en .


###  http://sweetontology.net/phenEnvirImpact/SaltWaterIntrusion
sophei:SaltWaterIntrusion rdf:type owl:Class ;
                         rdfs:subClassOf sophei:WaterPollution ;
                         rdfs:label "salt water intrusion"@en .


###  http://sweetontology.net/phenEnvirImpact/SeaLevelRise
sophei:SeaLevelRise rdf:type owl:Class ;
                   rdfs:subClassOf sophei:OceanEnvironmentalImpact ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty sorelsc:rise ;
                                     owl:allValuesFrom sopropsh:SeaLevel
                                   ] ;
                   rdfs:label "sea level rise"@en .


###  http://sweetontology.net/phenEnvirImpact/SoilLoss
sophei:SoilLoss rdf:type owl:Class ;
               rdfs:subClassOf sophei:LandEnvironmentalImpact ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty sorelsc:decrease ;
                                 owl:someValuesFrom somas:Soil
                               ] ;
               rdfs:label "soil loss"@en .


###  http://sweetontology.net/phenEnvirImpact/SpeciesExtinction
sophei:SpeciesExtinction rdf:type owl:Class ;
                        rdfs:label "species extinction"@en .


###  http://sweetontology.net/phenEnvirImpact/Spill
sophei:Spill rdf:type owl:Class ;
            rdfs:subClassOf sophei:EnvironmentalImpact ;
            rdfs:label "spill"@en .


###  http://sweetontology.net/phenEnvirImpact/Toxicity
sophei:Toxicity rdf:type owl:Class ;
               rdfs:subClassOf sophei:EnvironmentalImpact ;
               rdfs:label "toxicity"@en .


###  http://sweetontology.net/phenEnvirImpact/Upconing
sophei:Upconing rdf:type owl:Class ;
               rdfs:subClassOf sophei:SaltWaterIntrusion ;
               rdfs:label "upconing"@en .


###  http://sweetontology.net/phenEnvirImpact/WaterPollution
sophei:WaterPollution rdf:type owl:Class ;
                     rdfs:subClassOf sophei:Pollution ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty sorelsc:hasImpactOn ;
                                       owl:someValuesFrom sorea:Hydrosphere
                                     ] ;
                     rdfs:label "water pollution"@en .


###  http://sweetontology.net/phenEnvirImpact/WaterQuality
sophei:WaterQuality rdf:type owl:Class ;
                   rdfs:subClassOf sophei:WaterPollution ;
                   rdfs:label "water quality"@en .


###  http://sweetontology.net/phenWaveNoise/Noise
sophwn:Noise rdf:type owl:Class .


###  http://sweetontology.net/propSpaceHeight/SeaLevel
sopropsh:SeaLevel rdf:type owl:Class .


###  http://sweetontology.net/realm/Hydrosphere
sorea:Hydrosphere rdf:type owl:Class .


###  http://sweetontology.net/stateRoleBiological/Habitat
sostrb:Habitat rdf:type owl:Class .


#################################################################
#    Individuals
#################################################################

###  http://sweetontology.net/stateChemical/Acid
sostc:Acid rdf:type owl:NamedIndividual .


###  http://sweetontology.net/stateRoleImpact/Hazard
sostri:Hazard rdf:type owl:NamedIndividual .


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