@prefix : .
@prefix somarocki: .
@prefix dcterms: .
@prefix owl: .
@prefix rdf: .
@prefix sophgv: .
@prefix xml: .
@prefix xsd: .
@prefix somas: .
@prefix soprope: .
@prefix sophg: .
@prefix sopropm: .
@prefix owlt: .
@prefix rdfs: .
@prefix sophr: .
@prefix sorel: .
@prefix soreag: .
@prefix sorelph: .
@prefix sophft: .
@base .
rdf:type owl:Ontology ;
owl:imports ,
,
,
,
,
,
,
,
,
;
rdfs:label "SWEET Ontology Phenomena Geologic Volcano" ;
dcterms:license ;
owl:versionInfo "3.6.0" .
#################################################################
# Object Properties
#################################################################
### http://sweetontology.net/relaPhysical/hasTransport
sorelph:hasTransport rdf:type owl:ObjectProperty .
#################################################################
# Classes
#################################################################
### http://sweetontology.net/phenGeolVolcano/EruptionCloud
sophgv:EruptionCloud rdf:type owl:Class ;
rdfs:subClassOf somas:Ejecta ,
sophgv:VolcanicPhenomena ;
rdfs:label "eruption cloud"@en .
### http://sweetontology.net/phenGeolVolcano/FlankEruption
sophgv:FlankEruption rdf:type owl:Class ;
rdfs:subClassOf sophgv:VolcanicEruption ;
rdfs:label "flank eruption"@en .
### http://sweetontology.net/phenGeolVolcano/LavaOfTephra
sophgv:LavaOfTephra rdf:type owl:Class ;
rdfs:subClassOf somarocki:Lava ;
rdfs:label "lava of tephra"@en .
### http://sweetontology.net/phenGeolVolcano/MagmaMotion
sophgv:MagmaMotion rdf:type owl:Class ;
rdfs:subClassOf sophgv:VolcanicActivity ;
rdfs:label "magma motion"@en .
### http://sweetontology.net/phenGeolVolcano/Magmatic
sophgv:Magmatic rdf:type owl:Class ;
rdfs:subClassOf sophgv:VolcanicEruption ;
rdfs:label "magmatic"@en .
### http://sweetontology.net/phenGeolVolcano/MantlePlume
sophgv:MantlePlume rdf:type owl:Class ;
owl:equivalentClass sophgv:MantleThermalPlume ;
rdfs:subClassOf sophgv:VolcanicPlume ,
[ rdf:type owl:Restriction ;
owl:onProperty sorel:hasRealm ;
owl:allValuesFrom soreag:Mantle
] ;
rdfs:label "mantle plume"@en .
### http://sweetontology.net/phenGeolVolcano/MantleThermalPlume
sophgv:MantleThermalPlume rdf:type owl:Class ;
rdfs:label "mantle thermal plume"@en .
### http://sweetontology.net/phenGeolVolcano/NueeArdenteEruption
sophgv:NueeArdenteEruption rdf:type owl:Class ;
owl:equivalentClass sophgv:PeleeanEruption ;
rdfs:label "nuee ardente eruption"@en .
### http://sweetontology.net/phenGeolVolcano/PeleeanEruption
sophgv:PeleeanEruption rdf:type owl:Class ;
rdfs:subClassOf sophgv:VolcanicEruption ;
rdfs:label "peleean eruption"@en .
### http://sweetontology.net/phenGeolVolcano/PhreaticEruption
sophgv:PhreaticEruption rdf:type owl:Class ;
owl:equivalentClass sophgv:SteamBlastEruption ;
rdfs:subClassOf sophgv:VolcanicEruption ;
rdfs:label "phreatic eruption"@en .
### http://sweetontology.net/phenGeolVolcano/PhreatomagmaticEruption
sophgv:PhreatomagmaticEruption rdf:type owl:Class ;
rdfs:subClassOf sophgv:VolcanicEruption ;
rdfs:label "phreatomagmatic eruption"@en .
### http://sweetontology.net/phenGeolVolcano/PlinianEruption
sophgv:PlinianEruption rdf:type owl:Class ;
rdfs:subClassOf sophgv:VolcanicEruption ;
rdfs:label "plinian eruption"@en .
### http://sweetontology.net/phenGeolVolcano/SteamBlastEruption
sophgv:SteamBlastEruption rdf:type owl:Class ;
rdfs:label "steam blast eruption"@en .
### http://sweetontology.net/phenGeolVolcano/StrombolianEruption
sophgv:StrombolianEruption rdf:type owl:Class ;
rdfs:subClassOf sophgv:VolcanicEruption ;
rdfs:label "strombolian eruption"@en .
### http://sweetontology.net/phenGeolVolcano/SummitEruption
sophgv:SummitEruption rdf:type owl:Class ;
rdfs:subClassOf sophgv:VolcanicEruption ;
rdfs:label "summit eruption"@en .
### http://sweetontology.net/phenGeolVolcano/Surge
sophgv:Surge rdf:type owl:Class ;
rdfs:subClassOf sophgv:VolcanicPlume ;
rdfs:label "surge"@en .
### http://sweetontology.net/phenGeolVolcano/VolcanicActivity
sophgv:VolcanicActivity rdf:type owl:Class ;
owl:equivalentClass sophgv:VolcanicPhenomena ;
rdfs:subClassOf sophg:GeospherePhenomena ,
sophgv:VolcanicActivity ,
[ rdf:type owl:Restriction ;
owl:onProperty sorel:hasPhenomena ;
owl:someValuesFrom sophgv:Volcanism
] ;
rdfs:label "volcanic activity"@en .
### http://sweetontology.net/phenGeolVolcano/VolcanicEruption
sophgv:VolcanicEruption rdf:type owl:Class ;
rdfs:subClassOf sophgv:VolcanicActivity ,
sophr:Eruption ,
[ rdf:type owl:Restriction ;
owl:onProperty sorelph:hasTransport ;
owl:someValuesFrom soprope:Heat
] ,
[ rdf:type owl:Restriction ;
owl:onProperty sorelph:hasTransport ;
owl:someValuesFrom sopropm:Mass
] ;
rdfs:label "volcanic eruption"@en .
### http://sweetontology.net/phenGeolVolcano/VolcanicPhenomena
sophgv:VolcanicPhenomena rdf:type owl:Class ;
rdfs:label "volcanic phenomena"@en .
### http://sweetontology.net/phenGeolVolcano/VolcanicPlume
sophgv:VolcanicPlume rdf:type owl:Class ;
rdfs:subClassOf sophft:Plume ,
sophgv:VolcanicPhenomena ;
rdfs:label "volcanic plume"@en .
### http://sweetontology.net/phenGeolVolcano/Volcanism
sophgv:Volcanism rdf:type owl:Class ;
owl:equivalentClass sophgv:Vulcanism ;
rdfs:subClassOf sophg:GeologicalPhenomena ;
rdfs:label "volcanism"@en .
### http://sweetontology.net/phenGeolVolcano/Vulcanism
sophgv:Vulcanism rdf:type owl:Class ;
rdfs:label "vulcanism"@en .
### http://sweetontology.net/phenReaction/Eruption
sophr:Eruption rdf:type owl:Class .
### http://sweetontology.net/propEnergy/Heat
soprope:Heat rdf:type owl:Class .
### http://sweetontology.net/propMass/Mass
sopropm:Mass rdf:type owl:Class .
### http://sweetontology.net/realmGeol/Mantle
soreag:Mantle rdf:type owl:Class .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi