From 8105e14735674ac8ccca5813d519dda2da6958aa Mon Sep 17 00:00:00 2001 From: Duncan Date: Wed, 14 Dec 2022 11:57:33 -0500 Subject: [PATCH 1/2] fix: add definition for sea ice mass --- src/envo/envo-edit.owl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/envo/envo-edit.owl b/src/envo/envo-edit.owl index 45641e78..0ce123a6 100644 --- a/src/envo/envo-edit.owl +++ b/src/envo/envo-edit.owl @@ -33704,6 +33704,7 @@ SubClassOf( ObjectSomeValuesFrom(< # Class: (sea ice mass) +AnnotationAssertion( "An ice mass comprised primarily of sea ice.") AnnotationAssertion( ) AnnotationAssertion( "2019-01-31T19:06:40Z"^^xsd:dateTime) AnnotationAssertion(rdfs:label "sea ice mass"@en) From 50fcccf50c0c76cdb9d48e83a92b22d3ca580489 Mon Sep 17 00:00:00 2001 From: Pier Luigi Buttigieg Date: Fri, 16 Dec 2022 15:03:53 +0100 Subject: [PATCH 2/2] addressing #1395 --- src/envo/envo-edit.owl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/envo/envo-edit.owl b/src/envo/envo-edit.owl index 9660cca9..cf7cb4e6 100644 --- a/src/envo/envo-edit.owl +++ b/src/envo/envo-edit.owl @@ -33704,7 +33704,7 @@ SubClassOf( ObjectSomeValuesFrom(< # Class: (sea ice mass) -AnnotationAssertion( "An ice mass comprised primarily of sea ice.") +AnnotationAssertion( "An ice mass which is composed primarily of sea ice.") AnnotationAssertion( ) AnnotationAssertion( "2019-01-31T19:06:40Z"^^xsd:dateTime) AnnotationAssertion(rdfs:label "sea ice mass"@en)