From 03df20755d7ac09ba88d462d6ccad3036fb44f2f Mon Sep 17 00:00:00 2001 From: viktorwichern <135847866+viktorwichern@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:02:15 +0100 Subject: [PATCH 01/11] Update oeo-model.omn --- src/ontology/edits/oeo-model.omn | 87 ++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 460016781..222bebeb3 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3152,6 +3152,93 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1749", OEO_00010121 some OEO_00020033 +Class: OEO_00360026 + + Annotations: + "A priority region role is a role of a region of interest that gives high priority to building wind park projects, excluding building projects that are not compatible with this priority."@en, + rdfs:label "priority region role"@en + + SubClassOf: + + + +Class: OEO_00360027 + + Annotations: + "A conditionally reserved region role is a role of a region of interest that is prioritised to be used for wind park projects during the planning process, without excluding incompatible building projects.", + rdfs:label "conditionally reserved region role"@en + + SubClassOf: + + + +Class: OEO_00360028 + + Annotations: + "A suitable region role is a role of a region of interest that designates an agreeable location for wind park projects within the planning region while excluding the building of wind park projects in the rest of the planning region."@en, + rdfs:label "suitable region role"@en + + SubClassOf: + + + +Class: OEO_00360029 + + Annotations: + "A priority region is a region of relevance that has the priority region role."@en, + rdfs:label "priority region"@en + + EquivalentTo: + OEO_00360020 + and ( some OEO_00360026) + + SubClassOf: + OEO_00360020 + + +Class: OEO_00360030 + + Annotations: + "A conditionally reserved region is a region of relevance that has the conditionally reserved region role."@en, + rdfs:label "conditionally reserved region"@en + + EquivalentTo: + OEO_00360020 + and ( some OEO_00360027) + + SubClassOf: + OEO_00360020 + + +Class: OEO_00360031 + + Annotations: + "A suitable region is a region of relevance that has the suitable region role."@en, + rdfs:label "suitable region"@en + + EquivalentTo: + OEO_00360020 + and ( some OEO_00360028) + + SubClassOf: + OEO_00360020 + + +Class: OEO_00360032 + + Annotations: + "A priority region with effect of suitable region is a region of relevance that has both the priority region role and the suitable region role."@en, + rdfs:label "priority region with effect of suitable region"@en + + EquivalentTo: + OEO_00360020 + and ( some OEO_00360026) + and ( some OEO_00360028) + + SubClassOf: + OEO_00360020 + + Individual: OEO_00000049 Annotations: From 8ed5443565c8b40aaa42117f96dbd6f6571fb4db Mon Sep 17 00:00:00 2001 From: viktorwichern <135847866+viktorwichern@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:15:44 +0100 Subject: [PATCH 02/11] Update oeo-social.omn --- src/ontology/edits/oeo-social.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index d4785bbff..0a3dcdf5a 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -2068,7 +2068,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1778", Class: OEO_00140151 Annotations: - "A policy instrument is a plan specification of an organisation (e.g. a government) that promotes transformative measures.", + "A policy instrument is an action specification of an organisation (e.g. a government) that promotes transformative measures."@en, "policies and measures", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/444 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/797 From 0b4dd68526976bace0e8c621e0f71e09fbdbc2ee Mon Sep 17 00:00:00 2001 From: viktorwichern <135847866+viktorwichern@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:19:44 +0100 Subject: [PATCH 03/11] add spatial planning policy --- src/ontology/edits/oeo-social.omn | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 0a3dcdf5a..9286ff90c 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -2087,7 +2087,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 reclassify issue: https://github.com/OpenEnergyPlatform/ontology/issues/1684 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1778", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1778 + +update definition +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1776 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "policy instrument"@en SubClassOf: @@ -2345,6 +2349,18 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1748", +Class: OEO_00360033 + + Annotations: + "Spatial planning policy is a policy of a German federal state that designates portions of a spatial region to purposes like settlement, infrastructur and sustainability."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1776 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", + rdfs:label "spatial planning policy"@en + + SubClassOf: + OEO_00140150 + + Individual: OEO_00010122 Annotations: From adf4350dc3182665f43f2e79b5fcf967167b3949 Mon Sep 17 00:00:00 2001 From: viktorwichern <135847866+viktorwichern@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:28:13 +0100 Subject: [PATCH 04/11] added term tracker items and german alternative labels --- src/ontology/edits/oeo-model.omn | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 222bebeb3..72c48d2be 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3156,6 +3156,8 @@ Class: OEO_00360026 Annotations: "A priority region role is a role of a region of interest that gives high priority to building wind park projects, excluding building projects that are not compatible with this priority."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1776 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "priority region role"@en SubClassOf: @@ -3166,6 +3168,8 @@ Class: OEO_00360027 Annotations: "A conditionally reserved region role is a role of a region of interest that is prioritised to be used for wind park projects during the planning process, without excluding incompatible building projects.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1776 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "conditionally reserved region role"@en SubClassOf: @@ -3176,6 +3180,8 @@ Class: OEO_00360028 Annotations: "A suitable region role is a role of a region of interest that designates an agreeable location for wind park projects within the planning region while excluding the building of wind park projects in the rest of the planning region."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1776 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "suitable region role"@en SubClassOf: @@ -3186,6 +3192,9 @@ Class: OEO_00360029 Annotations: "A priority region is a region of relevance that has the priority region role."@en, + "Vorranggebiet"@de, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1776 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "priority region"@en EquivalentTo: @@ -3200,6 +3209,9 @@ Class: OEO_00360030 Annotations: "A conditionally reserved region is a region of relevance that has the conditionally reserved region role."@en, + "Vorbehaltsgebiet"@de, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1776 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "conditionally reserved region"@en EquivalentTo: @@ -3214,6 +3226,9 @@ Class: OEO_00360031 Annotations: "A suitable region is a region of relevance that has the suitable region role."@en, + "Eignungsgebiet"@de, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1776 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "suitable region"@en EquivalentTo: @@ -3228,6 +3243,9 @@ Class: OEO_00360032 Annotations: "A priority region with effect of suitable region is a region of relevance that has both the priority region role and the suitable region role."@en, + "Vorranggebiet mit der Wirkung eines Eignungsgebiets"@de, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1776 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "priority region with effect of suitable region"@en EquivalentTo: From 3e1398965e7d3ee61a7ebc2cdf3b4de459aa5bb7 Mon Sep 17 00:00:00 2001 From: viktorwichern <135847866+viktorwichern@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:32:00 +0000 Subject: [PATCH 05/11] corrected issue number Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- src/ontology/edits/oeo-model.omn | 14 +++++++------- src/ontology/edits/oeo-social.omn | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 72c48d2be..c2ee2303a 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3156,7 +3156,7 @@ Class: OEO_00360026 Annotations: "A priority region role is a role of a region of interest that gives high priority to building wind park projects, excluding building projects that are not compatible with this priority."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1776 + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "priority region role"@en @@ -3168,7 +3168,7 @@ Class: OEO_00360027 Annotations: "A conditionally reserved region role is a role of a region of interest that is prioritised to be used for wind park projects during the planning process, without excluding incompatible building projects.", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1776 + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "conditionally reserved region role"@en @@ -3180,7 +3180,7 @@ Class: OEO_00360028 Annotations: "A suitable region role is a role of a region of interest that designates an agreeable location for wind park projects within the planning region while excluding the building of wind park projects in the rest of the planning region."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1776 + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "suitable region role"@en @@ -3193,7 +3193,7 @@ Class: OEO_00360029 Annotations: "A priority region is a region of relevance that has the priority region role."@en, "Vorranggebiet"@de, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1776 + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "priority region"@en @@ -3210,7 +3210,7 @@ Class: OEO_00360030 Annotations: "A conditionally reserved region is a region of relevance that has the conditionally reserved region role."@en, "Vorbehaltsgebiet"@de, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1776 + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "conditionally reserved region"@en @@ -3227,7 +3227,7 @@ Class: OEO_00360031 Annotations: "A suitable region is a region of relevance that has the suitable region role."@en, "Eignungsgebiet"@de, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1776 + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "suitable region"@en @@ -3244,7 +3244,7 @@ Class: OEO_00360032 Annotations: "A priority region with effect of suitable region is a region of relevance that has both the priority region role and the suitable region role."@en, "Vorranggebiet mit der Wirkung eines Eignungsgebiets"@de, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1776 + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "priority region with effect of suitable region"@en diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 9286ff90c..62e55a620 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -2090,7 +2090,7 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/1684 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1778 update definition -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1776 +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "policy instrument"@en @@ -2353,7 +2353,7 @@ Class: OEO_00360033 Annotations: "Spatial planning policy is a policy of a German federal state that designates portions of a spatial region to purposes like settlement, infrastructur and sustainability."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1776 + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "spatial planning policy"@en From 19b473a8461bbd21a93f44f535623032a6ab32c2 Mon Sep 17 00:00:00 2001 From: viktorwichern <135847866+viktorwichern@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:33:02 +0000 Subject: [PATCH 06/11] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3095d50cd..927b685a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,12 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ### Added - economic instrument, voluntary agreement, voluntary agreement instrument, regulatory instrument, information instrument, education instrument (#1786) +- priority region role, priority region, conditionally reserved region role, conditionally reserved region, suitable region role, suitable region, priority region with effect of suitable region, spatial planning policy (#1791) ### Changed - energy transfer function, energy transformation function and subclasses (#1785) - effort sharing, feed-in tariff, levy, market premium (#1786) +- policy instrument (#1791) ### Removed From d4e66d63236185e4222539c366b76494433d9b23 Mon Sep 17 00:00:00 2001 From: viktorwichern <135847866+viktorwichern@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:40:05 +0000 Subject: [PATCH 07/11] added definition source from german law --- src/ontology/edits/oeo-model.omn | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index c2ee2303a..bea6823b9 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3156,6 +3156,7 @@ Class: OEO_00360026 Annotations: "A priority region role is a role of a region of interest that gives high priority to building wind park projects, excluding building projects that are not compatible with this priority."@en, + "See §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "priority region role"@en @@ -3168,6 +3169,7 @@ Class: OEO_00360027 Annotations: "A conditionally reserved region role is a role of a region of interest that is prioritised to be used for wind park projects during the planning process, without excluding incompatible building projects.", + "See §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "conditionally reserved region role"@en @@ -3180,6 +3182,7 @@ Class: OEO_00360028 Annotations: "A suitable region role is a role of a region of interest that designates an agreeable location for wind park projects within the planning region while excluding the building of wind park projects in the rest of the planning region."@en, + "See §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "suitable region role"@en @@ -3193,6 +3196,7 @@ Class: OEO_00360029 Annotations: "A priority region is a region of relevance that has the priority region role."@en, "Vorranggebiet"@de, + "See §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "priority region"@en @@ -3210,6 +3214,7 @@ Class: OEO_00360030 Annotations: "A conditionally reserved region is a region of relevance that has the conditionally reserved region role."@en, "Vorbehaltsgebiet"@de, + "See §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "conditionally reserved region"@en @@ -3227,6 +3232,7 @@ Class: OEO_00360031 Annotations: "A suitable region is a region of relevance that has the suitable region role."@en, "Eignungsgebiet"@de, + "See §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "suitable region"@en @@ -3244,6 +3250,7 @@ Class: OEO_00360032 Annotations: "A priority region with effect of suitable region is a region of relevance that has both the priority region role and the suitable region role."@en, "Vorranggebiet mit der Wirkung eines Eignungsgebiets"@de, + "See §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "priority region with effect of suitable region"@en From 69082eb3e961fa1684c51bede5716dc041791e46 Mon Sep 17 00:00:00 2001 From: viktorwichern <135847866+viktorwichern@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:41:07 +0000 Subject: [PATCH 08/11] updated definition of region of relevance to include spatial planning --- src/ontology/edits/oeo-model.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index bea6823b9..10b9910b7 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3079,7 +3079,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1711", Class: OEO_00360020 Annotations: - "A region of relevance is a spatial region that is used in a study or analysis."@en, + "A region of relevance is a spatial region that is used in a study or analysis, or is part of spatial planning."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1745 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1749", rdfs:label "region of relevance"@en From 9069c81f03015010ace2532811648486766aec85 Mon Sep 17 00:00:00 2001 From: viktorwichern <135847866+viktorwichern@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:46:38 +0000 Subject: [PATCH 09/11] improve wording Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- src/ontology/edits/oeo-model.omn | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 10b9910b7..34ad5c358 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3156,7 +3156,7 @@ Class: OEO_00360026 Annotations: "A priority region role is a role of a region of interest that gives high priority to building wind park projects, excluding building projects that are not compatible with this priority."@en, - "See §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", + "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "priority region role"@en @@ -3169,7 +3169,7 @@ Class: OEO_00360027 Annotations: "A conditionally reserved region role is a role of a region of interest that is prioritised to be used for wind park projects during the planning process, without excluding incompatible building projects.", - "See §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", + "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "conditionally reserved region role"@en @@ -3182,7 +3182,7 @@ Class: OEO_00360028 Annotations: "A suitable region role is a role of a region of interest that designates an agreeable location for wind park projects within the planning region while excluding the building of wind park projects in the rest of the planning region."@en, - "See §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", + "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "suitable region role"@en @@ -3196,7 +3196,7 @@ Class: OEO_00360029 Annotations: "A priority region is a region of relevance that has the priority region role."@en, "Vorranggebiet"@de, - "See §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", + "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "priority region"@en @@ -3214,7 +3214,7 @@ Class: OEO_00360030 Annotations: "A conditionally reserved region is a region of relevance that has the conditionally reserved region role."@en, "Vorbehaltsgebiet"@de, - "See §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", + "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "conditionally reserved region"@en @@ -3232,7 +3232,7 @@ Class: OEO_00360031 Annotations: "A suitable region is a region of relevance that has the suitable region role."@en, "Eignungsgebiet"@de, - "See §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", + "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "suitable region"@en @@ -3250,7 +3250,7 @@ Class: OEO_00360032 Annotations: "A priority region with effect of suitable region is a region of relevance that has both the priority region role and the suitable region role."@en, "Vorranggebiet mit der Wirkung eines Eignungsgebiets"@de, - "See §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", + "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "priority region with effect of suitable region"@en From 8fa8c6ca2b1773f32adc6c6dfd1b53608dd69e85 Mon Sep 17 00:00:00 2001 From: viktorwichern <135847866+viktorwichern@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:47:46 +0000 Subject: [PATCH 10/11] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 927b685a1..ba8e24280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - energy transfer function, energy transformation function and subclasses (#1785) - effort sharing, feed-in tariff, levy, market premium (#1786) - policy instrument (#1791) +- region of relevance (#1791) ### Removed From 3f5da042dbfbe67d88082ce3725459398fcf35de Mon Sep 17 00:00:00 2001 From: viktorwichern <135847866+viktorwichern@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:49:37 +0000 Subject: [PATCH 11/11] added term tracker --- src/ontology/edits/oeo-model.omn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 34ad5c358..c40bc9305 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3081,7 +3081,11 @@ Class: OEO_00360020 Annotations: "A region of relevance is a spatial region that is used in a study or analysis, or is part of spatial planning."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1745 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1749", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1749 + +updated definition +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", rdfs:label "region of relevance"@en SubClassOf: