@prefix : <http://sweetontology.net/phenHelio/> .
@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 sophsy: <http://sweetontology.net/phenSystem/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix somapa: <http://sweetontology.net/matrParticle/> .
@prefix soph: <http://sweetontology.net/phen/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sorel: <http://sweetontology.net/rela/> .
@prefix sophst: <http://sweetontology.net/phenStar/> .
@prefix sophhe: <http://sweetontology.net/phenHelio/> .
@prefix soprocp: <http://sweetontology.net/procPhysical/> .
@prefix sorelph: <http://sweetontology.net/relaPhysical/> .
@prefix soprocw: <http://sweetontology.net/procWave/> .
@prefix sorea: <http://sweetontology.net/realm/> .
@prefix sorelsc: <http://sweetontology.net/relaSci/> .
@base <http://sweetontology.net/phenHelio> .

<http://sweetontology.net/phenHelio> rdf:type owl:Ontology ;
                                      owl:imports <http://sweetontology.net/matrParticle> ,
                                                  <http://sweetontology.net/phen> ,
                                                  <http://sweetontology.net/phenStar> ,
                                                  <http://sweetontology.net/phenSystem> ,
                                                  <http://sweetontology.net/procPhysical> ,
                                                  <http://sweetontology.net/procWave> ,
                                                  <http://sweetontology.net/realm> ,
                                                  <http://sweetontology.net/rela> ,
                                                  <http://sweetontology.net/relaPhysical> ,
                                                  <http://sweetontology.net/relaSci> ;
                                      rdfs:label "SWEET Ontology Phenomena Heliosphere" ;
                                      dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                      owl:versionInfo "3.6.0" .

#################################################################
#    Annotation properties
#################################################################

###  http://www.w3.org/2002/07/owl#versionInfo
owl:versionInfo rdf:type owl:AnnotationProperty .


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

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


###  http://sweetontology.net/relaPhysical/hasAstronomicalBody
sorelph:hasAstronomicalBody rdf:type owl:ObjectProperty .


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


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


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

###  http://sweetontology.net/phenHelio/Airglow
sophhe:Airglow rdf:type owl:Class ;
              rdfs:subClassOf sophhe:AtmosphericLightEmission ;
              rdfs:label "airglow"@en .


###  http://sweetontology.net/phenHelio/AtmosphericLightEmission
sophhe:AtmosphericLightEmission rdf:type owl:Class ;
                               rdfs:subClassOf sophhe:HeliosphericPhenomena ,
                                               [ rdf:type owl:Restriction ;
                                                 owl:onProperty sorel:hasPhenomena ;
                                                 owl:allValuesFrom soprocw:Emission
                                               ] ;
                               rdfs:label "atmospheric light emission"@en .


###  http://sweetontology.net/phenHelio/Aurora
sophhe:Aurora rdf:type owl:Class ;
             rdfs:subClassOf sophhe:AtmosphericLightEmission ;
             rdfs:label "aurora"@en .


###  http://sweetontology.net/phenHelio/AuroralSubstorm
sophhe:AuroralSubstorm rdf:type owl:Class ;
                      owl:equivalentClass sophhe:MagneticSubstorm ;
                      rdfs:subClassOf sophhe:AtmosphericLightEmission ;
                      rdfs:label "auroral substorm"@en .


###  http://sweetontology.net/phenHelio/BowShock
sophhe:BowShock rdf:type owl:Class ;
               rdfs:subClassOf sophhe:BowShockCrossing ;
               rdfs:label "bow shock"@en .


###  http://sweetontology.net/phenHelio/BowShockCrossing
sophhe:BowShockCrossing rdf:type owl:Class ;
                       rdfs:subClassOf sophhe:HeliosphericPhenomena ;
                       rdfs:label "bow shock crossing"@en .


###  http://sweetontology.net/phenHelio/GeomagneticStorm
sophhe:GeomagneticStorm rdf:type owl:Class ;
                       owl:equivalentClass sophhe:MagneticStorm ;
                       rdfs:subClassOf soph:Event ,
                                       sophhe:InterplanetaryPhenomena ,
                                       sophsy:Disturbance ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty sorel:hasPhenomena ;
                                         owl:allValuesFrom sophhe:SpaceWeather
                                       ] ;
                       rdfs:label "geomagnetic storm"@en .


###  http://sweetontology.net/phenHelio/Geomagnetism
sophhe:Geomagnetism rdf:type owl:Class ;
                   rdfs:subClassOf soprocp:Magnetism ;
                   rdfs:label "geomagnetism"@en .


###  http://sweetontology.net/phenHelio/Heliosheath
sophhe:Heliosheath rdf:type owl:Class ;
                  rdfs:subClassOf sophhe:HeliosphericPhenomena ;
                  rdfs:label "heliosheath"@en .


###  http://sweetontology.net/phenHelio/HeliosphericPhenomena
sophhe:HeliosphericPhenomena rdf:type owl:Class ;
                            rdfs:subClassOf soph:Phenomena ;
                            rdfs:label "heliospheric phenomena"@en .


###  http://sweetontology.net/phenHelio/InterplanetaryPhenomena
sophhe:InterplanetaryPhenomena rdf:type owl:Class ;
                              rdfs:subClassOf soph:Phenomena ;
                              rdfs:label "interplanetary phenomena"@en .


###  http://sweetontology.net/phenHelio/InterplanetaryShock
sophhe:InterplanetaryShock rdf:type owl:Class ;
                          rdfs:subClassOf sophhe:InterplanetaryPhenomena ;
                          rdfs:label "interplanetary shock"@en .


###  http://sweetontology.net/phenHelio/MagneticStorm
sophhe:MagneticStorm rdf:type owl:Class ;
                    rdfs:label "magnetic storm"@en .


###  http://sweetontology.net/phenHelio/MagneticSubstorm
sophhe:MagneticSubstorm rdf:type owl:Class ;
                       rdfs:label "magnetic substorm"@en .


###  http://sweetontology.net/phenHelio/MagnetopauseCrossing
sophhe:MagnetopauseCrossing rdf:type owl:Class ;
                           rdfs:subClassOf sophhe:HeliosphericPhenomena ;
                           rdfs:label "magnetopause crossing"@en .


###  http://sweetontology.net/phenHelio/Magnetosheath
sophhe:Magnetosheath rdf:type owl:Class ;
                    rdfs:subClassOf sophhe:HeliosphericPhenomena ;
                    rdfs:label "magnetosheath"@en .


###  http://sweetontology.net/phenHelio/Magnetotail
sophhe:Magnetotail rdf:type owl:Class ;
                  rdfs:subClassOf sophhe:HeliosphericPhenomena ;
                  rdfs:label "magnetotail"@en .


###  http://sweetontology.net/phenHelio/ProtonPrecipitation
sophhe:ProtonPrecipitation rdf:type owl:Class ;
                          rdfs:subClassOf soph:Precipitation ,
                                          sophhe:GeomagneticStorm ;
                          rdfs:label "proton precipitation"@en .


###  http://sweetontology.net/phenHelio/SchumannResonance
sophhe:SchumannResonance rdf:type owl:Class ;
                        rdfs:subClassOf sophhe:HeliosphericPhenomena ;
                        rdfs:label "schumann resonance"@en .


###  http://sweetontology.net/phenHelio/SolarParticleEvent
sophhe:SolarParticleEvent rdf:type owl:Class ;
                         rdfs:subClassOf sophhe:GeomagneticStorm ;
                         rdfs:label "solar particle event"@en .


###  http://sweetontology.net/phenHelio/SolarWind
sophhe:SolarWind rdf:type owl:Class ;
                rdfs:subClassOf sophst:StellarWind ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty sorelph:hasAstronomicalBody ;
                                  owl:hasValue sophst:Sun
                                ] ;
                rdfs:label "solar wind"@en .


###  http://sweetontology.net/phenHelio/SolarWindExtreme
sophhe:SolarWindExtreme rdf:type owl:Class ;
                       rdfs:subClassOf sophhe:InterplanetaryPhenomena ;
                       rdfs:label "solar wind extreme"@en .


###  http://sweetontology.net/phenHelio/SpaceWeather
sophhe:SpaceWeather rdf:type owl:Class ;
                   rdfs:subClassOf sophhe:HeliosphericPhenomena ;
                   rdfs:label "space weather"@en .


###  http://sweetontology.net/phenHelio/Substorm
sophhe:Substorm rdf:type owl:Class ;
               rdfs:subClassOf sophhe:InterplanetaryPhenomena ;
               rdfs:label "substorm"@en .


###  http://sweetontology.net/phenHelio/SunEarthInteraction
sophhe:SunEarthInteraction rdf:type owl:Class ;
                          rdfs:subClassOf sophsy:Interaction ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty sorelsc:hasCause ;
                                            owl:hasValue sophst:Sun
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty sorelsc:hasEffect ;
                                            owl:hasValue sorea:Earth
                                          ] ;
                          rdfs:label "sun earth interaction"@en .


###  http://sweetontology.net/phenHelio/TelluricCurrent
sophhe:TelluricCurrent rdf:type owl:Class ;
                      rdfs:subClassOf soprocp:ElectricCurrent ;
                      rdfs:label "telluric current"@en .


###  http://sweetontology.net/phenStar/StellarWind
sophst:StellarWind rdf:type owl:Class .


###  http://sweetontology.net/phenSystem/Disturbance
sophsy:Disturbance rdf:type owl:Class .


###  http://sweetontology.net/phenSystem/Interaction
sophsy:Interaction rdf:type owl:Class .


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


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


###  http://sweetontology.net/procWave/Emission
soprocw:Emission rdf:type owl:Class .


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

###  http://sweetontology.net/phenStar/Sun
sophst:Sun rdf:type owl:NamedIndividual .


###  http://sweetontology.net/realm/Earth
sorea:Earth rdf:type owl:NamedIndividual .


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