@prefix : <http://sweetontology.net/phenStar/> .
@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 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 sophw: <http://sweetontology.net/phenWave/> .
@prefix soreaab: <http://sweetontology.net/realmAstroBody/> .
@prefix soprocc: <http://sweetontology.net/procChemical/> .
@prefix sorelch: <http://sweetontology.net/relaChemical/> .
@prefix sophfd: <http://sweetontology.net/phenFluidDynamics/> .
@prefix sorelph: <http://sweetontology.net/relaPhysical/> .
@prefix soreaab: <http://sweetontology.net/realmAstroBody/> .
@prefix soreaas: <http://sweetontology.net/realmAstroStar/> .
@base <http://sweetontology.net/phenStar> .

<http://sweetontology.net/phenStar> rdf:type owl:Ontology ;
                                     owl:imports <http://sweetontology.net/matrParticle> ,
                                                 <http://sweetontology.net/phen> ,
                                                 <http://sweetontology.net/phenFluidDynamics> ,
                                                 <http://sweetontology.net/phenWave> ,
                                                 <http://sweetontology.net/procChemical> ,
                                                 <http://sweetontology.net/realmAstroBody> ,
                                                 <http://sweetontology.net/realmAstroStar> ,
                                                 <http://sweetontology.net/rela> ,
                                                 <http://sweetontology.net/relaChemical> ,
                                                 <http://sweetontology.net/relaPhysical> ;
                                     rdfs:label "SWEET Ontology Phenomena Star" ;
                                     dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                     owl:versionInfo "3.6.0" .

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

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


###  http://sweetontology.net/relaChemical/hasReactionProduct
sorelch:hasReactionProduct rdf:type owl:ObjectProperty .


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


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

###  http://sweetontology.net/phenStar/Asteroseismology
sophst:Asteroseismology rdf:type owl:Class ;
                      rdfs:subClassOf sophst:StellarPhenomena ;
                      rdfs:label "asteroseismology"@en .


###  http://sweetontology.net/phenStar/CME
sophst:CME rdf:type owl:Class ;
         owl:equivalentClass sophst:CoronalMassEjection ;
         rdfs:label "cme"@en .


###  http://sweetontology.net/phenStar/CoronalDimming
sophst:CoronalDimming rdf:type owl:Class ;
                    rdfs:subClassOf sophst:CoronalPhenomena ;
                    rdfs:label "coronal dimming"@en .


###  http://sweetontology.net/phenStar/CoronalHole
sophst:CoronalHole rdf:type owl:Class ;
                 rdfs:subClassOf sophst:CoronalPhenomena ;
                 rdfs:label "coronal hole"@en .


###  http://sweetontology.net/phenStar/CoronalJet
sophst:CoronalJet rdf:type owl:Class ;
                rdfs:subClassOf sophst:CoronalPhenomena ;
                rdfs:label "coronal jet"@en .


###  http://sweetontology.net/phenStar/CoronalLoop
sophst:CoronalLoop rdf:type owl:Class ;
                 rdfs:subClassOf sophst:CoronalPhenomena ;
                 rdfs:label "coronal loop"@en .


###  http://sweetontology.net/phenStar/CoronalMassEjection
sophst:CoronalMassEjection rdf:type owl:Class ;
                         rdfs:subClassOf sophst:CoronalPhenomena ;
                         rdfs:label "coronal mass ejection"@en .


###  http://sweetontology.net/phenStar/CoronalPhenomena
sophst:CoronalPhenomena rdf:type owl:Class ;
                      rdfs:subClassOf sophst:StellarPhenomena ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty sorel:hasRealm ;
                                        owl:allValuesFrom soreaas:Corona
                                      ] ;
                      rdfs:label "coronal phenomena"@en .


###  http://sweetontology.net/phenStar/CoronalRain
sophst:CoronalRain rdf:type owl:Class ;
                 rdfs:subClassOf sophst:CoronalPhenomena ;
                 rdfs:label "coronal rain"@en .


###  http://sweetontology.net/phenStar/FMode
sophst:FMode rdf:type owl:Class ;
           rdfs:subClassOf sophst:SolarPhenomena ,
                           sophw:GravityWave ,
                           sophw:SurfaceWave ;
           rdfs:label "f mode"@en .


###  http://sweetontology.net/phenStar/Filament
sophst:Filament rdf:type owl:Class ;
              rdfs:subClassOf sophst:Prominence ;
              rdfs:label "filament"@en .


###  http://sweetontology.net/phenStar/Flare
sophst:Flare rdf:type owl:Class ;
           rdfs:subClassOf sophst:StellarPhenomena ;
           rdfs:label "flare"@en .


###  http://sweetontology.net/phenStar/GMode
sophst:GMode rdf:type owl:Class ;
           rdfs:subClassOf sophst:SolarPhenomena ,
                           sophw:GravityWave ;
           rdfs:label "g mode"@en .


###  http://sweetontology.net/phenStar/Granulation
sophst:Granulation rdf:type owl:Class ;
                 owl:equivalentClass sophst:Granule ;
                 owl:disjointWith sophst:Supergranulation ;
                 rdfs:label "granulation"@en .


###  http://sweetontology.net/phenStar/Granule
sophst:Granule rdf:type owl:Class ;
             rdfs:subClassOf sophst:StellarPhenomena ;
             rdfs:label "granule"@en .


###  http://sweetontology.net/phenStar/Helioseismology
sophst:Helioseismology rdf:type owl:Class ;
                     rdfs:subClassOf sophst:Asteroseismology ;
                     rdfs:label "helioseismology"@en .


###  http://sweetontology.net/phenStar/PMode
sophst:PMode rdf:type owl:Class ;
           rdfs:subClassOf sophst:SolarPhenomena ,
                           sophw:AcousticWave ;
           rdfs:label "p mode"@en .


###  http://sweetontology.net/phenStar/Plage
sophst:Plage rdf:type owl:Class ;
           rdfs:subClassOf sophst:SolarPhenomena ;
           rdfs:label "plage"@en .


###  http://sweetontology.net/phenStar/Prominence
sophst:Prominence rdf:type owl:Class ;
                rdfs:subClassOf sophst:StellarPhenomena ;
                rdfs:label "prominence"@en .


###  http://sweetontology.net/phenStar/SolarActivity
sophst:SolarActivity rdf:type owl:Class ;
                   rdfs:subClassOf sophst:SolarPhenomena ;
                   rdfs:label "solar activity"@en .


###  http://sweetontology.net/phenStar/SolarPhenomena
sophst:SolarPhenomena rdf:type owl:Class ;
                    rdfs:subClassOf sophst:StellarPhenomena ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty sorelph:hasAstronomicalBody ;
                                      owl:hasValue sophst:Sun
                                    ] ;
                    rdfs:label "solar phenomena"@en .


###  http://sweetontology.net/phenStar/Spicule
sophst:Spicule rdf:type owl:Class ;
             rdfs:subClassOf sophfd:Jet ,
                             sophst:StellarPhenomena ;
             rdfs:label "spicule"@en .


###  http://sweetontology.net/phenStar/StellarFusion
sophst:StellarFusion rdf:type owl:Class ;
                   rdfs:subClassOf soprocc:NuclearFusion ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty sorelch:hasReactionProduct ;
                                     owl:someValuesFrom somapa:Neutrino
                                   ] ;
                   rdfs:label "stellar fusion"@en .


###  http://sweetontology.net/phenStar/StellarPhenomena
sophst:StellarPhenomena rdf:type owl:Class ;
                      rdfs:subClassOf soph:Phenomena ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty sorel:hasRealm ;
                                        owl:someValuesFrom soreaas:StellarRealm
                                      ] ;
                      rdfs:label "stellar phenomena"@en .


###  http://sweetontology.net/phenStar/StellarWind
sophst:StellarWind rdf:type owl:Class ;
                 rdfs:subClassOf sophst:StellarPhenomena ;
                 rdfs:label "stellar wind"@en .


###  http://sweetontology.net/phenStar/Sunspot
sophst:Sunspot rdf:type owl:Class ;
             rdfs:subClassOf sophst:SolarPhenomena ;
             rdfs:label "sunspot"@en .


###  http://sweetontology.net/phenStar/Supergranulation
sophst:Supergranulation rdf:type owl:Class ;
                      rdfs:subClassOf sophst:StellarPhenomena ;
                      rdfs:label "supergranulation"@en .


###  http://sweetontology.net/phenStar/TerminationShock
sophst:TerminationShock rdf:type owl:Class ;
                      rdfs:subClassOf sophst:StellarPhenomena ;
                      rdfs:label "termination shock"@en .


###  http://sweetontology.net/phenWave/AcousticWave
sophw:AcousticWave rdf:type owl:Class .


###  http://sweetontology.net/phenWave/GravityWave
sophw:GravityWave rdf:type owl:Class .


###  http://sweetontology.net/phenWave/SurfaceWave
sophw:SurfaceWave rdf:type owl:Class .


###  http://sweetontology.net/procChemical/NuclearFusion
soprocc:NuclearFusion rdf:type owl:Class .


###  http://sweetontology.net/realmAstroBody/Star
soreaab:Star rdf:type owl:Class .


###  http://sweetontology.net/realmAstroStar/Corona
soreaas:Corona rdf:type owl:Class .


###  http://sweetontology.net/realmAstroStar/StellarRealm
soreaas:StellarRealm rdf:type owl:Class .


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

###  http://sweetontology.net/phenStar/Sun
sophst:Sun rdf:type owl:NamedIndividual ,
                  soreaab:Star ;
         rdfs:label "sun"@en .


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