@prefix : <http://sweetontology.net/phenAtmoFront/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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 xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix sophatmo: <http://sweetontology.net/phenAtmo/> .
@prefix sophfi: <http://sweetontology.net/phenFluidInstability/> .
@prefix sorepmf: <http://sweetontology.net/reprMathFunction/> .
@prefix sorealo: <http://sweetontology.net/realmLandOrographic/> .
@prefix soprocp: <http://sweetontology.net/procPhysical/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sorel: <http://sweetontology.net/rela/> .
@prefix sophatmofr: <http://sweetontology.net/phenAtmoFront/> .
@prefix sophatmowm: <http://sweetontology.net/phenAtmoWindMesoscale/> .
@prefix sorelsc: <http://sweetontology.net/relaSci/> .
@base <http://sweetontology.net/phenAtmoFront> .

<http://sweetontology.net/phenAtmoFront> rdf:type owl:Ontology ;
                                          owl:imports <http://sweetontology.net/phenAtmo> ,
                                                      <http://sweetontology.net/phenAtmoWindMesoscale> ,
                                                      <http://sweetontology.net/phenFluidInstability> ,
                                                      <http://sweetontology.net/procPhysical> ,
                                                      <http://sweetontology.net/realmLandOrographic> ,
                                                      <http://sweetontology.net/rela> ,
                                                      <http://sweetontology.net/relaSci> ,
                                                      <http://sweetontology.net/reprMathFunction> ;
                                          rdfs:label "SWEET Ontology Phenomena Atmosphere Front" ;
                                          dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                          owl:versionInfo "3.6.0" ;
                                          dcterms:contributor <https://orcid.org/0000-0003-0632-7576> .

#################################################################
#    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/relaSci/componentOf
sorelsc:componentOf rdf:type owl:ObjectProperty .


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

###  http://sweetontology.net/phenAtmoFront/ColdFront
sophatmofr:ColdFront rdf:type owl:Class ;
                rdfs:subClassOf sophatmofr:Front ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty sorel:hasPhenomena ;
                                  owl:allValuesFrom soprocp:Cooling
                                ] ;
                owl:disjointWith sophatmofr:WarmFront ;
                rdfs:label "cold front"@en .


###  http://sweetontology.net/phenAtmoFront/Damming
sophatmofr:Damming rdf:type owl:Class ;
              rdfs:subClassOf sophatmofr:Front ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty sorel:hasRealm ;
                                owl:allValuesFrom sorealo:Orography
                              ] ;
              rdfs:label "damming"@en .


###  http://sweetontology.net/phenAtmoFront/Dryline
sophatmofr:Dryline rdf:type owl:Class ;
              rdfs:subClassOf sophatmofr:Front ;
              rdfs:label "dryline"@en .


###  http://sweetontology.net/phenAtmoFront/FalseWarmSector
sophatmofr:FalseWarmSector rdf:type owl:Class ;
                      rdfs:subClassOf sophatmo:MeteorologicalPhenomena ;
                      rdfs:label "false warm sector"@en .


###  http://sweetontology.net/phenAtmoFront/Front
sophatmofr:Front rdf:type owl:Class ;
            rdfs:subClassOf sophatmo:MeteorologicalPhenomena ,
                            sorepmf:Discontinuity ;
            rdfs:label "front"@en .


###  http://sweetontology.net/phenAtmoFront/FrontRegion
sophatmofr:FrontRegion rdf:type owl:Class ;
                  rdfs:subClassOf sophatmo:MeteorologicalPhenomena ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty sorelsc:componentOf ;
                                    owl:allValuesFrom sophatmofr:Front
                                  ] ;
                  rdfs:label "front region"@en .


###  http://sweetontology.net/phenAtmoFront/FrontalLifting
sophatmofr:FrontalLifting rdf:type owl:Class ;
                     rdfs:subClassOf sophfi:Lifting ;
                     rdfs:label "frontal lifting"@en .


###  http://sweetontology.net/phenAtmoFront/KataFront
sophatmofr:KataFront rdf:type owl:Class ;
                rdfs:subClassOf sophatmofr:Front ;
                rdfs:label "kata front"@en .


###  http://sweetontology.net/phenAtmoFront/KatabaticFront
sophatmofr:KatabaticFront rdf:type owl:Class ;
                     rdfs:subClassOf sophatmofr:Front ;
                     rdfs:label "katabatic front"@en .


###  http://sweetontology.net/phenAtmoFront/MediterraneanFront
sophatmofr:MediterraneanFront rdf:type owl:Class ;
                         rdfs:subClassOf sophatmofr:Front ;
                         rdfs:label "mediterranean front"@en .


###  http://sweetontology.net/phenAtmoFront/MeiyuFront
sophatmofr:MeiyuFront rdf:type owl:Class ;
                 rdfs:subClassOf sophatmofr:Front ;
                 rdfs:label "meiyu front"@en .


###  http://sweetontology.net/phenAtmoFront/Microfront
sophatmofr:Microfront rdf:type owl:Class ;
                 rdfs:subClassOf sophatmofr:Front ;
                 rdfs:label "microfront"@en .


###  http://sweetontology.net/phenAtmoFront/MoistTongue
sophatmofr:MoistTongue rdf:type owl:Class ;
                  rdfs:subClassOf sophatmo:MeteorologicalPhenomena ;
                  rdfs:label "moist tongue"@en .


###  http://sweetontology.net/phenAtmoFront/OccludedFront
sophatmofr:OccludedFront rdf:type owl:Class ;
                    rdfs:subClassOf sophatmofr:Front ;
                    rdfs:label "occluded front"@en .


###  http://sweetontology.net/phenAtmoFront/OutflowBoundary
sophatmofr:OutflowBoundary rdf:type owl:Class ;
                      rdfs:subClassOf sophatmofr:Front ;
                      rdfs:label "outflow boundary"@en .


###  http://sweetontology.net/phenAtmoFront/SeaBreezeFront
sophatmofr:SeaBreezeFront rdf:type owl:Class ;
                     rdfs:subClassOf sophatmofr:Front ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty sorel:hasPhenomena ;
                                       owl:allValuesFrom sophatmowm:SeaBreeze
                                     ] ;
                     rdfs:label "sea breeze front"@en .


###  http://sweetontology.net/phenAtmoFront/Seclusion
sophatmofr:Seclusion rdf:type owl:Class ;
                rdfs:subClassOf sophatmofr:Front ;
                rdfs:label "seclusion"@en .


###  http://sweetontology.net/phenAtmoFront/TransitionZone
sophatmofr:TransitionZone rdf:type owl:Class ;
                     rdfs:subClassOf sophatmo:MeteorologicalPhenomena ;
                     rdfs:label "transition zone"@en .


###  http://sweetontology.net/phenAtmoFront/TriplePoint
sophatmofr:TriplePoint rdf:type owl:Class ;
                  rdfs:subClassOf sophatmo:MeteorologicalPhenomena ;
                  rdfs:label "triple point"@en .


###  http://sweetontology.net/phenAtmoFront/WarmFront
sophatmofr:WarmFront rdf:type owl:Class ;
                rdfs:subClassOf sophatmofr:Front ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty sorel:hasPhenomena ;
                                  owl:allValuesFrom soprocp:Heating
                                ] ;
                rdfs:label "warm front"@en .


###  http://sweetontology.net/phenAtmoFront/WarmSector
sophatmofr:WarmSector rdf:type owl:Class ;
                 rdfs:subClassOf sophatmofr:FrontRegion ;
                 rdfs:label "warm sector"@en .


###  http://sweetontology.net/phenAtmoWindMesoscale/SeaBreeze
sophatmowm:SeaBreeze rdf:type owl:Class .


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


###  http://sweetontology.net/procPhysical/Cooling
soprocp:Cooling rdf:type owl:Class .


###  http://sweetontology.net/procPhysical/Heating
soprocp:Heating rdf:type owl:Class .


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


###  http://sweetontology.net/reprMathFunction/Discontinuity
sorepmf:Discontinuity rdf:type owl:Class .


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