@prefix : <http://sweetontology.net/phenAtmoPrecipitation/> .
@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 xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix sophatmo: <http://sweetontology.net/phenAtmo/> .
@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 sophatmoc: <http://sweetontology.net/phenAtmoCloud/> .
@prefix sorelch: <http://sweetontology.net/relaChemical/> .
@prefix soreahb: <http://sweetontology.net/realmHydroBody/> .
@prefix soreaofe: <http://sweetontology.net/realmOceanFeature/> .
@prefix sophatmops: <http://sweetontology.net/phenAtmoPressure/> .
@prefix sorepsg: <http://sweetontology.net/reprSpaceGeometry/> .
@prefix sorelsp: <http://sweetontology.net/relaSpace/> .
@prefix sophft: <http://sweetontology.net/phenFluidTransport/> .
@prefix somaw: <http://sweetontology.net/matrWater/> .
@prefix sophatmopc: <http://sweetontology.net/phenAtmoPrecipitation/> .
@prefix sorelsc: <http://sweetontology.net/relaSci/> .
@base <http://sweetontology.net/phenAtmoPrecipitation> .

<http://sweetontology.net/phenAtmoPrecipitation> rdf:type owl:Ontology ;
                                                  owl:imports <http://sweetontology.net/matrWater> ,
                                                              <http://sweetontology.net/phen> ,
                                                              <http://sweetontology.net/phenAtmo> ,
                                                              <http://sweetontology.net/phenAtmoCloud> ,
                                                              <http://sweetontology.net/phenAtmoPressure> ,
                                                              <http://sweetontology.net/phenFluidTransport> ,
                                                              <http://sweetontology.net/realmHydroBody> ,
                                                              <http://sweetontology.net/realmOceanFeature> ,
                                                              <http://sweetontology.net/rela> ,
                                                              <http://sweetontology.net/relaChemical> ,
                                                              <http://sweetontology.net/relaSci> ,
                                                              <http://sweetontology.net/relaSpace> ,
                                                              <http://sweetontology.net/reprSpaceGeometry> ,
                                                              <http://sweetontology.net/stateRoleImpact> ;
                                                  rdfs:label "SWEET Ontology Phenomena Atmosphere Precipitation" ;
                                                  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/relaChemical/hasSubstance
sorelch:hasSubstance rdf:type owl:ObjectProperty .


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


###  http://sweetontology.net/relaSpace/clusterOf
sorelsp:clusterOf rdf:type owl:ObjectProperty .


###  http://sweetontology.net/relaSpace/originatesFrom
sorelsp:originatesFrom rdf:type owl:ObjectProperty .


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

###  http://sweetontology.net/phenAtmoPrecipitation/AtmosphericPrecipitation
sophatmopc:AtmosphericPrecipitation rdf:type owl:Class ;
                                rdfs:subClassOf soph:Precipitation ,
                                                sophatmo:AtmosphericPhenomena ;
                                rdfs:label "atmospheric precipitation"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/Blizzard
sophatmopc:Blizzard rdf:type owl:Class ;
                rdfs:subClassOf sophatmopc:Snowfall ;
                rdfs:label "blizzard"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/CloudBurst
sophatmopc:CloudBurst rdf:type owl:Class ;
                  rdfs:subClassOf sophatmopc:HeavyRainfall ;
                  rdfs:label "cloud burst"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/ConvectiveStorm
sophatmopc:ConvectiveStorm rdf:type owl:Class ;
                       rdfs:subClassOf sophatmopc:Storm ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty sorel:hasPhenomena ;
                                         owl:someValuesFrom sophft:Convection
                                       ] ;
                       rdfs:label "convective storm"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/Drizzle
sophatmopc:Drizzle rdf:type owl:Class ;
               rdfs:subClassOf sophatmopc:Rainfall ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty sorelsc:hasImpact ;
                                 owl:hasValue sostri:Light
                               ] ;
               rdfs:label "drizzle"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/Ecnephias
sophatmopc:Ecnephias rdf:type owl:Class ;
                 rdfs:subClassOf sophatmopc:Thunderstorm ;
                 rdfs:label "ecnephias"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/FamilyOfTornadoes
sophatmopc:FamilyOfTornadoes rdf:type owl:Class ;
                         rdfs:subClassOf sorepsg:Cluster ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty sorelsp:clusterOf ;
                                           owl:allValuesFrom sophatmopc:Tornado
                                         ] ;
                         rdfs:label "family of tornadoes"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/FreezingRain
sophatmopc:FreezingRain rdf:type owl:Class ;
                    rdfs:subClassOf sophatmopc:AtmosphericPrecipitation ;
                    rdfs:label "freezing rain"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/GoslingBlast
sophatmopc:GoslingBlast rdf:type owl:Class ;
                    rdfs:subClassOf sophatmopc:AtmosphericPrecipitation ;
                    rdfs:label "gosling blast"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/GowkStorm
sophatmopc:GowkStorm rdf:type owl:Class ;
                 rdfs:subClassOf sophatmopc:Storm ;
                 rdfs:label "gowk storm"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/Graupel
sophatmopc:Graupel rdf:type owl:Class ;
               rdfs:subClassOf somaw:Ice ;
               rdfs:label "graupel"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/GreenThunderstorm
sophatmopc:GreenThunderstorm rdf:type owl:Class ;
                         rdfs:subClassOf sophatmopc:Thunderstorm ;
                         rdfs:label "green thunderstorm"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/Hail
sophatmopc:Hail rdf:type owl:Class ;
            rdfs:subClassOf sophatmopc:AtmosphericPrecipitation ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty sorelch:hasSubstance ;
                              owl:allValuesFrom somaw:Ice
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty sorelsc:hasImpact ;
                              owl:hasValue sostri:Heavy
                            ] ;
            rdfs:label "hail"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/HailStorm
sophatmopc:HailStorm rdf:type owl:Class ;
                 rdfs:subClassOf sophatmopc:Storm ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty sorel:hasPhenomena ;
                                   owl:allValuesFrom sophatmopc:Hail
                                 ] ;
                 rdfs:label "hail storm"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/HeatThunderstorm
sophatmopc:HeatThunderstorm rdf:type owl:Class ;
                        rdfs:subClassOf sophatmopc:Thunderstorm ;
                        rdfs:label "heat thunderstorm"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/HeavyRainfall
sophatmopc:HeavyRainfall rdf:type owl:Class ;
                     rdfs:subClassOf sophatmopc:Rainfall ;
                     rdfs:label "heavy rainfall"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/HeavySnowfall
sophatmopc:HeavySnowfall rdf:type owl:Class ;
                     rdfs:subClassOf sophatmopc:Snowfall ;
                     rdfs:label "heavy snowfall"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/HighLevelThunderstorm
sophatmopc:HighLevelThunderstorm rdf:type owl:Class ;
                             rdfs:subClassOf sophatmopc:Thunderstorm ;
                             rdfs:label "high level thunderstorm"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/Hurricane
sophatmopc:Hurricane rdf:type owl:Class ;
                 rdfs:subClassOf sophatmops:TropicalCyclone ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty sorelsc:hasImpact ;
                                   owl:hasValue sostri:Hazard
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty sorelsp:originatesFrom ;
                                   owl:hasValue soreaofe:AtlanticOcean
                                 ] ;
                 rdfs:label "hurricane"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/HurricaneBand
sophatmopc:HurricaneBand rdf:type owl:Class ;
                     rdfs:subClassOf sophatmopc:Hurricane ;
                     rdfs:label "hurricane band"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/IcePellet
sophatmopc:IcePellet rdf:type owl:Class ;
                 owl:equivalentClass sophatmopc:Sleet ;
                 rdfs:label "ice pellet"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/IceStorm
sophatmopc:IceStorm rdf:type owl:Class ;
                rdfs:subClassOf sophatmopc:Storm ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty sorelch:hasSubstance ;
                                  owl:allValuesFrom somaw:Ice
                                ] ;
                rdfs:label "ice storm"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/Kaavie
sophatmopc:Kaavie rdf:type owl:Class ;
              rdfs:subClassOf sophatmopc:HeavySnowfall ;
              rdfs:label "kaavie"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/Kelsher
sophatmopc:Kelsher rdf:type owl:Class ;
               rdfs:subClassOf sophatmopc:HeavyRainfall ;
               rdfs:label "kelsher"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/LakeEffect
sophatmopc:LakeEffect rdf:type owl:Class ;
                  rdfs:subClassOf sophatmo:MeteorologicalPhenomena ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty sorelsp:originatesFrom ;
                                    owl:allValuesFrom soreahb:Lake
                                  ] ;
                  rdfs:label "lake effect"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/LakeEffectSnow
sophatmopc:LakeEffectSnow rdf:type owl:Class ;
                      owl:equivalentClass sophatmopc:LakeEffectSnowstorm ;
                      rdfs:subClassOf sophatmopc:LakeEffect ,
                                      sophatmopc:Snowfall ;
                      rdfs:label "lake effect snow"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/LakeEffectSnowstorm
sophatmopc:LakeEffectSnowstorm rdf:type owl:Class ;
                           rdfs:label "lake effect snowstorm"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/LambingStorm
sophatmopc:LambingStorm rdf:type owl:Class ;
                    rdfs:subClassOf sophatmopc:Snowfall ;
                    rdfs:label "lambing storm"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/LandLash
sophatmopc:LandLash rdf:type owl:Class ;
                rdfs:subClassOf sophatmopc:Rainfall ;
                rdfs:label "land lash"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/Landspout
sophatmopc:Landspout rdf:type owl:Class ;
                 rdfs:subClassOf sophatmopc:Tornado ;
                 rdfs:label "landspout"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/LocalStorm
sophatmopc:LocalStorm rdf:type owl:Class ;
                  rdfs:subClassOf sophatmopc:Storm ;
                  rdfs:label "local storm"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/MesocycloneSignature
sophatmopc:MesocycloneSignature rdf:type owl:Class ;
                            rdfs:subClassOf sophatmo:MeteorologicalPhenomena ;
                            rdfs:label "mesocyclone signature"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/Mist
sophatmopc:Mist rdf:type owl:Class ;
            rdfs:subClassOf sophatmopc:AtmosphericPrecipitation ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty sorelsc:hasImpact ;
                              owl:hasValue sostri:Light
                            ] ;
            rdfs:label "mist"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/Monsoon
sophatmopc:Monsoon rdf:type owl:Class ;
               rdfs:subClassOf sophatmopc:Storm ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty sorelsc:hasImpact ;
                                 owl:hasValue sostri:Hazard
                               ] ;
               rdfs:label "monsoon"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/MulticellConvectiveStorm
sophatmopc:MulticellConvectiveStorm rdf:type owl:Class ;
                                rdfs:subClassOf sophatmopc:SplittingConvectiveStorm ;
                                rdfs:label "multicell convective storm"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/NonSupercellTornado
sophatmopc:NonSupercellTornado rdf:type owl:Class ;
                           rdfs:subClassOf sophatmopc:Tornado ;
                           rdfs:label "non supercell tornado"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/NortheastStorm
sophatmopc:NortheastStorm rdf:type owl:Class ;
                      rdfs:subClassOf sophatmopc:Storm ;
                      rdfs:label "northeast storm"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/PopUpThunderstorm
sophatmopc:PopUpThunderstorm rdf:type owl:Class ;
                         rdfs:subClassOf sophatmopc:Thunderstorm ;
                         rdfs:label "pop up thunderstorm"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/PrefrontalSquallLine
sophatmopc:PrefrontalSquallLine rdf:type owl:Class ;
                            rdfs:subClassOf sophatmopc:SquallLine ;
                            rdfs:label "prefrontal squall line"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/Rain
sophatmopc:Rain rdf:type owl:Class ;
            owl:equivalentClass sophatmopc:Rainfall ;
            rdfs:subClassOf sophatmopc:AtmosphericPrecipitation ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty sorelch:hasSubstance ;
                              owl:allValuesFrom somaw:LiquidWater
                            ] ;
            rdfs:label "rain"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/Rainband
sophatmopc:Rainband rdf:type owl:Class ;
                rdfs:subClassOf sophatmopc:Rainfall ;
                rdfs:label "rainband"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/Rainfall
sophatmopc:Rainfall rdf:type owl:Class ;
                rdfs:label "rainfall"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/Shower
sophatmopc:Shower rdf:type owl:Class ;
              rdfs:subClassOf sophatmopc:Rainfall ;
              rdfs:label "shower"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/Sleet
sophatmopc:Sleet rdf:type owl:Class ;
             rdfs:subClassOf somaw:Ice ,
                             sophatmopc:AtmosphericPrecipitation ;
             rdfs:label "sleet"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/Snowfall
sophatmopc:Snowfall rdf:type owl:Class ;
                rdfs:subClassOf sophatmopc:AtmosphericPrecipitation ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty sorelch:hasSubstance ;
                                  owl:allValuesFrom somaw:Snow
                                ] ;
                rdfs:label "snowfall"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/SplittingConvectiveStorm
sophatmopc:SplittingConvectiveStorm rdf:type owl:Class ;
                                rdfs:subClassOf sophatmopc:Storm ;
                                rdfs:label "splitting convective storm"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/SquallLine
sophatmopc:SquallLine rdf:type owl:Class ;
                  rdfs:subClassOf sophatmopc:Thunderstorm ;
                  rdfs:label "squall line"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/Storm
sophatmopc:Storm rdf:type owl:Class ;
             rdfs:subClassOf sophatmopc:AtmosphericPrecipitation ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty sorelsc:hasImpact ;
                               owl:hasValue sostri:Heavy
                             ] ;
             rdfs:label "storm"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/SupercellConvectiveStorm
sophatmopc:SupercellConvectiveStorm rdf:type owl:Class ;
                                rdfs:subClassOf sophatmopc:ConvectiveStorm ;
                                rdfs:label "supercell convective storm"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/Thunderstorm
sophatmopc:Thunderstorm rdf:type owl:Class ;
                    rdfs:subClassOf sophatmopc:Storm ;
                    rdfs:label "thunderstorm"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/Tornado
sophatmopc:Tornado rdf:type owl:Class ;
               rdfs:subClassOf sophatmopc:Storm ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty sorelsc:hasImpact ;
                                 owl:hasValue sostri:Hazard
                               ] ;
               rdfs:label "tornado"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/TropicalStorm
sophatmopc:TropicalStorm rdf:type owl:Class ;
                     rdfs:subClassOf sophatmops:TropicalCyclone ;
                     rdfs:label "tropical storm"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/Typhoon
sophatmopc:Typhoon rdf:type owl:Class ;
               rdfs:subClassOf sophatmops:TropicalCyclone ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty sorelsc:hasImpact ;
                                 owl:hasValue sostri:Hazard
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty sorelsp:originatesFrom ;
                                 owl:hasValue soreaofe:PacificOcean
                               ] ;
               rdfs:label "typhoon"@en .


###  http://sweetontology.net/phenAtmoPrecipitation/WaterSpout
sophatmopc:WaterSpout rdf:type owl:Class ;
                  rdfs:subClassOf sophatmopc:Tornado ;
                  rdfs:label "water spout"@en .


###  http://sweetontology.net/phenAtmoPressure/TropicalCyclone
sophatmops:TropicalCyclone rdf:type owl:Class .


###  http://sweetontology.net/phenFluidTransport/Convection
sophft:Convection rdf:type owl:Class .


###  http://sweetontology.net/realmHydroBody/Lake
soreahb:Lake rdf:type owl:Class .


###  http://sweetontology.net/reprSpaceGeometry/Cluster
sorepsg:Cluster rdf:type owl:Class .


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

###  http://sweetontology.net/realmOceanFeature/AtlanticOcean
soreaofe:AtlanticOcean rdf:type owl:NamedIndividual .


###  http://sweetontology.net/realmOceanFeature/PacificOcean
soreaofe:PacificOcean rdf:type owl:NamedIndividual .


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


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


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


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