@prefix : <http://sweetontology.net/phenPlanetClimate/> .
@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 sopropdife: <http://sweetontology.net/propDifference/> .
@prefix sopropche: <http://sweetontology.net/propChemical/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sorel: <http://sweetontology.net/rela/> .
@prefix sopropfu: <http://sweetontology.net/propFunction/> .
@prefix sopropt: <http://sweetontology.net/propTemperature/> .
@prefix sorelm: <http://sweetontology.net/relaMath/> .
@prefix sostss: <http://sweetontology.net/stateSpaceScale/> .
@prefix soreps: <http://sweetontology.net/reprSpace/> .
@prefix sorelsp: <http://sweetontology.net/relaSpace/> .
@prefix soph: <http://sweetontology.net/phen/> .
@prefix sorelsc: <http://sweetontology.net/relaSci/> .
@prefix sophpc: <http://sweetontology.net/phenPlanetClimate/> .
@base <http://sweetontology.net/phenPlanetClimate> .

<http://sweetontology.net/phenPlanetClimate> rdf:type owl:Ontology ;
                                              owl:imports <http://sweetontology.net/phen> ,
                                                          <http://sweetontology.net/propChemical> ,
                                                          <http://sweetontology.net/propDifference> ,
                                                          <http://sweetontology.net/propFunction> ,
                                                          <http://sweetontology.net/propTemperature> ,
                                                          <http://sweetontology.net/rela> ,
                                                          <http://sweetontology.net/relaMath> ,
                                                          <http://sweetontology.net/relaSci> ,
                                                          <http://sweetontology.net/relaSpace> ,
                                                          <http://sweetontology.net/reprSpace> ,
                                                          <http://sweetontology.net/stateSpaceScale> ;
                                              rdfs:label "SWEET Ontology Phenomena Planetary Climate" ;
                                              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/relaMath/averageOver
sorelm:averageOver rdf:type owl:ObjectProperty .


###  http://sweetontology.net/relaMath/deviationFrom
sorelm:deviationFrom rdf:type owl:ObjectProperty .


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


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

###  http://sweetontology.net/phenPlanetClimate/Climate
sophpc:Climate rdf:type owl:Class ;
                owl:equivalentClass sophpc:ClimateAverage ,
                                    sophpc:ClimaticAverage ,
                                    sophpc:ClimatologicalAverage ;
                rdfs:subClassOf soph:PlanetaryPhenomena ,
                                sopropfu:TemporalAverage ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty sorelsc:hasQuantity ;
                                  owl:someValuesFrom sopropche:Moisture
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty sorelsc:hasQuantity ;
                                  owl:someValuesFrom sopropt:Temperature
                                ] ;
                rdfs:label "climate"@en .


###  http://sweetontology.net/phenPlanetClimate/ClimateAnomaly
sophpc:ClimateAnomaly rdf:type owl:Class ;
                       owl:equivalentClass sophpc:ClimaticAnomaly ;
                       rdfs:subClassOf sophpc:ClimatePhenomena ,
                                       sopropdife:Anomaly ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty sorelm:deviationFrom ;
                                         owl:someValuesFrom sophpc:Climate
                                       ] ;
                       rdfs:label "climate anomaly"@en .


###  http://sweetontology.net/phenPlanetClimate/ClimateAverage
sophpc:ClimateAverage rdf:type owl:Class ;
                       rdfs:label "climate average"@en .


###  http://sweetontology.net/phenPlanetClimate/ClimateChange
sophpc:ClimateChange rdf:type owl:Class ;
                      rdfs:subClassOf sophpc:GlobalChange ;
                      rdfs:label "climate change"@en .


###  http://sweetontology.net/phenPlanetClimate/ClimatePhenomena
sophpc:ClimatePhenomena rdf:type owl:Class ;
                         rdfs:subClassOf soph:PlanetaryPhenomena ;
                         rdfs:label "climate phenomena"@en .


###  http://sweetontology.net/phenPlanetClimate/ClimaticAnomaly
sophpc:ClimaticAnomaly rdf:type owl:Class ;
                        rdfs:label "climatic anomaly"@en .


###  http://sweetontology.net/phenPlanetClimate/ClimaticAverage
sophpc:ClimaticAverage rdf:type owl:Class ;
                        rdfs:label "climatic average"@en .


###  http://sweetontology.net/phenPlanetClimate/ClimatologicalAverage
sophpc:ClimatologicalAverage rdf:type owl:Class ;
                              rdfs:label "climatological average"@en .


###  http://sweetontology.net/phenPlanetClimate/Drought
sophpc:Drought rdf:type owl:Class ;
                rdfs:subClassOf sophpc:ClimateAnomaly ;
                rdfs:label "drought"@en .


###  http://sweetontology.net/phenPlanetClimate/GlobalChange
sophpc:GlobalChange rdf:type owl:Class ;
                     rdfs:subClassOf sophpc:ClimatePhenomena ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty sorelsp:hasSpatialScale ;
                                       owl:hasValue sostss:Global
                                     ] ;
                     rdfs:label "global change"@en .


###  http://sweetontology.net/phenPlanetClimate/GlobalClimate
sophpc:GlobalClimate rdf:type owl:Class ;
                      rdfs:subClassOf sophpc:Climate ,
                                      sopropfu:Average ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty sorelm:averageOver ;
                                        owl:someValuesFrom soreps:Space
                                      ] ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty sorelsp:hasSpatialScale ;
                                        owl:hasValue sostss:Global
                                      ] ;
                      rdfs:label "global climate"@en .


###  http://sweetontology.net/phenPlanetClimate/GlobalWarming
sophpc:GlobalWarming rdf:type owl:Class ;
                      rdfs:subClassOf sophpc:GlobalChange ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty sorel:hasPhenomena ;
                                        owl:allValuesFrom sophpc:GreenhouseEffect
                                      ] ;
                      rdfs:label "global warming"@en .


###  http://sweetontology.net/phenPlanetClimate/GreenhouseEffect
sophpc:GreenhouseEffect rdf:type owl:Class ;
                         rdfs:subClassOf sophpc:GlobalWarming ;
                         rdfs:label "greenhouse effect"@en .


###  http://sweetontology.net/phenPlanetClimate/HeatIsland
sophpc:HeatIsland rdf:type owl:Class ;
                   rdfs:subClassOf sophpc:ClimatePhenomena ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty sorelsp:hasSpatialScale ;
                                     owl:hasValue sostss:Microscale
                                   ] ;
                   rdfs:label "heat island"@en .


###  http://sweetontology.net/phenPlanetClimate/LocalClimate
sophpc:LocalClimate rdf:type owl:Class ;
                     rdfs:subClassOf sophpc:Climate ;
                     rdfs:label "local climate"@en .


###  http://sweetontology.net/phenPlanetClimate/Mesoclimate
sophpc:Mesoclimate rdf:type owl:Class ;
                    rdfs:subClassOf sophpc:Climate ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty sorelsp:hasSpatialScale ;
                                      owl:hasValue sostss:Mesoscale
                                    ] ;
                    rdfs:label "mesoclimate"@en .


###  http://sweetontology.net/phenPlanetClimate/Microclimate
sophpc:Microclimate rdf:type owl:Class ;
                     rdfs:subClassOf sophpc:Climate ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty sorelsp:hasSpatialScale ;
                                       owl:hasValue sostss:Microscale
                                     ] ;
                     rdfs:label "microclimate"@en .


###  http://sweetontology.net/phenPlanetClimate/MoistureClimate
sophpc:MoistureClimate rdf:type owl:Class ;
                        rdfs:subClassOf sophpc:Climate ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty sorelsc:hasQuantity ;
                                          owl:someValuesFrom sopropche:Moisture
                                        ] ;
                        rdfs:label "moisture climate"@en .


###  http://sweetontology.net/phenPlanetClimate/NuclearWinter
sophpc:NuclearWinter rdf:type owl:Class ;
                      rdfs:subClassOf sophpc:ClimatePhenomena ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty sorelsp:hasSpatialScale ;
                                        owl:hasValue sostss:Global
                                      ] ;
                      rdfs:label "nuclear winter"@en .


###  http://sweetontology.net/phenPlanetClimate/Paleoclimate
sophpc:Paleoclimate rdf:type owl:Class ;
                     rdfs:subClassOf sophpc:Climate ;
                     rdfs:label "paleoclimate"@en .


###  http://sweetontology.net/phenPlanetClimate/RegionalClimate
sophpc:RegionalClimate rdf:type owl:Class ;
                        rdfs:subClassOf sophpc:Climate ;
                        rdfs:label "regional climate"@en .


###  http://sweetontology.net/phenPlanetClimate/ThermalClimate
sophpc:ThermalClimate rdf:type owl:Class ;
                       rdfs:subClassOf sophpc:Climate ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty sorelsc:hasQuantity ;
                                         owl:someValuesFrom sopropt:Temperature
                                       ] ;
                       rdfs:label "thermal climate"@en .


###  http://sweetontology.net/propChemical/Moisture
sopropche:Moisture rdf:type owl:Class .


###  http://sweetontology.net/propDifference/Anomaly
sopropdife:Anomaly rdf:type owl:Class .


###  http://sweetontology.net/propFunction/Average
sopropfu:Average rdf:type owl:Class .


###  http://sweetontology.net/propFunction/TemporalAverage
sopropfu:TemporalAverage rdf:type owl:Class .


###  http://sweetontology.net/propTemperature/Temperature
sopropt:Temperature rdf:type owl:Class .


###  http://sweetontology.net/reprSpace/Space
soreps:Space rdf:type owl:Class .


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

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


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


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


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