@prefix : <http://sweetontology.net/realmLandVolcanic/> .
@prefix somarocki: <http://sweetontology.net/matrRockIgneous/> .
@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 sophgv: <http://sweetontology.net/phenGeolVolcano/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix soprope: <http://sweetontology.net/propEnergy/> .
@prefix sophso: <http://sweetontology.net/phenSolid/> .
@prefix soreag: <http://sweetontology.net/realmGeol/> .
@prefix soreal: <http://sweetontology.net/realmLandform/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sorel: <http://sweetontology.net/rela/> .
@prefix sorealv: <http://sweetontology.net/realmLandVolcanic/> .
@prefix sorelch: <http://sweetontology.net/relaChemical/> .
@prefix sorea: <http://sweetontology.net/realm/> .
@base <http://sweetontology.net/realmLandVolcanic> .

<http://sweetontology.net/realmLandVolcanic> rdf:type owl:Ontology ;
                                              owl:imports <http://sweetontology.net/matrRockIgneous> ,
                                                          <http://sweetontology.net/phenGeolVolcano> ,
                                                          <http://sweetontology.net/phenSolid> ,
                                                          <http://sweetontology.net/propEnergy> ,
                                                          <http://sweetontology.net/realm> ,
                                                          <http://sweetontology.net/realmGeol> ,
                                                          <http://sweetontology.net/realmLandform> ,
                                                          <http://sweetontology.net/rela> ,
                                                          <http://sweetontology.net/relaChemical> ;
                                              rdfs:label "SWEET Ontology Realm Land Volcanic" ;
                                              dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                              owl:versionInfo "3.6.0" .

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

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


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

###  http://sweetontology.net/realmLandVolcanic/Caldera
sorealv:Caldera rdf:type owl:Class ;
             rdfs:subClassOf soreag:GeologicFeature ;
             rdfs:label "caldera"@en .


###  http://sweetontology.net/realmLandVolcanic/CentralVolcano
sorealv:CentralVolcano rdf:type owl:Class ;
                    rdfs:subClassOf sorealv:Volcano ;
                    rdfs:label "central volcano"@en .


###  http://sweetontology.net/realmLandVolcanic/CompositeVolcano
sorealv:CompositeVolcano rdf:type owl:Class ;
                      owl:equivalentClass sorealv:CompoundVolcano ;
                      rdfs:label "composite volcano"@en .


###  http://sweetontology.net/realmLandVolcanic/CompoundVolcano
sorealv:CompoundVolcano rdf:type owl:Class ;
                     rdfs:subClassOf sorealv:Volcano ;
                     rdfs:label "compound volcano"@en .


###  http://sweetontology.net/realmLandVolcanic/Fumarole
sorealv:Fumarole rdf:type owl:Class ;
              rdfs:subClassOf sorealv:Vent ;
              rdfs:label "fumarole"@en .


###  http://sweetontology.net/realmLandVolcanic/Geothermal
sorealv:Geothermal rdf:type owl:Class ;
                rdfs:subClassOf soprope:Heat ,
                                soreag:GeologicFeature ;
                rdfs:label "geothermal"@en .


###  http://sweetontology.net/realmLandVolcanic/Geyser
sorealv:Geyser rdf:type owl:Class ;
            rdfs:subClassOf sorealv:Vent ;
            rdfs:label "geyser"@en .


###  http://sweetontology.net/realmLandVolcanic/HotSpot
sorealv:HotSpot rdf:type owl:Class ;
             rdfs:subClassOf soreag:GeologicFeature ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty sorel:hasRealm ;
                               owl:allValuesFrom sorealv:LinearVolcanicChain
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty sorelch:hasSubstance ;
                               owl:allValuesFrom somarocki:AnorogenicIgneousRock
                             ] ;
             rdfs:label "hot spot"@en .


###  http://sweetontology.net/realmLandVolcanic/LavaPlain
sorealv:LavaPlain rdf:type owl:Class ;
               rdfs:subClassOf soreag:GeologicFeature ;
               rdfs:label "lava plain"@en .


###  http://sweetontology.net/realmLandVolcanic/LinearVolcanicChain
sorealv:LinearVolcanicChain rdf:type owl:Class ;
                         rdfs:subClassOf sorealv:VolcanicChain ;
                         rdfs:label "linear volcanic chain"@en .


###  http://sweetontology.net/realmLandVolcanic/Monogenetic
sorealv:Monogenetic rdf:type owl:Class ;
                 rdfs:subClassOf sorealv:Volcano ;
                 rdfs:label "monogenetic"@en .


###  http://sweetontology.net/realmLandVolcanic/ShieldVolcano
sorealv:ShieldVolcano rdf:type owl:Class ;
                   rdfs:subClassOf sorealv:Volcano ;
                   rdfs:label "shield volcano"@en .


###  http://sweetontology.net/realmLandVolcanic/Stratovolcano
sorealv:Stratovolcano rdf:type owl:Class ;
                   rdfs:subClassOf sorealv:Volcano ;
                   rdfs:label "stratovolcano"@en .


###  http://sweetontology.net/realmLandVolcanic/SubaqueousVolcano
sorealv:SubaqueousVolcano rdf:type owl:Class ;
                       owl:equivalentClass sorealv:SubmarineVolcano ;
                       rdfs:subClassOf sorealv:Volcano ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty sorel:hasRealm ;
                                         owl:allValuesFrom sorea:Ocean
                                       ] ;
                       rdfs:label "subaqueous volcano"@en .


###  http://sweetontology.net/realmLandVolcanic/SubmarineVolcano
sorealv:SubmarineVolcano rdf:type owl:Class ;
                      rdfs:label "submarine volcano"@en .


###  http://sweetontology.net/realmLandVolcanic/Tumulus
sorealv:Tumulus rdf:type owl:Class ;
             rdfs:subClassOf soreal:Landform ;
             rdfs:label "tumulus"@en .


###  http://sweetontology.net/realmLandVolcanic/Vent
sorealv:Vent rdf:type owl:Class ;
          rdfs:subClassOf sophso:Crack ,
                          soreag:GeologicFeature ;
          rdfs:label "vent"@en .


###  http://sweetontology.net/realmLandVolcanic/VolcanicArc
sorealv:VolcanicArc rdf:type owl:Class ;
                 owl:equivalentClass sorealv:VolcanicChain ;
                 rdfs:label "volcanic arc"@en .


###  http://sweetontology.net/realmLandVolcanic/VolcanicChain
sorealv:VolcanicChain rdf:type owl:Class ;
                   rdfs:subClassOf soreag:GeologicProvince ;
                   rdfs:label "volcanic chain"@en .


###  http://sweetontology.net/realmLandVolcanic/VolcanicField
sorealv:VolcanicField rdf:type owl:Class ;
                   rdfs:subClassOf soreag:GeologicProvince ;
                   rdfs:label "volcanic field"@en .


###  http://sweetontology.net/realmLandVolcanic/VolcanicSystem
sorealv:VolcanicSystem rdf:type owl:Class ;
                    rdfs:subClassOf soreag:GeologicFeature ;
                    rdfs:label "volcanic system"@en .


###  http://sweetontology.net/realmLandVolcanic/Volcano
sorealv:Volcano rdf:type owl:Class ;
             rdfs:subClassOf sorealv:VolcanicField ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty sorelch:hasPrimarySubstance ;
                               owl:someValuesFrom somarocki:Magma
                             ] ;
             rdfs:label "volcano"@en .


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