@prefix : <http://sweetontology.net/realmLandGlacial/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix soreal: <http://sweetontology.net/realmLandform/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix sorealg: <http://sweetontology.net/realmLandGlacial/> .
@base <http://sweetontology.net/realmLandGlacial> .

<http://sweetontology.net/realmLandGlacial> rdf:type owl:Ontology ;
                                             owl:imports <http://sweetontology.net/realmLandform> ;
                                             dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                             rdfs:label "SWEET Ontology Realm Land Glacial" ;
                                             owl:versionInfo "3.6.0" .

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

###  http://sweetontology.net/realmLandGlacial/Arete
sorealg:Arete rdf:type owl:Class ;
              rdfs:subClassOf sorealg:GlacialLandform ;
              rdfs:label "arete"@en .


###  http://sweetontology.net/realmLandGlacial/Cirque
sorealg:Cirque rdf:type owl:Class ;
               rdfs:subClassOf sorealg:GlacialLandform ;
               rdfs:label "cirque"@en .


###  http://sweetontology.net/realmLandGlacial/Esker
sorealg:Esker rdf:type owl:Class ;
              rdfs:subClassOf sorealg:GlacialLandform ;
              rdfs:label "esker"@en .


###  http://sweetontology.net/realmLandGlacial/GlacialLandform
sorealg:GlacialLandform rdf:type owl:Class ;
                        rdfs:subClassOf soreal:Landform ;
                        rdfs:label "glacial landform"@en .


###  http://sweetontology.net/realmLandGlacial/GlacialMoraine
sorealg:GlacialMoraine rdf:type owl:Class ;
                       owl:equivalentClass sorealg:Moraine ;
                       rdfs:label "glacial moraine"@en .


###  http://sweetontology.net/realmLandGlacial/GlacialOutwashPlain
sorealg:GlacialOutwashPlain rdf:type owl:Class ;
                            rdfs:subClassOf sorealg:GlacialPlain ;
                            rdfs:label "glacial outwash plain"@en .


###  http://sweetontology.net/realmLandGlacial/GlacialPlain
sorealg:GlacialPlain rdf:type owl:Class ;
                     rdfs:subClassOf sorealg:GlacialLandform ,
                                     soreal:Plain ;
                     rdfs:label "glacial plain"@en .


###  http://sweetontology.net/realmLandGlacial/Kame
sorealg:Kame rdf:type owl:Class ;
             rdfs:subClassOf sorealg:GlacialLandform ;
             rdfs:label "kame"@en .


###  http://sweetontology.net/realmLandGlacial/Moraine
sorealg:Moraine rdf:type owl:Class ;
                rdfs:subClassOf sorealg:GlacialLandform ;
                rdfs:label "moraine"@en .


###  http://sweetontology.net/realmLandGlacial/OutwashFan
sorealg:OutwashFan rdf:type owl:Class ;
                   rdfs:subClassOf sorealg:GlacialLandform ;
                   rdfs:label "outwash fan"@en .


###  http://sweetontology.net/realmLandGlacial/RockGlacier
sorealg:RockGlacier rdf:type owl:Class ;
                    rdfs:subClassOf sorealg:GlacialLandform ;
                    rdfs:label "rock glacier"@en .


###  http://sweetontology.net/realmLandGlacial/Sandur
sorealg:Sandur rdf:type owl:Class ;
               rdfs:subClassOf sorealg:GlacialOutwashPlain ;
               rdfs:label "sandur"@en .


###  http://sweetontology.net/realmLandGlacial/Thermokarst
sorealg:Thermokarst rdf:type owl:Class ;
                    rdfs:subClassOf sorealg:GlacialLandform ;
                    rdfs:label "thermokarst"@en .


###  http://sweetontology.net/realmLandGlacial/Till
sorealg:Till rdf:type owl:Class ;
             owl:equivalentClass sorealg:TillPlain ;
             rdfs:label "till"@en .


###  http://sweetontology.net/realmLandGlacial/TillPlain
sorealg:TillPlain rdf:type owl:Class ;
                  rdfs:subClassOf sorealg:GlacialPlain ;
                  rdfs:label "till plain"@en .


###  http://sweetontology.net/realmLandGlacial/UShapedValley
sorealg:UShapedValley rdf:type owl:Class ;
                      rdfs:subClassOf sorealg:GlacialLandform ;
                      rdfs:label "u shaped valley"@en .


###  http://sweetontology.net/realmLandform/Landform
soreal:Landform rdf:type owl:Class .


###  http://sweetontology.net/realmLandform/Plain
soreal:Plain rdf:type owl:Class .


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