diff --git a/CHANGELOG.md b/CHANGELOG.md index 3095d50cd..ba8e24280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,13 @@ 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) +- region of relevance (#1791) ### Removed diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 460016781..c40bc9305 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3079,9 +3079,13 @@ 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", +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: @@ -3152,6 +3156,118 @@ 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, + "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 + + 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.", + "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 + + 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, + "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 + + SubClassOf: + + + +Class: OEO_00360029 + + Annotations: + "A priority region is a region of relevance that has the priority region role."@en, + "Vorranggebiet"@de, + "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 + + 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, + "Vorbehaltsgebiet"@de, + "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 + + 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, + "Eignungsgebiet"@de, + "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 + + 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, + "Vorranggebiet mit der Wirkung eines Eignungsgebiets"@de, + "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 + + EquivalentTo: + OEO_00360020 + and ( some OEO_00360026) + and ( some OEO_00360028) + + SubClassOf: + OEO_00360020 + + Individual: OEO_00000049 Annotations: diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index d4785bbff..62e55a620 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 @@ -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/1766 +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/1766 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", + rdfs:label "spatial planning policy"@en + + SubClassOf: + OEO_00140150 + + Individual: OEO_00010122 Annotations: