@prefix : <http://sweetontology.net/phenAtmoTransport/> .
@prefix sophatmofo: <http://sweetontology.net/phenAtmoFog/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sophsy: <http://sweetontology.net/phenSystem/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix sophatmot: <http://sweetontology.net/phenAtmoTransport/> .
@prefix soreaabl: <http://sweetontology.net/realmAtmoBoundaryLayer/> .
@prefix soma: <http://sweetontology.net/matr/> .
@prefix soph: <http://sweetontology.net/phen/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sorel: <http://sweetontology.net/rela/> .
@prefix sorelch: <http://sweetontology.net/relaChemical/> .
@prefix sophft: <http://sweetontology.net/phenFluidTransport/> .
@prefix sostc: <http://sweetontology.net/stateChemical/> .
@base <http://sweetontology.net/phenAtmoTransport> .

<http://sweetontology.net/phenAtmoTransport> rdf:type owl:Ontology ;
                                              owl:imports <http://sweetontology.net/matr> ,
                                                          <http://sweetontology.net/phen> ,
                                                          <http://sweetontology.net/phenAtmoFog> ,
                                                          <http://sweetontology.net/phenFluidTransport> ,
                                                          <http://sweetontology.net/phenSystem> ,
                                                          <http://sweetontology.net/realmAtmoBoundaryLayer> ,
                                                          <http://sweetontology.net/rela> ,
                                                          <http://sweetontology.net/relaChemical> ,
                                                          <http://sweetontology.net/stateChemical> ;
                                              rdfs:label "SWEET Ontology Phenomena Atmosphere Transport" ;
                                              dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                              owl:versionInfo "3.6.0" .

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

###  http://sweetontology.net/phenAtmoTransport/AcidFog
sophatmot:AcidFog rdf:type owl:Class ;
             owl:equivalentClass sophatmot:AcidHaze ;
             rdfs:subClassOf sophatmofo:Fog ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty sorelch:hasSubstance ;
                               owl:hasValue sostc:Acid
                             ] ;
             rdfs:label "acid fog"@en .


###  http://sweetontology.net/phenAtmoTransport/AcidHaze
sophatmot:AcidHaze rdf:type owl:Class ;
              rdfs:label "acid haze"@en .


###  http://sweetontology.net/phenAtmoTransport/AcidRain
sophatmot:AcidRain rdf:type owl:Class ;
              rdfs:subClassOf sophatmot:WetDeposition ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty sorelch:hasSubstance ;
                                owl:hasValue sostc:Acid
                              ] ;
              rdfs:label "acid rain"@en .


###  http://sweetontology.net/phenAtmoTransport/MixedLayerVenting
sophatmot:MixedLayerVenting rdf:type owl:Class ;
                       rdfs:subClassOf sophsy:Removal ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty sorel:hasPhenomena ;
                                         owl:allValuesFrom soreaabl:MixedLayer
                                       ] ;
                       rdfs:label "mixed layer venting"@en .


###  http://sweetontology.net/phenAtmoTransport/NucleationScavenging
sophatmot:NucleationScavenging rdf:type owl:Class ;
                          rdfs:subClassOf sophatmot:ScavengingByPrecipitation ;
                          rdfs:label "nucleation scavenging"@en .


###  http://sweetontology.net/phenAtmoTransport/Rainout
sophatmot:Rainout rdf:type owl:Class ;
             owl:equivalentClass sophatmot:Washout ;
             rdfs:subClassOf sophatmot:ScavengingByPrecipitation ;
             rdfs:label "rainout"@en .


###  http://sweetontology.net/phenAtmoTransport/ScavengingByPrecipitation
sophatmot:ScavengingByPrecipitation rdf:type owl:Class ;
                               rdfs:subClassOf sophatmot:WetDeposition ;
                               rdfs:label "scavenging by precipitation"@en .


###  http://sweetontology.net/phenAtmoTransport/Washout
sophatmot:Washout rdf:type owl:Class ;
             rdfs:label "washout"@en .


###  http://sweetontology.net/phenAtmoTransport/WetDeposition
sophatmot:WetDeposition rdf:type owl:Class ;
                   rdfs:subClassOf soph:AtmosphereLandExchange ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty sorel:hasPhenomena ;
                                     owl:allValuesFrom soph:Precipitation
                                   ] ;
                   rdfs:label "wet deposition"@en .


###  http://sweetontology.net/phenSystem/Removal
sophsy:Removal rdf:type owl:Class .


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