@prefix : <http://sweetontology.net/humanEnvirStandards/> .
@prefix sohueccont: <http://sweetontology.net/humanEnvirControl/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix sohuj: <http://sweetontology.net/humanJurisdiction/> .
@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 sopropm: <http://sweetontology.net/propMass/> .
@prefix soreal: <http://sweetontology.net/realmLandform/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sohues: <http://sweetontology.net/humanEnvirStandards/> .
@base <http://sweetontology.net/humanEnvirStandards> .

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

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

###  http://sweetontology.net/humanEnvirStandards/AAQS
sohues:AAQS rdf:type owl:Class ;
          owl:equivalentClass sohues:AmbientAirQualityStandard ;
          rdfs:label "aaqs"@en .


###  http://sweetontology.net/humanEnvirStandards/ADI
sohues:ADI rdf:type owl:Class ;
         owl:equivalentClass sohues:AcceptableDailyIntake ;
         rdfs:label "adi"@en .


###  http://sweetontology.net/humanEnvirStandards/ATCM
sohues:ATCM rdf:type owl:Class ;
          owl:equivalentClass sohues:AirborneToxicControlMeasure ;
          rdfs:label "atcm"@en .


###  http://sweetontology.net/humanEnvirStandards/AcceptableDailyIntake
sohues:AcceptableDailyIntake rdf:type owl:Class ;
                           rdfs:subClassOf sohues:AcceptableLevel ;
                           rdfs:label "acceptable daily intake"@en .


###  http://sweetontology.net/humanEnvirStandards/AcceptableLevel
sohues:AcceptableLevel rdf:type owl:Class ;
                     rdfs:subClassOf sohues:EnvironmentalStandard ;
                     rdfs:label "acceptable level"@en .


###  http://sweetontology.net/humanEnvirStandards/AirQualityStandard
sohues:AirQualityStandard rdf:type owl:Class ;
                        rdfs:subClassOf sohues:EnvironmentalStandard ;
                        rdfs:label "air quality standard"@en .


###  http://sweetontology.net/humanEnvirStandards/AirborneToxicControlMeasure
sohues:AirborneToxicControlMeasure rdf:type owl:Class ;
                                 rdfs:subClassOf sohueccont:EnvironmentalControlStrategy ;
                                 rdfs:label "airborne toxic control measure"@en .


###  http://sweetontology.net/humanEnvirStandards/AmbientAirQualityStandard
sohues:AmbientAirQualityStandard rdf:type owl:Class ;
                               rdfs:subClassOf sohues:EnvironmentalStandard ;
                               rdfs:label "ambient air quality standard"@en .


###  http://sweetontology.net/humanEnvirStandards/EnvironmentalLaw
sohues:EnvironmentalLaw rdf:type owl:Class ;
                      rdfs:subClassOf sohuj:HumanLaw ;
                      rdfs:label "environmental law"@en .


###  http://sweetontology.net/humanEnvirStandards/EnvironmentalStandard
sohues:EnvironmentalStandard rdf:type owl:Class ;
                           rdfs:subClassOf sohueccont:EnvironmentalControlStrategy ,
                                           sohuj:Standard ;
                           rdfs:label "environmental standard"@en .


###  http://sweetontology.net/humanEnvirStandards/EnvironmentalStandardsBody
sohues:EnvironmentalStandardsBody rdf:type owl:Class ;
                                rdfs:subClassOf sohuj:StandardsBody ;
                                rdfs:label "environmental standards body"@en .


###  http://sweetontology.net/humanEnvirStandards/NSPS
sohues:NSPS rdf:type owl:Class ;
          owl:equivalentClass sohues:NewSourcePerformanceStandard ;
          rdfs:label "nsps"@en .


###  http://sweetontology.net/humanEnvirStandards/NationalAmbientAirQualityStandard
sohues:NationalAmbientAirQualityStandard rdf:type owl:Class ;
                                       rdfs:subClassOf sohues:AmbientAirQualityStandard ;
                                       rdfs:label "national ambient air quality standard"@en .


###  http://sweetontology.net/humanEnvirStandards/NewSourcePerformanceStandard
sohues:NewSourcePerformanceStandard rdf:type owl:Class ;
                                  rdfs:subClassOf sohues:EnvironmentalStandard ;
                                  rdfs:label "new source performance standard"@en .


###  http://sweetontology.net/humanEnvirStandards/NonAttainmentArea
sohues:NonAttainmentArea rdf:type owl:Class ;
                       rdfs:subClassOf soreal:LandRegion ;
                       rdfs:label "non attainment area"@en .


###  http://sweetontology.net/humanEnvirStandards/REC
sohues:REC rdf:type owl:Class ;
         owl:equivalentClass sohues:ReferenceExposureConcentration ;
         rdfs:label "rec"@en .


###  http://sweetontology.net/humanEnvirStandards/REL
sohues:REL rdf:type owl:Class ;
         owl:equivalentClass sohues:ReferenceExposureLevel ;
         rdfs:label "rel"@en .


###  http://sweetontology.net/humanEnvirStandards/ReferenceDose
sohues:ReferenceDose rdf:type owl:Class ;
                   owl:equivalentClass sohues:RfD ;
                   rdfs:subClassOf sopropm:Dose ;
                   rdfs:label "reference dose"@en .


###  http://sweetontology.net/humanEnvirStandards/ReferenceExposureConcentration
sohues:ReferenceExposureConcentration rdf:type owl:Class ;
                                    rdfs:subClassOf sohues:EnvironmentalStandard ;
                                    rdfs:label "reference exposure concentration"@en .


###  http://sweetontology.net/humanEnvirStandards/ReferenceExposureLevel
sohues:ReferenceExposureLevel rdf:type owl:Class ;
                            rdfs:subClassOf sohues:EnvironmentalStandard ;
                            rdfs:label "reference exposure level"@en .


###  http://sweetontology.net/humanEnvirStandards/RfD
sohues:RfD rdf:type owl:Class ;
         rdfs:label "rfd"@en .


###  http://sweetontology.net/humanEnvirStandards/WaterQualityStandard
sohues:WaterQualityStandard rdf:type owl:Class ;
                          rdfs:subClassOf sohues:EnvironmentalStandard ;
                          rdfs:label "water quality standard"@en .


###  http://sweetontology.net/humanJurisdiction/HumanLaw
sohuj:HumanLaw rdf:type owl:Class .


###  http://sweetontology.net/humanJurisdiction/Standard
sohuj:Standard rdf:type owl:Class .


###  http://sweetontology.net/humanJurisdiction/StandardsBody
sohuj:StandardsBody rdf:type owl:Class .


###  http://sweetontology.net/humanJurisdiction/Treaty
sohuj:Treaty rdf:type owl:Class .


###  http://sweetontology.net/propMass/Dose
sopropm:Dose rdf:type owl:Class .


###  http://sweetontology.net/realmLandform/LandRegion
soreal:LandRegion rdf:type owl:Class .


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

###  http://sweetontology.net/humanEnvirStandards/EPA
sohues:EPA rdf:type owl:NamedIndividual ,
                  sohues:EnvironmentalStandardsBody ;
         owl:sameAs sohues:EnvironmentalProtectionAgency ;
         rdfs:label "epa"@en .


###  http://sweetontology.net/humanEnvirStandards/EndangeredSpeciesAct
sohues:EndangeredSpeciesAct rdf:type owl:NamedIndividual ,
                                   sohues:EnvironmentalLaw ;
                          rdfs:label "endangered species act"@en .


###  http://sweetontology.net/humanEnvirStandards/EnvironmentalProtectionAgency
sohues:EnvironmentalProtectionAgency rdf:type owl:NamedIndividual ,
                                            sohues:EnvironmentalStandardsBody ;
                                   rdfs:label "environmental protection agency"@en .


###  http://sweetontology.net/humanEnvirStandards/FCAA
sohues:FCAA rdf:type owl:NamedIndividual ,
                   sohues:EnvironmentalLaw ;
          owl:sameAs sohues:FederalCleanAirAct ;
          rdfs:label "fcaa"@en .


###  http://sweetontology.net/humanEnvirStandards/FWS
sohues:FWS rdf:type owl:NamedIndividual ,
                  sohues:EnvironmentalStandardsBody ;
         owl:sameAs sohues:FishAndWildlifeService ;
         rdfs:label "fws"@en .


###  http://sweetontology.net/humanEnvirStandards/FederalCleanAirAct
sohues:FederalCleanAirAct rdf:type owl:NamedIndividual ,
                                 sohues:EnvironmentalLaw ;
                        rdfs:label "federal clean air act"@en .


###  http://sweetontology.net/humanEnvirStandards/FishAndWildlifeService
sohues:FishAndWildlifeService rdf:type owl:NamedIndividual ,
                                     sohues:EnvironmentalStandardsBody ;
                            rdfs:label "fish and wildlife service"@en .


###  http://sweetontology.net/humanEnvirStandards/MLMA
sohues:MLMA rdf:type owl:NamedIndividual ,
                   sohues:EnvironmentalLaw ;
          owl:sameAs sohues:MarineLifeManagementAct ;
          rdfs:label "mlma"@en .


###  http://sweetontology.net/humanEnvirStandards/MarineLifeManagementAct
sohues:MarineLifeManagementAct rdf:type owl:NamedIndividual ,
                                      sohues:EnvironmentalLaw ;
                             rdfs:label "marine life management act"@en .


###  http://sweetontology.net/humanEnvirStandards/MontrealProtocol
sohues:MontrealProtocol rdf:type owl:NamedIndividual ,
                               sohuj:Treaty ;
                      rdfs:label "montreal protocol"@en .


###  http://sweetontology.net/humanEnvirStandards/NEPA
sohues:NEPA rdf:type owl:NamedIndividual ,
                   sohues:EnvironmentalLaw ;
          owl:sameAs sohues:NationalEnvironmentalProtectionAct ;
          rdfs:label "nepa"@en .


###  http://sweetontology.net/humanEnvirStandards/NESHAP
sohues:NESHAP rdf:type owl:NamedIndividual ,
                     sohues:EnvironmentalStandard ;
            owl:sameAs sohues:NationalEmissionStandardsForHazardousAirPollutant ;
            rdfs:label "neshap"@en .


###  http://sweetontology.net/humanEnvirStandards/NFMA
sohues:NFMA rdf:type owl:NamedIndividual ,
                   sohues:EnvironmentalLaw ;
          owl:sameAs sohues:NationalForestManagementAct ;
          rdfs:label "nfma"@en .


###  http://sweetontology.net/humanEnvirStandards/NFS
sohues:NFS rdf:type owl:NamedIndividual ,
                  sohues:EnvironmentalStandardsBody ;
         owl:sameAs sohues:NationalForestService ;
         rdfs:label "nfs"@en .


###  http://sweetontology.net/humanEnvirStandards/NationalEmissionStandardsForHazardousAirPollutant
sohues:NationalEmissionStandardsForHazardousAirPollutant rdf:type owl:NamedIndividual ,
                                                                sohues:EnvironmentalStandard ;
                                                       rdfs:label "national emission standards for hazardous air pollutant"@en .


###  http://sweetontology.net/humanEnvirStandards/NationalEnvironmentalProtectionAct
sohues:NationalEnvironmentalProtectionAct rdf:type owl:NamedIndividual ,
                                                 sohues:EnvironmentalLaw ;
                                        rdfs:label "national environmental protection act"@en .


###  http://sweetontology.net/humanEnvirStandards/NationalForestManagementAct
sohues:NationalForestManagementAct rdf:type owl:NamedIndividual ,
                                          sohues:EnvironmentalLaw ;
                                 rdfs:label "national forest management act"@en .


###  http://sweetontology.net/humanEnvirStandards/NationalForestService
sohues:NationalForestService rdf:type owl:NamedIndividual ,
                                    sohues:EnvironmentalStandardsBody ;
                           rdfs:label "national forest service"@en .


###  http://sweetontology.net/humanEnvirStandards/PSD
sohues:PSD rdf:type owl:NamedIndividual ,
                  sohues:EnvironmentalStandard ;
         owl:sameAs sohues:PreventionOfSignificantDeteriorization ;
         rdfs:label "psd"@en .


###  http://sweetontology.net/humanEnvirStandards/PSI
sohues:PSI rdf:type owl:NamedIndividual ,
                  sohues:EnvironmentalStandard ;
         owl:sameAs sohues:PollutantStandardsIndex ;
         rdfs:label "psi"@en .


###  http://sweetontology.net/humanEnvirStandards/PollutantStandardsIndex
sohues:PollutantStandardsIndex rdf:type owl:NamedIndividual ,
                                      sohues:EnvironmentalStandard ;
                             rdfs:label "pollutant standards index"@en .


###  http://sweetontology.net/humanEnvirStandards/PreventionOfSignificantDeteriorization
sohues:PreventionOfSignificantDeteriorization rdf:type owl:NamedIndividual ,
                                                     sohues:EnvironmentalStandard ;
                                            rdfs:label "prevention of significant deteriorization"@en .


###  http://sweetontology.net/humanEnvirStandards/RCRA
sohues:RCRA rdf:type owl:NamedIndividual ,
                   sohues:EnvironmentalLaw ;
          owl:sameAs sohues:ResourceConservationAndRecoveryAct ;
          rdfs:label "rcra"@en .


###  http://sweetontology.net/humanEnvirStandards/ResourceConservationAndRecoveryAct
sohues:ResourceConservationAndRecoveryAct rdf:type owl:NamedIndividual ,
                                                 sohues:EnvironmentalLaw ;
                                        rdfs:label "resource conservation and recovery act"@en .


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