@prefix : <http://sweetontology.net/phenGeolGeomorphology/> .
@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 somas: <http://sweetontology.net/matrSediment/> .
@prefix sophsyc: <http://sweetontology.net/phenSystemComplexity/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix somac: <http://sweetontology.net/matrCompound/> .
@prefix sophg: <http://sweetontology.net/phenGeol/> .
@prefix sostri: <http://sweetontology.net/stateRoleImpact/> .
@prefix somarock: <http://sweetontology.net/matrRock/> .
@prefix soph: <http://sweetontology.net/phen/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sorel: <http://sweetontology.net/rela/> .
@prefix sorelch: <http://sweetontology.net/relaChemical/> .
@prefix sophso: <http://sweetontology.net/phenSolid/> .
@prefix sophft: <http://sweetontology.net/phenFluidTransport/> .
@prefix sophgg: <http://sweetontology.net/phenGeolGeomorphology/> .
@prefix sorea: <http://sweetontology.net/realm/> .
@prefix sorelsc: <http://sweetontology.net/relaSci/> .
@base <http://sweetontology.net/phenGeolGeomorphology> .

<http://sweetontology.net/phenGeolGeomorphology> rdf:type owl:Ontology ;
                                                  owl:imports <http://sweetontology.net/matrCompound> ,
                                                              <http://sweetontology.net/matrRock> ,
                                                              <http://sweetontology.net/matrSediment> ,
                                                              <http://sweetontology.net/phen> ,
                                                              <http://sweetontology.net/phenFluidTransport> ,
                                                              <http://sweetontology.net/phenGeol> ,
                                                              <http://sweetontology.net/phenSolid> ,
                                                              <http://sweetontology.net/phenSystemComplexity> ,
                                                              <http://sweetontology.net/realm> ,
                                                              <http://sweetontology.net/rela> ,
                                                              <http://sweetontology.net/relaChemical> ,
                                                              <http://sweetontology.net/relaSci> ,
                                                              <http://sweetontology.net/stateRoleImpact> ;
                                                  rdfs:label "SWEET Ontology Phenomena Geologic Geomorphology" ;
                                                  dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                                  owl:versionInfo "3.6.0" .

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

###  http://sweetontology.net/phenGeolGeomorphology/Abrasion
sophgg:Abrasion rdf:type owl:Class ;
                rdfs:subClassOf sophgg:MaterialDisplacement ;
                rdfs:label "abrasion"@en .


###  http://sweetontology.net/phenGeolGeomorphology/Avalanche
sophgg:Avalanche rdf:type owl:Class ;
                 rdfs:subClassOf sophgg:Slide ,
                                 sophsyc:Collapse ;
                 rdfs:label "avalanche"@en .


###  http://sweetontology.net/phenGeolGeomorphology/Compaction
sophgg:Compaction rdf:type owl:Class ;
                  rdfs:subClassOf sophgg:SedimentFormation ;
                  rdfs:label "compaction"@en .


###  http://sweetontology.net/phenGeolGeomorphology/Creep
sophgg:Creep rdf:type owl:Class ;
             owl:equivalentClass sophgg:Reptation ;
             rdfs:subClassOf sophgg:MaterialDisplacement ;
             rdfs:label "creep"@en .


###  http://sweetontology.net/phenGeolGeomorphology/Denundation
sophgg:Denundation rdf:type owl:Class ;
                   rdfs:subClassOf sophgg:MaterialDisplacement ;
                   rdfs:label "denundation"@en .


###  http://sweetontology.net/phenGeolGeomorphology/Diagenesis
sophgg:Diagenesis rdf:type owl:Class ;
                  rdfs:subClassOf sophgg:SedimentFormation ;
                  rdfs:label "diagenesis"@en .


###  http://sweetontology.net/phenGeolGeomorphology/Exfoliation
sophgg:Exfoliation rdf:type owl:Class ;
                   rdfs:subClassOf sophgg:Weathering ;
                   rdfs:label "exfoliation"@en .


###  http://sweetontology.net/phenGeolGeomorphology/Haloclasty
sophgg:Haloclasty rdf:type owl:Class ;
                  rdfs:subClassOf sophgg:Weathering ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty sorel:hasPhenomena ;
                                    owl:hasValue somac:Salt
                                  ] ;
                  rdfs:label "haloclasty"@en .


###  http://sweetontology.net/phenGeolGeomorphology/Karst
sophgg:Karst rdf:type owl:Class ;
             rdfs:subClassOf sophg:GeologicalPhenomena ;
             rdfs:label "karst"@en .


###  http://sweetontology.net/phenGeolGeomorphology/Landslide
sophgg:Landslide rdf:type owl:Class ;
                 rdfs:subClassOf sophgg:Slide ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty sorel:hasRealm ;
                                   owl:allValuesFrom sorea:Land
                                 ] ;
                 rdfs:label "landslide"@en .


###  http://sweetontology.net/phenGeolGeomorphology/MassWasting
sophgg:MassWasting rdf:type owl:Class ;
                   rdfs:subClassOf sophgg:MaterialDisplacement ;
                   rdfs:label "mass wasting"@en .


###  http://sweetontology.net/phenGeolGeomorphology/MaterialDisplacement
sophgg:MaterialDisplacement rdf:type owl:Class ;
                            rdfs:subClassOf soph:PlanetaryPhenomena ;
                            rdfs:label "material displacement"@en .


###  http://sweetontology.net/phenGeolGeomorphology/Mudslide
sophgg:Mudslide rdf:type owl:Class ;
                rdfs:subClassOf sophgg:Slide ;
                rdfs:label "mudslide"@en .


###  http://sweetontology.net/phenGeolGeomorphology/Reptation
sophgg:Reptation rdf:type owl:Class ;
                 rdfs:label "reptation"@en .


###  http://sweetontology.net/phenGeolGeomorphology/RockSlopeFailure
sophgg:RockSlopeFailure rdf:type owl:Class ;
                        rdfs:subClassOf sophgg:MaterialDisplacement ;
                        rdfs:label "rock slope failure"@en .


###  http://sweetontology.net/phenGeolGeomorphology/Saltation
sophgg:Saltation rdf:type owl:Class ;
                 rdfs:subClassOf sophgg:MaterialDisplacement ;
                 rdfs:label "saltation"@en .


###  http://sweetontology.net/phenGeolGeomorphology/SedimentFormation
sophgg:SedimentFormation rdf:type owl:Class ;
                         rdfs:subClassOf sophgg:MaterialDisplacement ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty sorelch:hasSubstance ;
                                           owl:allValuesFrom somas:Sediment
                                         ] ;
                         rdfs:label "sediment formation"@en .


###  http://sweetontology.net/phenGeolGeomorphology/Sedimentation
sophgg:Sedimentation rdf:type owl:Class ;
                     rdfs:subClassOf sophg:GeologicalPhenomena ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty sorel:hasPhenomena ;
                                       owl:allValuesFrom sophft:Deposition
                                     ] ;
                     rdfs:label "sedimentation"@en .


###  http://sweetontology.net/phenGeolGeomorphology/Slide
sophgg:Slide rdf:type owl:Class ;
             rdfs:subClassOf soph:Phenomena ,
                             sophgg:MaterialDisplacement ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty sorelsc:hasImpact ;
                               owl:hasValue sostri:Hazard
                             ] ;
             rdfs:label "slide"@en .


###  http://sweetontology.net/phenGeolGeomorphology/Slump
sophgg:Slump rdf:type owl:Class ;
             rdfs:subClassOf sophgg:MaterialDisplacement ;
             rdfs:label "slump"@en .


###  http://sweetontology.net/phenGeolGeomorphology/Solifluction
sophgg:Solifluction rdf:type owl:Class ;
                    rdfs:subClassOf sophgg:MaterialDisplacement ;
                    rdfs:label "solifluction"@en .


###  http://sweetontology.net/phenGeolGeomorphology/Subsidence
sophgg:Subsidence rdf:type owl:Class ;
                  rdfs:subClassOf sophgg:MaterialDisplacement ;
                  rdfs:label "subsidence"@en .


###  http://sweetontology.net/phenGeolGeomorphology/Weathering
sophgg:Weathering rdf:type owl:Class ;
                  rdfs:subClassOf sophgg:MaterialDisplacement ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty sorelch:hasSubstance ;
                                    owl:allValuesFrom somarock:Rock
                                  ] ;
                  owl:disjointWith sophso:Erosion ;
                  rdfs:label "weathering"@en .


###  http://sweetontology.net/phenSolid/Erosion

###  http://sweetontology.net/phenSystemComplexity/Collapse
sophsyc:Collapse rdf:type owl:Class .


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