From bb2664243ef8c7bb1660109dd922608b81ab3ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nele=20K=C3=B6hler?= <135724657+nelekoehler@users.noreply.github.com> Date: Mon, 6 May 2024 11:33:01 +0200 Subject: [PATCH 1/3] Add size and adjust area value --- src/ontology/edits/oeo-physical.omn | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 409d95d06..3afb63fc6 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9434,6 +9434,7 @@ Class: OEO_00020143 Annotations: "An area value is a quantity value indicating the size of a two-dimensional spatial region.", + "area quantity value", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/889 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/933 rework module structure @@ -9443,8 +9444,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", SubClassOf: OEO_00000350, - OEO_00020056 some , - OEO_00040010 some + OEO_00020056 some OEO_00340068, + OEO_00040010 some , + some Class: OEO_00020144 @@ -14475,6 +14477,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1486", OEO_00020056 some OEO_00000159 +Class: OEO_00340062 + + Class: OEO_00340063 Annotations: @@ -14533,6 +14538,17 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1846", OEO_00020056 some OEO_00260008 +Class: OEO_00340068 + + Annotations: + "Size is a quantity that quantifies the spatial extend/physical magnitude of an entity.", + "Derived from: http://purl.allotrope.org/ontologies/result#AFR_0002109 and http://purl.obolibrary.org/obo/PATO_0000117", + rdfs:label "size"@en + + SubClassOf: + OEO_00340062 + + Class: OEO_00360001 Annotations: From b618d0abe54e8cedba99ac2dfbc209c204bb4ea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nele=20K=C3=B6hler?= <135724657+nelekoehler@users.noreply.github.com> Date: Mon, 6 May 2024 11:41:29 +0200 Subject: [PATCH 2/3] Add term tracker item --- src/ontology/edits/oeo-physical.omn | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 3afb63fc6..3f53e5980 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9437,9 +9437,14 @@ Class: OEO_00020143 "area quantity value", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/889 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/933 + rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 + +restructuring of quantity values +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1848 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1851", rdfs:label "area value"@en SubClassOf: @@ -14543,6 +14548,9 @@ Class: OEO_00340068 Annotations: "Size is a quantity that quantifies the spatial extend/physical magnitude of an entity.", "Derived from: http://purl.allotrope.org/ontologies/result#AFR_0002109 and http://purl.obolibrary.org/obo/PATO_0000117", + "restructuring of quantity values +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1848 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1851", rdfs:label "size"@en SubClassOf: From 34a97fa9f25b95a10b89f7ceaf252500f46517d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nele=20K=C3=B6hler?= <135724657+nelekoehler@users.noreply.github.com> Date: Mon, 6 May 2024 11:43:32 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c67d8b276..8b898487d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,12 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - quantity (#1839) - model coupling, sector coupling, sector coupling technology (#1842) - emission value, greenhouse gas emission value, CO2 emission value, emission factor value (#1846) +- size (#1851) ### Changed - has documentation quality (#1834) - emission factor, emission rate, greenhouse gas emission rate, CO2 emission rate, carbon dioxide equivalent quantity value (#1846) +- area value (#1851) ### Removed