@prefix : <http://sweetontology.net/humanEnvirControl/> .
@prefix sohuc: <http://sweetontology.net/humanCommerce/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix sohueccont: <http://sweetontology.net/humanEnvirControl/> .
@prefix sohud: <http://sweetontology.net/humanDecision/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 soreal: <http://sweetontology.net/realmLandform/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://sweetontology.net/humanEnvirControl> .

<http://sweetontology.net/humanEnvirControl> rdf:type owl:Ontology ;
                                              owl:imports <http://sweetontology.net/humanCommerce> ,
                                                          <http://sweetontology.net/humanDecision> ,
                                                          <http://sweetontology.net/realmLandform> ;
                                              rdfs:label "SWEET Ontology Human Environmental Control" ;
                                              dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                              owl:versionInfo "3.6.0" .

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

###  http://sweetontology.net/humanCommerce/Management
sohuc:Management rdf:type owl:Class .


###  http://sweetontology.net/humanDecision/ControlStrategy
sohud:ControlStrategy rdf:type owl:Class .


###  http://sweetontology.net/humanEnvirControl/Abatement
sohueccont:Abatement rdf:type owl:Class ;
              rdfs:subClassOf sohueccont:EnvironmentalControlStrategy ;
              rdfs:label "abatement"@en .


###  http://sweetontology.net/humanEnvirControl/Afforestation
sohueccont:Afforestation rdf:type owl:Class ;
                  rdfs:subClassOf sohueccont:EnvironmentalControlStrategy ;
                  rdfs:label "afforestation"@en .


###  http://sweetontology.net/humanEnvirControl/AirTreatmentProcess
sohueccont:AirTreatmentProcess rdf:type owl:Class ;
                        rdfs:subClassOf sohueccont:EnvironmentalControlStrategy ,
                                        sohueccont:Treatment ;
                        rdfs:label "air treatment process"@en .


###  http://sweetontology.net/humanEnvirControl/BACT
sohueccont:BACT rdf:type owl:Class ;
         owl:equivalentClass sohueccont:BestAvailablControlTechnology ;
         rdfs:label "bact"@en .


###  http://sweetontology.net/humanEnvirControl/BestAvailablControlTechnology
sohueccont:BestAvailablControlTechnology rdf:type owl:Class ;
                                  rdfs:subClassOf sohueccont:EnvironmentalControlStrategy ;
                                  rdfs:label "best availabl control technology"@en .


###  http://sweetontology.net/humanEnvirControl/Biosequestration
sohueccont:Biosequestration rdf:type owl:Class ;
                     rdfs:subClassOf sohueccont:CarbonSequestration ;
                     rdfs:label "biosequestration"@en .


###  http://sweetontology.net/humanEnvirControl/CapAndTrade
sohueccont:CapAndTrade rdf:type owl:Class ;
                rdfs:subClassOf sohueccont:EnvironmentalControlStrategy ;
                rdfs:label "cap and trade"@en .


###  http://sweetontology.net/humanEnvirControl/CarbonOffset
sohueccont:CarbonOffset rdf:type owl:Class ;
                 rdfs:subClassOf sohueccont:EnvironmentalControlStrategy ;
                 rdfs:label "carbon offset"@en .


###  http://sweetontology.net/humanEnvirControl/CarbonSequestration
sohueccont:CarbonSequestration rdf:type owl:Class ;
                        rdfs:subClassOf sohueccont:Sequester ;
                        rdfs:label "carbon sequestration"@en .


###  http://sweetontology.net/humanEnvirControl/CloudSeeding
sohueccont:CloudSeeding rdf:type owl:Class ;
                 rdfs:subClassOf sohueccont:EnvironmentalControlStrategy ;
                 rdfs:label "cloud seeding"@en .


###  http://sweetontology.net/humanEnvirControl/Compliance
sohueccont:Compliance rdf:type owl:Class ;
               rdfs:subClassOf sohueccont:EnvironmentalControlStrategy ;
               rdfs:label "compliance"@en .


###  http://sweetontology.net/humanEnvirControl/ControlledBurn
sohueccont:ControlledBurn rdf:type owl:Class ;
                   rdfs:subClassOf sohueccont:EnvironmentalControlStrategy ;
                   rdfs:label "controlled burn"@en .


###  http://sweetontology.net/humanEnvirControl/Distillation
sohueccont:Distillation rdf:type owl:Class ;
                 rdfs:subClassOf sohueccont:WaterTreatmentProcess ;
                 rdfs:label "distillation"@en .


###  http://sweetontology.net/humanEnvirControl/DryScrubbing
sohueccont:DryScrubbing rdf:type owl:Class ;
                 rdfs:subClassOf sohueccont:Scrubbing ;
                 rdfs:label "dry scrubbing"@en .


###  http://sweetontology.net/humanEnvirControl/EnvironmentalControlStrategy
sohueccont:EnvironmentalControlStrategy rdf:type owl:Class ;
                                 rdfs:subClassOf sohud:ControlStrategy ;
                                 rdfs:label "environmental control strategy"@en .


###  http://sweetontology.net/humanEnvirControl/Flocculation
sohueccont:Flocculation rdf:type owl:Class ;
                 rdfs:subClassOf sohueccont:WaterTreatmentProcess ;
                 rdfs:label "flocculation"@en .


###  http://sweetontology.net/humanEnvirControl/MACT
sohueccont:MACT rdf:type owl:Class ;
         owl:equivalentClass sohueccont:MaximumAchievableControlTechnology ;
         rdfs:label "mact"@en .


###  http://sweetontology.net/humanEnvirControl/MaximumAchievableControlTechnology
sohueccont:MaximumAchievableControlTechnology rdf:type owl:Class ;
                                       rdfs:subClassOf sohueccont:EnvironmentalControlStrategy ;
                                       rdfs:label "maximum achievable control technology"@en .


###  http://sweetontology.net/humanEnvirControl/Pretreatment
sohueccont:Pretreatment rdf:type owl:Class ;
                 rdfs:subClassOf sohueccont:EnvironmentalControlStrategy ;
                 rdfs:label "pretreatment"@en .


###  http://sweetontology.net/humanEnvirControl/PrimaryTreatment
sohueccont:PrimaryTreatment rdf:type owl:Class ;
                     rdfs:subClassOf sohueccont:WaterTreatmentProcess ;
                     rdfs:label "primary treatment"@en .


###  http://sweetontology.net/humanEnvirControl/Reclamation
sohueccont:Reclamation rdf:type owl:Class ;
                rdfs:subClassOf sohueccont:EnvironmentalControlStrategy ;
                rdfs:label "reclamation"@en .


###  http://sweetontology.net/humanEnvirControl/Reforestation
sohueccont:Reforestation rdf:type owl:Class ;
                  rdfs:subClassOf sohueccont:Revegetation ;
                  rdfs:label "reforestation"@en .


###  http://sweetontology.net/humanEnvirControl/Remediation
sohueccont:Remediation rdf:type owl:Class ;
                rdfs:subClassOf sohueccont:EnvironmentalControlStrategy ;
                rdfs:label "remediation"@en .


###  http://sweetontology.net/humanEnvirControl/Restoration
sohueccont:Restoration rdf:type owl:Class ;
                rdfs:subClassOf sohueccont:EnvironmentalControlStrategy ;
                rdfs:label "restoration"@en .


###  http://sweetontology.net/humanEnvirControl/Revegetation
sohueccont:Revegetation rdf:type owl:Class ;
                 rdfs:subClassOf sohueccont:EnvironmentalControlStrategy ;
                 rdfs:label "revegetation"@en .


###  http://sweetontology.net/humanEnvirControl/Scrubbing
sohueccont:Scrubbing rdf:type owl:Class ;
              rdfs:subClassOf sohueccont:AirTreatmentProcess ;
              rdfs:label "scrubbing"@en .


###  http://sweetontology.net/humanEnvirControl/SecondaryTreatment
sohueccont:SecondaryTreatment rdf:type owl:Class ;
                       rdfs:subClassOf sohueccont:WaterTreatmentProcess ;
                       rdfs:label "secondary treatment"@en .


###  http://sweetontology.net/humanEnvirControl/Sequester
sohueccont:Sequester rdf:type owl:Class ;
              rdfs:subClassOf sohueccont:EnvironmentalControlStrategy ;
              rdfs:label "sequester"@en .


###  http://sweetontology.net/humanEnvirControl/StateImplementationPlan
sohueccont:StateImplementationPlan rdf:type owl:Class ;
                            rdfs:subClassOf sohueccont:EnvironmentalControlStrategy ;
                            rdfs:label "state implementation plan"@en .


###  http://sweetontology.net/humanEnvirControl/TertiaryTreatment
sohueccont:TertiaryTreatment rdf:type owl:Class ;
                      rdfs:subClassOf sohueccont:WaterTreatmentProcess ;
                      rdfs:label "tertiary treatment"@en .


###  http://sweetontology.net/humanEnvirControl/Treatment
sohueccont:Treatment rdf:type owl:Class ;
              rdfs:subClassOf sohueccont:EnvironmentalControlStrategy ;
              rdfs:label "treatment"@en .


###  http://sweetontology.net/humanEnvirControl/WastewaterTreatment
sohueccont:WastewaterTreatment rdf:type owl:Class ;
                        rdfs:subClassOf sohueccont:Treatment ;
                        rdfs:label "wastewater treatment"@en .


###  http://sweetontology.net/humanEnvirControl/WaterManagement
sohueccont:WaterManagement rdf:type owl:Class ;
                    rdfs:subClassOf sohuc:Management ;
                    rdfs:label "water management"@en .


###  http://sweetontology.net/humanEnvirControl/WaterTreatmentProcess
sohueccont:WaterTreatmentProcess rdf:type owl:Class ;
                          rdfs:subClassOf sohueccont:EnvironmentalControlStrategy ,
                                          sohueccont:Treatment ;
                          rdfs:label "water treatment process"@en .


###  http://sweetontology.net/humanEnvirControl/WellInjection
sohueccont:WellInjection rdf:type owl:Class ;
                  rdfs:subClassOf sohueccont:EnvironmentalControlStrategy ;
                  rdfs:label "well injection"@en .


###  http://sweetontology.net/humanEnvirControl/WetScrubbing
sohueccont:WetScrubbing rdf:type owl:Class ;
                 rdfs:subClassOf sohueccont:Scrubbing ;
                 rdfs:label "wet scrubbing"@en .


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