Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding terms from ESIP harmonization cryo activity #190

Merged
merged 8 commits into from
Jun 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SWEET is governed by the [ESIP Semantic Technologies Committee](http://wiki.esip
# Development
Please see the [CONTRIBUTING documentation](https://github.com/ESIPFed/sweet/blob/master/CONTRIBUTING.md).

Additionally, if you wish to discuss SWEET issues with the STC, please contact us via the [WG email list](http://lists.esipfed.org/mailman/listinfo/esip-semanticweb).
Additionally, if you wish to discuss SWEET issues with the STC, please contact us via the [WG email list](http://lists.esipfed.org/mailman/listinfo/esip-semantictech).

# Using local copies of ontology
The sweetall.ttl ontology imports all the other sweet components via URL. If you are offline, or working on updates that require using the local copies of the ontology files, copy the catalog-v001.xml file from the root directory of the repository into the src directory before opening sweetall.ttl in Protege.
Expand Down
91 changes: 81 additions & 10 deletions src/phenCryo.ttl
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
@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/> .
Expand Down Expand Up @@ -37,37 +39,84 @@ sophcr:Calving rdf:type owl:Class ;
soprocsc:Melting ;
rdfs:label "calving"@en .


### http://sweetontology.net/phenCryo/Englacial
rduerr marked this conversation as resolved.
Show resolved Hide resolved
sophcr:Englacial rdf:type owl:Class ;
owl:equivalentClass sophcr:EnglacialProcess ;
rdfs:label "englacial"@en ;
rdfs:comment "This class is deprecated in favor of the URI EnglacialProcess"@en ;
owl:deprecated "true"^^xsd:boolean .

### http://sweetontology.net/phenCryo/EnglacialProcess
sophcr:EnglacialProcess rdf:type owl:Class ;
rdfs:subClassOf sophcr:GlacialProcess ;
rdfs:label "englacial"@en .
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 ;
smrgeoinfo marked this conversation as resolved.
Show resolved Hide resolved
dcterms:source <https://orcid.org/0000-0003-4808-4736> ;
dcterms:created "2020-04-09T10:12:52-08:00Z"^^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 .
rdfs:label "glacial"@en ;
skos:definition [
rdfs:comment "An environmental process which involves glaciers or ice sheets."@en ;
smrgeoinfo marked this conversation as resolved.
Show resolved Hide resolved
dcterms:source <https://orcid.org/0000-0003-4808-4736> ;
dcterms:created "2020-04-09T10:14:10-08:00Z"^^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 .
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:00Z"^^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 ;
smrgeoinfo marked this conversation as resolved.
Show resolved Hide resolved
rdfs:label "glaciation"@en .
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 ;
smrgeoinfo marked this conversation as resolved.
Show resolved Hide resolved
dcterms:source <https://orcid.org/0000-0003-4808-4736> ;
dcterms:created "2020-04-09T10:17:32-08:00Z"^^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 ,
sophsy:Retreat,
soprocsc:Melting ;
smrgeoinfo marked this conversation as resolved.
Show resolved Hide resolved
rdfs:label "glacier retreat"@en .
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:00Z"^^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
Expand All @@ -77,14 +126,36 @@ sophcr:IceCalving rdf:type owl:Class ;

### http://sweetontology.net/phenCryo/Periglacial
sophcr:Periglacial rdf:type owl:Class ;
rdfs:subClassOf sophcr:GlacialProcess ;
rdfs:label "periglacial"@en .
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 ;
smrgeoinfo marked this conversation as resolved.
Show resolved Hide resolved
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:00Z"^^xsd:dateTimeStamp ;
dcterms:creator <https://orcid.org/0000-0003-4091-6059> ;
] .


### http://sweetontology.net/phenCryo/Periglaciation
sophcr:Periglaciation rdf:type owl:Class ;
rdfs:subClassOf sophcr:Glaciation ;
rdfs:label "periglaciation"@en .
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 ;
smrgeoinfo marked this conversation as resolved.
Show resolved Hide resolved
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:00Z"^^xsd:dateTimeStamp ;
dcterms:creator <https://orcid.org/0000-0003-4091-6059> ;
] ;
owl:deprecated "true"^^xsd:boolean .



### http://sweetontology.net/phenCryo/Proglacial
Expand Down
Loading