@prefix : <http://sweetontology.net/phenAtmoPressure/> .
@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 sorear: <http://sweetontology.net/realmRegion/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix sophatmo: <http://sweetontology.net/phenAtmo/> .
@prefix soph: <http://sweetontology.net/phen/> .
@prefix soprop: <http://sweetontology.net/prop/> .
@prefix soproptf: <http://sweetontology.net/propTimeFrequency/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sorel: <http://sweetontology.net/rela/> .
@prefix sostro: <http://sweetontology.net/stateRole/> .
@prefix sophfd: <http://sweetontology.net/phenFluidDynamics/> .
@prefix sophatmops: <http://sweetontology.net/phenAtmoPressure/> .
@prefix sostss: <http://sweetontology.net/stateSpaceScale/> .
@prefix sorepsg: <http://sweetontology.net/reprSpaceGeometry/> .
@prefix sorelsp: <http://sweetontology.net/relaSpace/> .
@prefix sophft: <http://sweetontology.net/phenFluidTransport/> .
@prefix sophatmopc: <http://sweetontology.net/phenAtmoPrecipitation/> .
@base <http://sweetontology.net/phenAtmoPressure> .

<http://sweetontology.net/phenAtmoPressure> rdf:type owl:Ontology ;
                                             owl:imports <http://sweetontology.net/phen> ,
                                                         <http://sweetontology.net/phenAtmo> ,
                                                         <http://sweetontology.net/phenAtmoPrecipitation> ,
                                                         <http://sweetontology.net/phenFluidDynamics> ,
                                                         <http://sweetontology.net/phenFluidTransport> ,
                                                         <http://sweetontology.net/prop> ,
                                                         <http://sweetontology.net/propTimeFrequency> ,
                                                         <http://sweetontology.net/realmRegion> ,
                                                         <http://sweetontology.net/rela> ,
                                                         <http://sweetontology.net/relaSpace> ,
                                                         <http://sweetontology.net/reprSpaceGeometry> ,
                                                         <http://sweetontology.net/stateRole> ,
                                                         <http://sweetontology.net/stateSpaceScale> ;
                                             rdfs:label "SWEET Ontology Phenomena Atmosphere Pressure" ;
                                             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/hasRole
sorel:hasRole rdf:type owl:ObjectProperty .


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


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


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


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

###  http://sweetontology.net/phenAtmo/AtmosphericPhenomena
sophatmo:AtmosphericPhenomena rdf:type owl:Class .


###  http://sweetontology.net/phenAtmo/MeteorologicalPhenomena
sophatmo:MeteorologicalPhenomena rdf:type owl:Class .


###  http://sweetontology.net/phenAtmoPrecipitation/ConvectiveStorm
sophatmopc:ConvectiveStorm rdf:type owl:Class .


###  http://sweetontology.net/phenAtmoPrecipitation/Monsoon
sophatmopc:Monsoon rdf:type owl:Class .


###  http://sweetontology.net/phenAtmoPrecipitation/Storm
sophatmopc:Storm rdf:type owl:Class .


###  http://sweetontology.net/phenAtmoPressure/AtmosphericAnticyclone
sophatmops:AtmosphericAnticyclone rdf:type owl:Class ;
                             rdfs:subClassOf sophatmo:AtmosphericPhenomena ,
                                             sophfd:Anticyclone ;
                             rdfs:label "atmospheric anticyclone"@en .


###  http://sweetontology.net/phenAtmoPressure/AtmosphericCyclone
sophatmops:AtmosphericCyclone rdf:type owl:Class ;
                         rdfs:subClassOf sophatmo:AtmosphericPhenomena ,
                                         sophfd:Cyclone ;
                         rdfs:label "atmospheric cyclone"@en .


###  http://sweetontology.net/phenAtmoPressure/AtmosphericHighPressure
sophatmops:AtmosphericHighPressure rdf:type owl:Class ;
                              rdfs:subClassOf sophatmo:AtmosphericPhenomena ,
                                              sophfd:HighPressure ;
                              rdfs:label "atmospheric high pressure"@en .


###  http://sweetontology.net/phenAtmoPressure/AtmosphericLowPressure
sophatmops:AtmosphericLowPressure rdf:type owl:Class ;
                             rdfs:subClassOf sophatmo:AtmosphericPhenomena ,
                                             sophfd:LowPressure ;
                             rdfs:label "atmospheric low pressure"@en .


###  http://sweetontology.net/phenAtmoPressure/AtmosphericRidge
sophatmops:AtmosphericRidge rdf:type owl:Class ;
                       rdfs:subClassOf sophatmo:AtmosphericPhenomena ,
                                       sophfd:Ridge ;
                       rdfs:label "atmospheric ridge"@en .


###  http://sweetontology.net/phenAtmoPressure/AtmosphericTrough
sophatmops:AtmosphericTrough rdf:type owl:Class ;
                        rdfs:subClassOf sophatmo:AtmosphericPhenomena ,
                                        sophfd:Trough ;
                        rdfs:label "atmospheric trough"@en .


###  http://sweetontology.net/phenAtmoPressure/Barometric
sophatmops:Barometric rdf:type owl:Class ;
                 rdfs:subClassOf sophatmo:MeteorologicalPhenomena ;
                 rdfs:label "barometric"@en .


###  http://sweetontology.net/phenAtmoPressure/Blocking
sophatmops:Blocking rdf:type owl:Class ;
               rdfs:subClassOf sophatmo:MeteorologicalPhenomena ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty sorel:hasPhenomena ;
                                 owl:allValuesFrom sophfd:Cyclone
                               ] ;
               rdfs:label "blocking"@en .


###  http://sweetontology.net/phenAtmoPressure/BowEcho
sophatmops:BowEcho rdf:type owl:Class ;
              rdfs:subClassOf sophfd:CellCluster ;
              rdfs:label "bow echo"@en .


###  http://sweetontology.net/phenAtmoPressure/ConvectionCell
sophatmops:ConvectionCell rdf:type owl:Class ;
                     rdfs:subClassOf sophfd:CellCluster ;
                     rdfs:label "convection cell"@en .


###  http://sweetontology.net/phenAtmoPressure/CutOffHigh
sophatmops:CutOffHigh rdf:type owl:Class ;
                 rdfs:subClassOf sophatmops:AtmosphericHighPressure ;
                 rdfs:label "cut off high"@en .


###  http://sweetontology.net/phenAtmoPressure/CutOffLow
sophatmops:CutOffLow rdf:type owl:Class ;
                rdfs:subClassOf sophatmops:AtmosphericLowPressure ;
                rdfs:label "cut off low"@en .


###  http://sweetontology.net/phenAtmoPressure/Cyclogenesis
sophatmops:Cyclogenesis rdf:type owl:Class ;
                   rdfs:subClassOf sophatmo:MeteorologicalPhenomena ;
                   rdfs:label "cyclogenesis"@en .


###  http://sweetontology.net/phenAtmoPressure/DeepConvection
sophatmops:DeepConvection rdf:type owl:Class ;
                     rdfs:subClassOf sophft:Convection ;
                     rdfs:label "deep convection"@en .


###  http://sweetontology.net/phenAtmoPressure/Deepening
sophatmops:Deepening rdf:type owl:Class ;
                rdfs:subClassOf sophatmo:MeteorologicalPhenomena ;
                rdfs:label "deepening"@en .


###  http://sweetontology.net/phenAtmoPressure/DryConvection
sophatmops:DryConvection rdf:type owl:Class ;
                    rdfs:subClassOf sophft:Convection ;
                    rdfs:label "dry convection"@en .


###  http://sweetontology.net/phenAtmoPressure/ElevatedConvection
sophatmops:ElevatedConvection rdf:type owl:Class ;
                         rdfs:subClassOf sophft:Convection ;
                         rdfs:label "elevated convection"@en .


###  http://sweetontology.net/phenAtmoPressure/ExtratropicalCyclone
sophatmops:ExtratropicalCyclone rdf:type owl:Class ;
                           rdfs:subClassOf sophatmops:AtmosphericCyclone ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty sorelsp:originatesFrom ;
                                             owl:hasValue sorear:Extratropics
                                           ] ;
                           rdfs:label "extratropical cyclone"@en .


###  http://sweetontology.net/phenAtmoPressure/KatallobaticCenter
sophatmops:KatallobaticCenter rdf:type owl:Class ;
                         rdfs:subClassOf sophatmops:AtmosphericLowPressure ;
                         rdfs:label "katallobatic center"@en .


###  http://sweetontology.net/phenAtmoPressure/LeesideConvergence
sophatmops:LeesideConvergence rdf:type owl:Class ;
                         rdfs:subClassOf soproptf:Convergence ;
                         rdfs:label "leeside convergence"@en .


###  http://sweetontology.net/phenAtmoPressure/LongmontAnticyclone
sophatmops:LongmontAnticyclone rdf:type owl:Class ;
                          rdfs:subClassOf sophatmops:AtmosphericAnticyclone ;
                          rdfs:label "longmont anticyclone"@en .


###  http://sweetontology.net/phenAtmoPressure/Mesoanticyclone
sophatmops:Mesoanticyclone rdf:type owl:Class ;
                      rdfs:subClassOf sophatmops:AtmosphericAnticyclone ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty sorel:hasPhenomena ;
                                        owl:someValuesFrom sophft:Convection
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty sorelsp:hasSpatialScale ;
                                        owl:hasValue sostss:Mesoscale
                                      ] ;
                      rdfs:label "mesoanticyclone"@en .


###  http://sweetontology.net/phenAtmoPressure/Mesocyclone
sophatmops:Mesocyclone rdf:type owl:Class ;
                  rdfs:subClassOf sophatmops:AtmosphericCyclone ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty sorel:hasPhenomena ;
                                    owl:someValuesFrom sophft:Convection
                                  ] ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty sorelsp:hasSpatialScale ;
                                    owl:hasValue sostss:Mesoscale
                                  ] ;
                  rdfs:label "mesocyclone"@en .


###  http://sweetontology.net/phenAtmoPressure/Mesolow
sophatmops:Mesolow rdf:type owl:Class ;
              rdfs:subClassOf sophatmops:AtmosphericLowPressure ;
              rdfs:label "mesolow"@en .


###  http://sweetontology.net/phenAtmoPressure/MesoscaleCellularConvection
sophatmops:MesoscaleCellularConvection rdf:type owl:Class ;
                                  rdfs:subClassOf sophfd:CellCluster ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty sorelsp:hasSpatialScale ;
                                                    owl:hasValue sostss:Mesoscale
                                                  ] ;
                                  rdfs:label "mesoscale cellular convection"@en .


###  http://sweetontology.net/phenAtmoPressure/MesoscaleConvectiveComplex
sophatmops:MesoscaleConvectiveComplex rdf:type owl:Class ;
                                 rdfs:subClassOf sophatmops:MesoscaleConvectiveSystem ;
                                 rdfs:label "mesoscale convective complex"@en .


###  http://sweetontology.net/phenAtmoPressure/MesoscaleConvectiveSystem
sophatmops:MesoscaleConvectiveSystem rdf:type owl:Class ;
                                rdfs:subClassOf sophatmopc:Storm ,
                                                [ rdf:type owl:Restriction ;
                                                  owl:onProperty sorelsp:hasSpatialScale ;
                                                  owl:hasValue sostss:Mesoscale
                                                ] ;
                                rdfs:label "mesoscale convective system"@en .


###  http://sweetontology.net/phenAtmoPressure/MiniSupercell
sophatmops:MiniSupercell rdf:type owl:Class ;
                    rdfs:subClassOf sophatmopc:ConvectiveStorm ;
                    rdfs:label "mini supercell"@en .


###  http://sweetontology.net/phenAtmoPressure/MinorRidge
sophatmops:MinorRidge rdf:type owl:Class ;
                 rdfs:subClassOf sophatmops:AtmosphericRidge ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty sorel:hasRole ;
                                   owl:hasValue sostro:Minor
                                 ] ;
                 rdfs:label "minor ridge"@en .


###  http://sweetontology.net/phenAtmoPressure/MinorTrough
sophatmops:MinorTrough rdf:type owl:Class ;
                  rdfs:subClassOf sophatmops:AtmosphericTrough ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty sorel:hasRole ;
                                    owl:hasValue sostro:Minor
                                  ] ;
                  rdfs:label "minor trough"@en .


###  http://sweetontology.net/phenAtmoPressure/MoistConvection
sophatmops:MoistConvection rdf:type owl:Class ;
                      rdfs:subClassOf sophft:Convection ;
                      rdfs:label "moist convection"@en .


###  http://sweetontology.net/phenAtmoPressure/MonsoonDepression
sophatmops:MonsoonDepression rdf:type owl:Class ;
                        rdfs:subClassOf sophatmopc:Monsoon ;
                        rdfs:label "monsoon depression"@en .


###  http://sweetontology.net/phenAtmoPressure/MonsoonGyre
sophatmops:MonsoonGyre rdf:type owl:Class ;
                  rdfs:subClassOf sophfd:Circulation ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty sorel:hasPhenomena ;
                                    owl:someValuesFrom sophft:Convection
                                  ] ;
                  rdfs:label "monsoon gyre"@en .


###  http://sweetontology.net/phenAtmoPressure/MonsoonLow
sophatmops:MonsoonLow rdf:type owl:Class ;
                 rdfs:subClassOf sophatmops:AtmosphericLowPressure ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty sorel:hasPhenomena ;
                                   owl:allValuesFrom sophatmopc:Monsoon
                                 ] ;
                 rdfs:label "monsoon low"@en .


###  http://sweetontology.net/phenAtmoPressure/Multivortex
sophatmops:Multivortex rdf:type owl:Class ;
                  rdfs:subClassOf sorepsg:Cluster ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty sorelsp:clusterOf ;
                                    owl:allValuesFrom sophfd:Vortex
                                  ] ;
                  rdfs:label "multivortex"@en .


###  http://sweetontology.net/phenAtmoPressure/PolarCyclone
sophatmops:PolarCyclone rdf:type owl:Class ;
                   rdfs:subClassOf sophatmops:AtmosphericCyclone ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty sorelsp:originatesFrom ;
                                     owl:hasValue sorear:Polar
                                   ] ;
                   rdfs:label "polar cyclone"@en .


###  http://sweetontology.net/phenAtmoPressure/PolarLow
sophatmops:PolarLow rdf:type owl:Class ;
               rdfs:subClassOf sophatmops:AtmosphericLowPressure ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty sorelsp:originatesFrom ;
                                 owl:hasValue sorear:Polar
                               ] ;
               rdfs:label "polar low"@en .


###  http://sweetontology.net/phenAtmoPressure/ShallowConvection
sophatmops:ShallowConvection rdf:type owl:Class ;
                        rdfs:subClassOf sophft:Convection ;
                        rdfs:label "shallow convection"@en .


###  http://sweetontology.net/phenAtmoPressure/SubtropicalCyclone
sophatmops:SubtropicalCyclone rdf:type owl:Class ;
                         rdfs:subClassOf sophatmops:AtmosphericCyclone ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty sorelsp:originatesFrom ;
                                           owl:hasValue sorear:Subtropics
                                         ] ;
                         rdfs:label "subtropical cyclone"@en .


###  http://sweetontology.net/phenAtmoPressure/TUTT
sophatmops:TUTT rdf:type owl:Class ;
           owl:equivalentClass sophatmops:TropicalUpperTroposphericTrough ;
           rdfs:label "tutt"@en .


###  http://sweetontology.net/phenAtmoPressure/TropicalCyclone
sophatmops:TropicalCyclone rdf:type owl:Class ;
                      rdfs:subClassOf sophatmops:AtmosphericCyclone ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty sorelsp:originatesFrom ;
                                        owl:hasValue sorear:Tropics
                                      ] ;
                      rdfs:label "tropical cyclone"@en .


###  http://sweetontology.net/phenAtmoPressure/TropicalUpperTroposphericTrough
sophatmops:TropicalUpperTroposphericTrough rdf:type owl:Class ;
                                      rdfs:subClassOf sophatmops:TropicalCyclone ;
                                      rdfs:label "tropical upper tropospheric trough"@en .


###  http://sweetontology.net/phenAtmoPressure/UpdraftCurtain
sophatmops:UpdraftCurtain rdf:type owl:Class ;
                     rdfs:subClassOf sophft:Convection ;
                     rdfs:label "updraft curtain"@en .


###  http://sweetontology.net/phenFluidDynamics/Anticyclone
sophfd:Anticyclone rdf:type owl:Class .


###  http://sweetontology.net/phenFluidDynamics/CellCluster
sophfd:CellCluster rdf:type owl:Class .


###  http://sweetontology.net/phenFluidDynamics/Circulation
sophfd:Circulation rdf:type owl:Class .


###  http://sweetontology.net/phenFluidDynamics/Cyclone
sophfd:Cyclone rdf:type owl:Class .


###  http://sweetontology.net/phenFluidDynamics/HighPressure
sophfd:HighPressure rdf:type owl:Class .


###  http://sweetontology.net/phenFluidDynamics/LowPressure
sophfd:LowPressure rdf:type owl:Class .


###  http://sweetontology.net/phenFluidDynamics/Ridge
sophfd:Ridge rdf:type owl:Class .


###  http://sweetontology.net/phenFluidDynamics/Trough
sophfd:Trough rdf:type owl:Class .


###  http://sweetontology.net/phenFluidDynamics/Vortex
sophfd:Vortex rdf:type owl:Class .


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


###  http://sweetontology.net/propTimeFrequency/Convergence
soproptf:Convergence rdf:type owl:Class .


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


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

###  http://sweetontology.net/realmRegion/Extratropics
sorear:Extratropics rdf:type owl:NamedIndividual .


###  http://sweetontology.net/realmRegion/Polar
sorear:Polar rdf:type owl:NamedIndividual .


###  http://sweetontology.net/realmRegion/Subtropics
sorear:Subtropics rdf:type owl:NamedIndividual .


###  http://sweetontology.net/realmRegion/Tropics
sorear:Tropics rdf:type owl:NamedIndividual .


###  http://sweetontology.net/stateRole/Minor
sostro:Minor rdf:type owl:NamedIndividual .


###  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
