From 119bfe59bf8f78ef4d651a66c5037659d810b1ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marie-Ang=C3=A9lique=20Laporte?= Date: Tue, 13 Sep 2022 11:32:53 +0200 Subject: [PATCH 1/2] removing soil compaction as syn of bulk density --- src/envo/envo-edit.owl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/envo/envo-edit.owl b/src/envo/envo-edit.owl index 45641e78..9b90da58 100644 --- a/src/envo/envo-edit.owl +++ b/src/envo/envo-edit.owl @@ -17370,7 +17370,6 @@ SubClassOf( "A volumetric density quality which inheres in soil by virtue of some influence exerted by the soil's mass on a given volume."@en) AnnotationAssertion( ) AnnotationAssertion( "2021-10-07T02:58:33Z"^^xsd:dateTime) -AnnotationAssertion( "soil compaction") AnnotationAssertion(rdfs:comment "It is calculated as the dry weight of soil divided by its volume.") AnnotationAssertion(rdfs:label "soil bulk density"@en) EquivalentClasses( ObjectIntersectionOf( ObjectSomeValuesFrom( ))) From e4ab8e9e39f152e2d06c52c048f318f72eebbe5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marie-Ang=C3=A9lique=20Laporte?= Date: Tue, 13 Sep 2022 11:48:17 +0200 Subject: [PATCH 2/2] Fix #426 adding soil compaction process and compacted soil --- src/envo/envo-edit.owl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/envo/envo-edit.owl b/src/envo/envo-edit.owl index 9b90da58..b340d0eb 100644 --- a/src/envo/envo-edit.owl +++ b/src/envo/envo-edit.owl @@ -4055,8 +4055,10 @@ Declaration(Class()) Declaration(Class()) Declaration(Class()) Declaration(Class()) +Declaration(Class()) Declaration(Class()) Declaration(Class()) +Declaration(Class()) Declaration(Class()) Declaration(Class()) Declaration(Class()) @@ -38662,6 +38664,7 @@ AnnotationAssertion( "envoPolar") AnnotationAssertion(rdfs:label "compaction process"@en) SubClassOf( ) +SubClassOf( ObjectSomeValuesFrom( )) # Class: (material accumulation process) @@ -45725,6 +45728,14 @@ SubClassOf( ObjectSomeValuesFrom( )) SubClassOf( ObjectSomeValuesFrom( )) +# Class: (soil compaction process) + +AnnotationAssertion( "Soil compaction is a compaction process during which the bulk density of soil increases and/or its porosity decreases due to externally or internally applied loads."@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "soil compaction process"@en) +SubClassOf( ) + # Class: (water table depth) AnnotationAssertion( "An elevation which inheres in a water table by virture of its vertical distance from a land surface."@en) @@ -45752,6 +45763,15 @@ AnnotationAssertion(rdfs:label "p SubClassOf( ) SubClassOf( ObjectSomeValuesFrom( )) +# Class: (compacted soil) + +AnnotationAssertion(Annotation(rdfs:comment ) "A soil which has a high bulk density and/or a low porosity. A compacted soil has a reduced rate of both water infiltration and drainage"@en) +AnnotationAssertion( ) +AnnotationAssertion( ) +AnnotationAssertion(rdfs:label "compacted soil"@en) +EquivalentClasses( ObjectIntersectionOf( ObjectSomeValuesFrom( ))) +SubClassOf( ) + # Class: (soil percolation rate) AnnotationAssertion(Annotation( "https://en.wikipedia.org/w/index.php?title=Percolation_test&oldid=1029916094") Annotation( "https://www.scitechnol.com/peer-review/definition-and-purpose-of--percolation-of-soil-rhV5.php?article_id=15157") "A rate which inheres in a soil percolation process."@en)