@prefix : <http://sweetontology.net/phenAtmo/> .
@prefix soreptd: <http://sweetontology.net/reprTimeDay/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix sophatmofo: <http://sweetontology.net/phenAtmoFog/> .
@prefix sorepsmo: <http://sweetontology.net/reprSciModel/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sophsyc: <http://sweetontology.net/phenSystemComplexity/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix soreaa: <http://sweetontology.net/realmAtmo/> .
@prefix sophatmo: <http://sweetontology.net/phenAtmo/> .
@prefix soreaabl: <http://sweetontology.net/realmAtmoBoundaryLayer/> .
@prefix soma: <http://sweetontology.net/matr/> .
@prefix sophfi: <http://sweetontology.net/phenFluidInstability/> .
@prefix sorealo: <http://sweetontology.net/realmLandOrographic/> .
@prefix soph: <http://sweetontology.net/phen/> .
@prefix sorea: <http://sweetontology.net/realm/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sorel: <http://sweetontology.net/rela/> .
@prefix sophw: <http://sweetontology.net/phenWave/> .
@prefix sophatmow: <http://sweetontology.net/phenAtmoWind/> .
@prefix sostss: <http://sweetontology.net/stateSpaceScale/> .
@prefix sorelsp: <http://sweetontology.net/relaSpace/> .
@prefix sorelt: <http://sweetontology.net/relaTime/> .
@prefix somaw: <http://sweetontology.net/matrWater/> .
@base <http://sweetontology.net/phenAtmo> .

<http://sweetontology.net/phenAtmo> rdf:type owl:Ontology ;
                                     owl:imports <http://sweetontology.net/matr> ,
                                                 <http://sweetontology.net/matrWater> ,
                                                 <http://sweetontology.net/phen> ,
                                                 <http://sweetontology.net/phenAtmoFog> ,
                                                 <http://sweetontology.net/phenAtmoWind> ,
                                                 <http://sweetontology.net/phenFluidInstability> ,
                                                 <http://sweetontology.net/phenSystemComplexity> ,
                                                 <http://sweetontology.net/phenWave> ,
                                                 <http://sweetontology.net/realm> ,
                                                 <http://sweetontology.net/realmAtmo> ,
                                                 <http://sweetontology.net/realmAtmoBoundaryLayer> ,
                                                 <http://sweetontology.net/realmLandOrographic> ,
                                                 <http://sweetontology.net/rela> ,
                                                 <http://sweetontology.net/relaSpace> ,
                                                 <http://sweetontology.net/relaTime> ,
                                                 <http://sweetontology.net/reprSciModel> ,
                                                 <http://sweetontology.net/reprTimeDay> ,
                                                 <http://sweetontology.net/stateSpaceScale> ;
                                     rdfs:label "SWEET Ontology Phenomena Atmosphere" ;
                                     dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                     owl:versionInfo "3.6.0" .

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

###  http://sweetontology.net/rela/hasPhenomena
sorel:hasPhenomena rdf:type owl:ObjectProperty .


###  http://sweetontology.net/rela/hasRealm
sorel:hasRealm rdf:type owl:ObjectProperty .


###  http://sweetontology.net/relaTime/hasTime
sorelt:hasTime rdf:type owl:ObjectProperty .


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

###  http://sweetontology.net/phenAtmo/AirMass
sophatmo:AirMass rdf:type owl:Class ;
             rdfs:subClassOf soma:Air ,
                             sorepsmo:Model ;
             rdfs:label "air mass"@en .


###  http://sweetontology.net/phenAtmo/AtmosphericDisturbance
sophatmo:AtmosphericDisturbance rdf:type owl:Class ;
                            rdfs:subClassOf sophatmo:AtmosphericWave ;
                            rdfs:label "atmospheric disturbance"@en .


###  http://sweetontology.net/phenAtmo/AtmosphericPhenomena
sophatmo:AtmosphericPhenomena rdf:type owl:Class ;
                          rdfs:subClassOf soph:PlanetaryPhenomena ;
                          rdfs:label "atmospheric phenomena"@en .


###  http://sweetontology.net/phenAtmo/AtmosphericWave
sophatmo:AtmosphericWave rdf:type owl:Class ;
                     rdfs:subClassOf sophw:FluidWave ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty sorel:hasRealm ;
                                       owl:allValuesFrom sorea:Atmosphere
                                     ] ;
                     rdfs:label "atmospheric wave"@en .


###  http://sweetontology.net/phenAtmo/CappingInversion
sophatmo:CappingInversion rdf:type owl:Class ;
                      rdfs:subClassOf sophatmo:MeteorologicalPhenomena ;
                      rdfs:label "capping inversion"@en .


###  http://sweetontology.net/phenAtmo/EasterlyWave
sophatmo:EasterlyWave rdf:type owl:Class ;
                  rdfs:subClassOf sophatmo:AtmosphericWave ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty sorel:hasPhenomena ;
                                    owl:allValuesFrom sophatmow:EasterlyWind
                                  ] ;
                  rdfs:label "easterly wave"@en .


###  http://sweetontology.net/phenAtmo/FoehnWave
sophatmo:FoehnWave rdf:type owl:Class ;
               rdfs:subClassOf sophatmo:MountainWave ;
               rdfs:label "foehn wave"@en .


###  http://sweetontology.net/phenAtmo/FrontalWave
sophatmo:FrontalWave rdf:type owl:Class ;
                 rdfs:subClassOf sophatmo:AtmosphericWave ;
                 rdfs:label "frontal wave"@en .


###  http://sweetontology.net/phenAtmo/GroundInversion
sophatmo:GroundInversion rdf:type owl:Class ;
                     rdfs:subClassOf sophatmo:MeteorologicalPhenomena ;
                     rdfs:label "ground inversion"@en .


###  http://sweetontology.net/phenAtmo/Icing
sophatmo:Icing rdf:type owl:Class ;
           rdfs:subClassOf sophatmo:MeteorologicalPhenomena ;
           rdfs:label "icing"@en .


###  http://sweetontology.net/phenAtmo/KillingFreeze
sophatmo:KillingFreeze rdf:type owl:Class ;
                   rdfs:subClassOf somaw:Frost ;
                   rdfs:label "killing freeze"@en .


###  http://sweetontology.net/phenAtmo/LeeWave
sophatmo:LeeWave rdf:type owl:Class ;
             rdfs:subClassOf sophatmo:MountainWave ;
             rdfs:label "lee wave"@en .


###  http://sweetontology.net/phenAtmo/LightFreeze
sophatmo:LightFreeze rdf:type owl:Class ;
                 rdfs:subClassOf somaw:Frost ;
                 rdfs:label "light freeze"@en .


###  http://sweetontology.net/phenAtmo/LightFrost
sophatmo:LightFrost rdf:type owl:Class ;
                rdfs:subClassOf somaw:Frost ;
                rdfs:label "light frost"@en .


###  http://sweetontology.net/phenAtmo/MesoscaleDisturbance
sophatmo:MesoscaleDisturbance rdf:type owl:Class ;
                          rdfs:subClassOf sophatmo:AtmosphericDisturbance ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty sorelsp:hasSpatialScale ;
                                            owl:hasValue sostss:Mesoscale
                                          ] ;
                          rdfs:label "mesoscale disturbance"@en .


###  http://sweetontology.net/phenAtmo/MeteorologicalPhenomena
sophatmo:MeteorologicalPhenomena rdf:type owl:Class ;
                             rdfs:subClassOf sophatmo:AtmosphericPhenomena ;
                             rdfs:label "meteorological phenomena"@en .


###  http://sweetontology.net/phenAtmo/MixedLayerCappingInversion
sophatmo:MixedLayerCappingInversion rdf:type owl:Class ;
                                rdfs:subClassOf sophatmo:CappingInversion ;
                                rdfs:label "mixed layer capping inversion"@en .


###  http://sweetontology.net/phenAtmo/MixedLayerEvolution
sophatmo:MixedLayerEvolution rdf:type owl:Class ;
                         rdfs:subClassOf sophsyc:Evolution ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty sorel:hasRealm ;
                                           owl:allValuesFrom soreaabl:MixedLayer
                                         ] ;
                         rdfs:label "mixed layer evolution"@en .


###  http://sweetontology.net/phenAtmo/MoisturePooling
sophatmo:MoisturePooling rdf:type owl:Class ;
                     rdfs:subClassOf sophatmo:MeteorologicalPhenomena ;
                     rdfs:label "moisture pooling"@en .


###  http://sweetontology.net/phenAtmo/MountainWave
sophatmo:MountainWave rdf:type owl:Class ;
                  rdfs:subClassOf sophatmo:AtmosphericWave ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty sorel:hasRealm ;
                                    owl:allValuesFrom sorealo:Mountain
                                  ] ;
                  rdfs:label "mountain wave"@en .


###  http://sweetontology.net/phenAtmo/NocturnalCooling
sophatmo:NocturnalCooling rdf:type owl:Class ;
                      rdfs:subClassOf soph:RadiationalCooling ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty sorelt:hasTime ;
                                        owl:allValuesFrom soreptd:Nocturnal
                                      ] ;
                      rdfs:label "nocturnal cooling"@en .


###  http://sweetontology.net/phenAtmo/Obscuration
sophatmo:Obscuration rdf:type owl:Class ;
                 rdfs:subClassOf sophatmofo:Fog ;
                 rdfs:label "obscuration"@en .


###  http://sweetontology.net/phenAtmo/OrographicLifting
sophatmo:OrographicLifting rdf:type owl:Class ;
                       rdfs:subClassOf sophfi:Lifting ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty sorel:hasPhenomena ;
                                         owl:someValuesFrom sorealo:Orographic
                                       ] ;
                       rdfs:label "orographic lifting"@en .


###  http://sweetontology.net/phenAtmo/Rainbow
sophatmo:Rainbow rdf:type owl:Class ;
             rdfs:subClassOf sophatmo:MeteorologicalPhenomena ;
             rdfs:label "rainbow"@en .


###  http://sweetontology.net/phenAtmo/Sunlight
sophatmo:Sunlight rdf:type owl:Class ;
              rdfs:subClassOf soph:RadiativeHeating ;
              rdfs:label "sunlight"@en .


###  http://sweetontology.net/phenAtmo/Sunlit
sophatmo:Sunlit rdf:type owl:Class ;
            rdfs:subClassOf sophatmo:WeatherCondition ;
            rdfs:label "sunlit"@en .


###  http://sweetontology.net/phenAtmo/Thermal
sophatmo:Thermal rdf:type owl:Class ;
             rdfs:subClassOf sophatmo:MeteorologicalPhenomena ;
             rdfs:label "thermal"@en .


###  http://sweetontology.net/phenAtmo/Weather
sophatmo:Weather rdf:type owl:Class ;
             owl:equivalentClass sophatmo:WeatherCondition ;
             rdfs:subClassOf sophatmo:MeteorologicalPhenomena ;
             rdfs:label "weather"@en .


###  http://sweetontology.net/phenAtmo/WeatherCondition
sophatmo:WeatherCondition rdf:type owl:Class ;
                      rdfs:label "weather condition"@en .


###  http://sweetontology.net/phenAtmo/Whiteout
sophatmo:Whiteout rdf:type owl:Class ;
              rdfs:subClassOf sophatmo:Obscuration ;
              rdfs:label "whiteout"@en .


###  http://sweetontology.net/phenAtmoFog/Fog
sophatmofo:Fog rdf:type owl:Class .


###  http://sweetontology.net/phenAtmoWind/EasterlyWind
sophatmow:EasterlyWind rdf:type owl:Class .


###  http://sweetontology.net/phenFluidInstability/Lifting
sophfi:Lifting rdf:type owl:Class .


###  http://sweetontology.net/phenSystemComplexity/Evolution
sophsyc:Evolution rdf:type owl:Class .


###  http://sweetontology.net/phenWave/FluidWave
sophw:FluidWave rdf:type owl:Class .


###  http://sweetontology.net/realmAtmoBoundaryLayer/MixedLayer
soreaabl:MixedLayer rdf:type owl:Class .


###  http://sweetontology.net/realmLandOrographic/Mountain
sorealo:Mountain rdf:type owl:Class .


###  http://sweetontology.net/realmLandOrographic/Orographic
sorealo:Orographic rdf:type owl:Class .


###  http://sweetontology.net/reprSciModel/Model
sorepsmo:Model rdf:type owl:Class .


###  http://sweetontology.net/reprTimeDay/Nocturnal
soreptd:Nocturnal rdf:type owl:Class .


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

###  http://sweetontology.net/stateSpaceScale/Mesoscale
sostss:Mesoscale rdf:type owl:NamedIndividual .


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