@prefix : <http://sweetontology.net/phenCryo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sophsy: <http://sweetontology.net/phenSystem/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix soprocp: <http://sweetontology.net/procPhysical/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sophcr: <http://sweetontology.net/phenCryo/> .
@prefix soprocsc: <http://sweetontology.net/procStateChange/> .
@base <http://sweetontology.net/phenCryo> .

<http://sweetontology.net/phenCryo> rdf:type owl:Ontology ;
                                     owl:imports <http://sweetontology.net/phenSystem> ,
                                                 <http://sweetontology.net/procPhysical> ,
                                                 <http://sweetontology.net/procStateChange> ;
                                     rdfs:label "SWEET Ontology Phenomena Cryosphere" ;
                                     dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                     owl:versionInfo "3.6.0" .

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

###  http://sweetontology.net/phenCryo/Accumulation
sophcr:Accumulation rdf:type owl:Class ;
                   rdfs:subClassOf sophcr:GlacialProcess ,
                                   sophsy:Accumulation ;
                   rdfs:label "accumulation"@en .


###  http://sweetontology.net/phenCryo/Calving
sophcr:Calving rdf:type owl:Class ;
              owl:equivalentClass sophcr:IceCalving ;
              rdfs:subClassOf sophcr:GlacialProcess ,
                              soprocsc:Melting ;
              rdfs:label "calving"@en .

###  http://sweetontology.net/phenCryo/Englacial
sophcr:Englacial rdf:type owl:Class ;
                rdfs:label "englacial"@en ;
                rdfs:comment "This class is deprecated in favor of the URI EnglacialProcess"@en ;
                rdfs:seeAlso sophcr:EnglacialProcess ;
                owl:deprecated "true"^^xsd:boolean .

###  http://sweetontology.net/phenCryo/EnglacialProcess
sophcr:EnglacialProcess rdf:type owl:Class ;
                rdfs:subClassOf sophcr:GlacialProcess ;
                rdfs:label "englacial process"@en ;
                skos:closeMatch <http://purl.obolibrary.org/obo/ENVO_01001622>;
                skos:definition  [
                  rdfs:comment  "A positional quality inhering in a bearer by virtue of the bearer being located within a glacier or ice sheet, between their summer surface or bed."@en ;
                  dcterms:source <https://orcid.org/0000-0003-4808-4736> ;
                  dcterms:created "2020-04-09T10:12:52-08:00"^^xsd:dateTimeStamp ;
                  dcterms:creator <https://orcid.org/0000-0003-4091-6059> ;
                  prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ENVO_01001622> ;
                ] .


###  http://sweetontology.net/phenCryo/Glacial
sophcr:Glacial rdf:type owl:Class ;
              owl:equivalentClass sophcr:Glaciation ;
              rdfs:label "glacial"@en ;
              skos:definition  [
                rdfs:comment  "An environmental process which involves glaciers or ice sheets."@en ;
                dcterms:source <https://orcid.org/0000-0003-4808-4736> ;
                dcterms:created "2020-04-09T10:14:10-08:00"^^xsd:dateTimeStamp ;
                dcterms:creator <https://orcid.org/0000-0003-4091-6059> ;
              ] .


###  http://sweetontology.net/phenCryo/GlacialProcess
sophcr:GlacialProcess rdf:type owl:Class ;
                     rdfs:subClassOf soprocp:PhysicalProcess ;
                     rdfs:label "glacial process"@en ;
                     skos:closeMatch <http://purl.obolibrary.org/obo/ENVO_01001655> ;
                     skos:definition  [
                       rdfs:comment  "An environmental process which involves glaciers or ice sheets."@en ;
                       dcterms:source <https://orcid.org/0000-0003-4808-4736> ;
                       dcterms:created "2020-04-09T10:15:23-08:00"^^xsd:dateTimeStamp ;
                       dcterms:creator <https://orcid.org/0000-0003-4091-6059> ;
                       prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ENVO_01001655> ;
                     ] .


###  http://sweetontology.net/phenCryo/Glaciation
sophcr:Glaciation rdf:type owl:Class ;
                 rdfs:subClassOf sophcr:Accumulation ;
                 owl:disjointWith sophcr:GlacierRetreat ;
                 rdfs:label "glaciation"@en ;
                 rdfs:seeAlso <https://github.com/ESIPFed/sweet/issues/185> ;
                 skos:closeMatch <http://purl.obolibrary.org/obo/ENVO_03000029> ;
                 skos:definition  [
                   rdfs:comment  "The process of glacier ice gain."@en ;
                   dcterms:source <https://orcid.org/0000-0003-4808-4736> ;
                   dcterms:created "2020-04-09T10:17:32-08:00"^^xsd:dateTimeStamp ;
                   dcterms:creator <https://orcid.org/0000-0003-4091-6059> ;
                   prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ENVO_03000029> ;
                 ] .


###  http://sweetontology.net/phenCryo/GlacierRetreat
sophcr:GlacierRetreat rdf:type owl:Class ;
                     rdfs:subClassOf sophcr:GlacialProcess ;
                     rdfs:label "glacier retreat"@en ;
                     rdfs:seeAlso <https://github.com/ESIPFed/sweet/issues/185> ;
                     skos:closeMatch <http://purl.obolibrary.org/obo/ENVO_01001656> ;
                     skos:definition  [
                       rdfs:comment  "The process of glacier ice loss."@en ;
                       dcterms:source <https://orcid.org/0000-0003-4808-4736> ;
                       dcterms:created "2020-04-09T10:20:12-08:00"^^xsd:dateTimeStamp ;
                       dcterms:creator <https://orcid.org/0000-0003-4091-6059> ;
                       prov:wasDerivedFrom <http://purl.obolibrary.org/obo/ENVO_01001656> ;
                     ] .


###  http://sweetontology.net/phenCryo/IceCalving
sophcr:IceCalving rdf:type owl:Class ;
                 rdfs:label "ice calving"@en .


###  http://sweetontology.net/phenCryo/Periglacial
sophcr:Periglacial rdf:type owl:Class ;
                  rdfs:subClassOf sophcr:PhysicalProcess ;
                  owl:disjointWith sophcr:GlacialProcess ;
                  rdfs:label "periglacial"@en ;
                  skos:note "Subclass relation changed from Glacial Process to Physical Process because Periglacial involves frost action not associated with glacial processes"@en ;
                  rdfs:seeAlso <https://github.com/ESIPFed/sweet/issues/185> ;
                  skos:definition  [
                    rdfs:comment  "A frost action process which occurs in cold environments which are not part of a glacier."@en ;
                    rdfs:comment "The conditions, processes and landforms associated with cold, nonglacial environments."@en;
                    dcterms:source <https://orcid.org/0000-0003-4808-4736> ;
                    dcterms:created "2020-04-09T10:24:28-08:00"^^xsd:dateTimeStamp ;
                    dcterms:creator <https://orcid.org/0000-0003-4091-6059> ;
                  ] .


###  http://sweetontology.net/phenCryo/Periglaciation
sophcr:Periglaciation rdf:type owl:Class ;
                     rdfs:subClassOf soprocp:PhysicalProcess ;
                     owl:disjointWith sophcr:GlacialProcess ;
                     rdfs:label "obsolete periglaciation"@en ;
                     rdfs:seeAlso <https://github.com/ESIPFed/sweet/issues/185> ;
                     skos:note "This is not a term found in any community thesaurus or dictionary i.e. GCMD, etc, or community of practice. Should be depricated in a future version of sweet. We consider it to be synonymous with glaciation in the ENVO crossreference"@en ;
                     skos:closeMatch <http://purl.obolibrary.org/obo/ENVO_01001659> ;
                     skos:definition  [
                       rdfs:comment  "Processes associated with cold, nonglacial environments"@en ;
                       dcterms:source <https://orcid.org/0000-0003-4808-4736> ;
                       dcterms:created "2020-04-09T10:28:56-08:00"^^xsd:dateTimeStamp ;
                       dcterms:creator <https://orcid.org/0000-0003-4091-6059> ;
                     ] ;
                     owl:deprecated "true"^^xsd:boolean .



###  http://sweetontology.net/phenCryo/Proglacial
sophcr:Proglacial rdf:type owl:Class ;
                 rdfs:subClassOf sophcr:GlacialProcess ;
                 rdfs:label "proglacial"@en .


###  http://sweetontology.net/phenCryo/Subglacial
sophcr:Subglacial rdf:type owl:Class ;
                 rdfs:subClassOf sophcr:GlacialProcess ;
                 rdfs:label "subglacial"@en .


###  http://sweetontology.net/phenCryo/Supraglacial
sophcr:Supraglacial rdf:type owl:Class ;
                   rdfs:subClassOf sophcr:GlacialProcess ;
                   rdfs:label "supraglacial"@en .


###  http://sweetontology.net/phenSystem/Accumulation
sophsy:Accumulation rdf:type owl:Class .


###  http://sweetontology.net/procPhysical/PhysicalProcess
soprocp:PhysicalProcess rdf:type owl:Class .


###  http://sweetontology.net/procStateChange/Melting
soprocsc:Melting rdf:type owl:Class .


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