From 1665349863b91411299ed41c81631465703cab53 Mon Sep 17 00:00:00 2001 From: Krishna Udaiwal Date: Sun, 12 Dec 2021 21:51:34 -0500 Subject: [PATCH 1/4] Added 'rainy day' and 'rainy day count' --- src/envo/envo-edit.owl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/envo/envo-edit.owl b/src/envo/envo-edit.owl index 38edbeba..3f4fce48 100644 --- a/src/envo/envo-edit.owl +++ b/src/envo/envo-edit.owl @@ -3909,6 +3909,8 @@ Declaration(Class()) Declaration(Class()) Declaration(Class()) Declaration(Class()) +Declaration(Class()) +Declaration(Class()) Declaration(Class()) Declaration(Class()) Declaration(Class()) @@ -44006,6 +44008,22 @@ AnnotationAssertion( "weathering of plastic"@en) SubClassOf( ) +# Class: (rainy day) + +AnnotationAssertion( "Hydrological precipitation process occurance observed within a calendar day."@en) +AnnotationAssertion( ) +AnnotationAssertion( "2021-12-13T02:25:07Z"^^xsd:dateTime) +AnnotationAssertion(rdfs:label "rainy day"@en) +SubClassOf( ObjectIntersectionOf( ObjectSomeValuesFrom( ))) + +# Class: (rainy day count) + +AnnotationAssertion( "Rainy day where amount is tallied to get the number of days, within some period, when rain occurred."@en) +AnnotationAssertion( ) +AnnotationAssertion( "2021-12-13T02:42:11Z"^^xsd:dateTime) +AnnotationAssertion(rdfs:label "rainy day count"@en) +SubClassOf( ObjectIntersectionOf( ObjectSomeValuesFrom( ))) + # Class: (axilla skin environment) AnnotationAssertion(Annotation( "GOC:TermGenie"^^xsd:string) "An environment that is determined by an axilla skin."^^xsd:string) From 77ddaa2860887c078af5ab92cc2309999df4fbe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marie-Ang=C3=A9lique=20Laporte?= Date: Thu, 24 Mar 2022 10:19:53 +0100 Subject: [PATCH 2/4] deleting rainy day and move rainy day count under quality --- src/envo/envo-edit.owl | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/src/envo/envo-edit.owl b/src/envo/envo-edit.owl index 3f4fce48..9495ad41 100644 --- a/src/envo/envo-edit.owl +++ b/src/envo/envo-edit.owl @@ -3909,7 +3909,6 @@ Declaration(Class()) Declaration(Class()) Declaration(Class()) Declaration(Class()) -Declaration(Class()) Declaration(Class()) Declaration(Class()) Declaration(Class()) @@ -44008,21 +44007,13 @@ AnnotationAssertion( "weathering of plastic"@en) SubClassOf( ) -# Class: (rainy day) - -AnnotationAssertion( "Hydrological precipitation process occurance observed within a calendar day."@en) -AnnotationAssertion( ) -AnnotationAssertion( "2021-12-13T02:25:07Z"^^xsd:dateTime) -AnnotationAssertion(rdfs:label "rainy day"@en) -SubClassOf( ObjectIntersectionOf( ObjectSomeValuesFrom( ))) - # Class: (rainy day count) -AnnotationAssertion( "Rainy day where amount is tallied to get the number of days, within some period, when rain occurred."@en) +AnnotationAssertion( "The number of days during which there is precipitation"@en) AnnotationAssertion( ) AnnotationAssertion( "2021-12-13T02:42:11Z"^^xsd:dateTime) AnnotationAssertion(rdfs:label "rainy day count"@en) -SubClassOf( ObjectIntersectionOf( ObjectSomeValuesFrom( ))) +SubClassOf( ObjectIntersectionOf( ObjectSomeValuesFrom( ))) # Class: (axilla skin environment) From 2abf529ab3ff49cc678fc06ca6c9f401a7c914ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marie-Ang=C3=A9lique=20Laporte?= Date: Thu, 24 Mar 2022 10:20:34 +0100 Subject: [PATCH 3/4] adding precipitation as a broad synonym of water-based rainfall --- 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 9495ad41..7ee53f46 100644 --- a/src/envo/envo-edit.owl +++ b/src/envo/envo-edit.owl @@ -26520,6 +26520,7 @@ SubClassOf( (water-based rainfall) AnnotationAssertion(Annotation( "https://en.wikipedia.org/wiki/Rain") "A hydrological precipitation process in which atmospheric water vapour condenses to form droplets of liquid water massive enough to fall to a planetary surface due to the planet's gravity.") +AnnotationAssertion( "precipitation"@en) AnnotationAssertion( "rain fall") AnnotationAssertion( "rainfall") AnnotationAssertion( "rain") From e921e3902a6fd357b8f31b62faa2ae97242e5fae Mon Sep 17 00:00:00 2001 From: Pier Luigi Buttigieg Date: Tue, 16 Aug 2022 11:52:34 +0200 Subject: [PATCH 4/4] addressing content review in #1346 --- src/envo/envo-edit.owl | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/src/envo/envo-edit.owl b/src/envo/envo-edit.owl index cb185d96..1cecc470 100644 --- a/src/envo/envo-edit.owl +++ b/src/envo/envo-edit.owl @@ -3215,6 +3215,8 @@ Declaration(Class()) Declaration(Class()) Declaration(Class()) Declaration(Class()) +Declaration(Class()) +Declaration(Class()) Declaration(Class()) Declaration(Class()) Declaration(Class()) @@ -26559,7 +26561,6 @@ SubClassOf( (water-based rainfall) AnnotationAssertion(Annotation( "https://en.wikipedia.org/wiki/Rain") "A hydrological precipitation process in which atmospheric water vapour condenses to form droplets of liquid water massive enough to fall to a planetary surface due to the planet's gravity.") -AnnotationAssertion( "precipitation"@en) AnnotationAssertion( "rain fall") AnnotationAssertion( "rainfall") AnnotationAssertion( "rain") @@ -36791,6 +36792,22 @@ AnnotationAssertion(rdfs:label "p SubClassOf( ) SubClassOf( ObjectUnionOf(ObjectSomeValuesFrom( ) ObjectSomeValuesFrom( ))) +# Class: (day) + +AnnotationAssertion( "A one-dimensional temporal region which spans the duration an astronomical body completes one rotation on its axis."@en) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "day"@en) +SubClassOf( ) + +# Class: (rainy day) + +AnnotationAssertion( "A day during which water-based rainfall occurs."@en) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:comment "The threshold of precipitation at which humans consider a day 'rainy' is aribitrary."@en) +AnnotationAssertion(rdfs:label "rainy day"@en) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) + # Class: (hypodermic needle) AnnotationAssertion(Annotation( "GEMINA:ag"^^xsd:string) Annotation( "https://en.wikipedia.org/wiki/Hypodermic_needle"^^xsd:string) "A hypodermic needle is a medical instrument made from a hollow needle. It is commonly used with a syringe to inject substances into the body of an organism."^^xsd:string) @@ -39407,7 +39424,7 @@ AnnotationAssertion( "envoAstro") AnnotationAssertion( "envoPolar") AnnotationAssertion(rdfs:label "season"@en) -SubClassOf( ) +SubClassOf( ) # Class: (warm season) @@ -45546,8 +45563,10 @@ SubClassOf( ObjectSomeValuesFrom(< AnnotationAssertion( "The number of days during which there is precipitation"@en) AnnotationAssertion( ) AnnotationAssertion( "2021-12-13T02:42:11Z"^^xsd:dateTime) +AnnotationAssertion(rdfs:comment "The threshold at which a day is considered to be a rainy day is highly variable, and determined at the instance level."@en) AnnotationAssertion(rdfs:label "rainy day count"@en) -SubClassOf( ObjectIntersectionOf( ObjectSomeValuesFrom( ))) +SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) # Class: (soil layer top depth) @@ -45759,7 +45778,6 @@ AnnotationAssertion(rdfs:label "w SubClassOf( ) SubClassOf( ObjectSomeValuesFrom( )) - # Class: (axilla skin environment) AnnotationAssertion(Annotation( "GOC:TermGenie"^^xsd:string) "An environment that is determined by an axilla skin."^^xsd:string)