From 55ecdf988bfd16f89963f896a95283b362f7c784 Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Sat, 7 Dec 2024 20:30:12 +0100 Subject: [PATCH 01/28] Implement first version --- src/ontology/edits/oeo-model.omn | 343 +++++++++++++++++++--------- src/ontology/edits/oeo-physical.omn | 16 -- 2 files changed, 231 insertions(+), 128 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index db9156e03..b3f582ad3 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3392,6 +3392,23 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/878", OEO_00000078 +Class: OEO_00240022 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1052 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1078 +rework module structure +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652"@en, + "A protected area is a region of relevance that has the protected area role."@en, + "Naturschutzgebiet"@de, + rdfs:label "protected area"@en + + SubClassOf: + OEO_00360020, + some OEO_00410013 + + Class: OEO_00280000 Annotations: @@ -3631,118 +3648,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1928", some OEO_00020033 -Class: OEO_00360026 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", - "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", - rdfs:label "priority region role"@en - - SubClassOf: - - - -Class: OEO_00360027 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", - "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", - rdfs:label "conditionally reserved region role"@en - - SubClassOf: - - - -Class: OEO_00360028 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", - "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", - rdfs:label "suitable region role"@en - - SubClassOf: - - - -Class: OEO_00360029 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", - "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", - rdfs:label "priority region"@en - - EquivalentTo: - OEO_00360020 - and ( some OEO_00360026) - - SubClassOf: - OEO_00360020 - - -Class: OEO_00360030 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", - "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", - rdfs:label "conditionally reserved region"@en - - EquivalentTo: - OEO_00360020 - and ( some OEO_00360027) - - SubClassOf: - OEO_00360020 - - -Class: OEO_00360031 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", - "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", - rdfs:label "suitable region"@en - - EquivalentTo: - OEO_00360020 - and ( some OEO_00360028) - - SubClassOf: - OEO_00360020 - - -Class: OEO_00360032 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", - "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", - rdfs:label "priority region with effect of suitable region"@en - - EquivalentTo: - OEO_00360020 - and ( some OEO_00360026) - and ( some OEO_00360028) - - SubClassOf: - OEO_00360020 - - Class: OEO_00390064 Annotations: @@ -3839,6 +3744,37 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1978", +Class: OEO_00410009 + + Annotations: + "A legislation is a plan specification that is produced by a government and enables, prohibits or bans activities, or establishes rights or responsibilities."@en, + rdfs:label "legislation"@en + + SubClassOf: + , + some OEO_00020093 + + +Class: OEO_00410010 + + Annotations: + "A spatial legislation is a legislation affecting or defining a spatial region."@en, + rdfs:label "spatial legislation"@en + + SubClassOf: + OEO_00410009 + + +Class: OEO_00410013 + + Annotations: + "A protected area role is a role of a region of relevance recognised, dedicated and managed, through legal or other effective means, to achieve the long term conservation of nature with associated ecosystem services and cultural values."@en, + rdfs:label "protected area role"@en + + SubClassOf: + + + Individual: OEO_00000049 Annotations: @@ -4523,3 +4459,186 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1945", OEO_00400017 +Individual: OEO_00410001 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", + "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", + rdfs:label "priority region"@en + + Types: + OEO_00360020 + + Facts: + OEO_00410002 + + +Individual: OEO_00410002 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", + "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", + rdfs:label "priority region role"@en + + Types: + + + Facts: + OEO_00000504 OEO_00410011 + + +Individual: OEO_00410003 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", + "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", + rdfs:label "conditionally reserved region"@en + + Types: + OEO_00360020 + + Facts: + OEO_00410004 + + +Individual: OEO_00410004 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", + "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."@en, + "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", + rdfs:label "conditionally reserved region role"@en + + Types: + + + Facts: + OEO_00000504 OEO_00410011 + + +Individual: OEO_00410005 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", + "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", + rdfs:label "suitable region"@en + + Types: + OEO_00360020 + + Facts: + OEO_00410006 + + +Individual: OEO_00410006 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", + "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", + rdfs:label "suitable region role"@en + + Types: + + + Facts: + OEO_00000504 OEO_00410011 + + +Individual: OEO_00410007 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", + "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", + rdfs:label "priority region with effect of suitable region"@en + + Types: + OEO_00360020 + + Facts: + OEO_00410002, + OEO_00410006 + + +Individual: OEO_00410011 + + Annotations: + "The ROG is a spatial legislation providing the legal framework for spatial planning in Germany."@en, + "Raumordnungsgesetz"@de, + "spatial planning law"@en, + rdfs:label "ROG"@en + + Types: + OEO_00410010 + + +Individual: OEO_00410012 + + Annotations: + "A Fauna Flora Habitat is a protected area aimed at conserving natural habitats and wild fauna and flora."@en, + "Fauna Flora Habitat"@de, + rdfs:label "Fauna Flora Habitat"@en + + Types: + OEO_00240022 + + Facts: + OEO_00410015 + + +Individual: OEO_00410014 + + Annotations: + "The BNatSchG is a spatial legislation providing the legal framework for nature conservation and landscape management in Germany."@en, + "Bundesnaturschutzgesetz"@de, + "nature conservation law"@en, + rdfs:label "BNatSchG"@en + + Types: + OEO_00410010 + + +Individual: OEO_00410015 + + Annotations: + "A Natura 2000 role is a protected area role for areas within the european \"Natura 2000\" network of protected areas."@en, + "See German nature conservation law: § 31 ff. BNatSchG, Netz „Natura 2000“: https://www.gesetze-im-internet.de/bnatschg_2009/BJNR254210009.html#BJNR254210009BJNG000600000", + rdfs:label "Natura 2000 role"@en + + Types: + OEO_00410013 + + Facts: + OEO_00000504 OEO_00410014 + + +Individual: OEO_00410016 + + Annotations: + "A Bird Sanctuary is a protected area where birds are protected and conserved in order to protect endangered and migratory bird species."@en, + "Vogelschutzgebiet"@de, + rdfs:label "Bird Sanctuary"@en + + Types: + OEO_00240022 + + Facts: + OEO_00410015 + + diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 00b7808ce..e2326b08d 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -13331,22 +13331,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1841"@en, some OEO_00030035 -Class: OEO_00240022 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1052 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1078 -rework module structure -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652"@en, - "A protected area is a two-dimensional spatial region recognised, dedicated and managed, through legal or other effective means, to achieve the long term conservation of nature with associated ecosystem services and cultural values."@en, - "Naturschutzgebiet"@de, - rdfs:label "protected area"@en - - SubClassOf: - - - Class: OEO_00240024 Annotations: From 7d98066cbe6f5f9f9de85422d0efc937086eb397 Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Fri, 13 Dec 2024 18:28:13 +0100 Subject: [PATCH 02/28] Removed `spatial legislation` and splitted `Natura 2000 role` --- src/ontology/edits/oeo-model.omn | 62 +++++++++++++++++--------------- 1 file changed, 33 insertions(+), 29 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index b3f582ad3..2506ae919 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3755,24 +3755,42 @@ Class: OEO_00410009 some OEO_00020093 -Class: OEO_00410010 +Class: OEO_00410013 Annotations: - "A spatial legislation is a legislation affecting or defining a spatial region."@en, - rdfs:label "spatial legislation"@en + "A protected area role is a role of a region of relevance recognised, dedicated and managed, through legal or other effective means, to achieve the long term conservation of nature with associated ecosystem services and cultural values."@en, + rdfs:label "protected area role"@en SubClassOf: - OEO_00410009 + -Class: OEO_00410013 +Individual: Annotations: - "A protected area role is a role of a region of relevance recognised, dedicated and managed, through legal or other effective means, to achieve the long term conservation of nature with associated ecosystem services and cultural values."@en, - rdfs:label "protected area role"@en + "A Bird Sanctuary role is a protected area role for areas, aimed at protecting and conserving endangered and migratory bird species, within the european \"Natura 2000\" network of protected areas."@en, + "See German nature conservation law: § 31 ff. BNatSchG, Netz „Natura 2000“: https://www.gesetze-im-internet.de/bnatschg_2009/BJNR254210009.html#BJNR254210009BJNG000600000", + rdfs:label "Bird Sanctuary role"@en - SubClassOf: - + Types: + OEO_00410013 + + Facts: + OEO_00000504 OEO_00410014 + + +Individual: + + Annotations: + "A Fauna Flora Habitat role is a protected area role for areas, aimed at conserving natural habitats and wild fauna and flora, within the european \"Natura 2000\" network of protected areas."@en, + "See German nature conservation law: § 31 ff. BNatSchG, Netz „Natura 2000“: https://www.gesetze-im-internet.de/bnatschg_2009/BJNR254210009.html#BJNR254210009BJNG000600000", + rdfs:label "Fauna Flora Habitat role"@en + + Types: + OEO_00410013 + + Facts: + OEO_00000504 OEO_00410014 Individual: OEO_00000049 @@ -4585,13 +4603,13 @@ Individual: OEO_00410011 rdfs:label "ROG"@en Types: - OEO_00410010 + OEO_00410009 Individual: OEO_00410012 Annotations: - "A Fauna Flora Habitat is a protected area aimed at conserving natural habitats and wild fauna and flora."@en, + "A Fauna Flora Habitat is a protected area that has the Fauna Flora Habitat role."@en, "Fauna Flora Habitat"@de, rdfs:label "Fauna Flora Habitat"@en @@ -4599,7 +4617,7 @@ Individual: OEO_00410012 OEO_00240022 Facts: - OEO_00410015 + Individual: OEO_00410014 @@ -4611,27 +4629,13 @@ Individual: OEO_00410014 rdfs:label "BNatSchG"@en Types: - OEO_00410010 - - -Individual: OEO_00410015 - - Annotations: - "A Natura 2000 role is a protected area role for areas within the european \"Natura 2000\" network of protected areas."@en, - "See German nature conservation law: § 31 ff. BNatSchG, Netz „Natura 2000“: https://www.gesetze-im-internet.de/bnatschg_2009/BJNR254210009.html#BJNR254210009BJNG000600000", - rdfs:label "Natura 2000 role"@en - - Types: - OEO_00410013 - - Facts: - OEO_00000504 OEO_00410014 + OEO_00410009 Individual: OEO_00410016 Annotations: - "A Bird Sanctuary is a protected area where birds are protected and conserved in order to protect endangered and migratory bird species."@en, + "A Bird Sanctuary is a protected area that has the Bird Sanctuary role."@en, "Vogelschutzgebiet"@de, rdfs:label "Bird Sanctuary"@en @@ -4639,6 +4643,6 @@ Individual: OEO_00410016 OEO_00240022 Facts: - OEO_00410015 + From 7321333d391fe6f86d240e0e65d6905f1943b1f9 Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Fri, 13 Dec 2024 18:30:04 +0100 Subject: [PATCH 03/28] Updated definition of BNatSchG and ROG to reflect the change of hierarchy --- src/ontology/edits/oeo-model.omn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 2506ae919..3ea4aef6b 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -4597,7 +4597,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", Individual: OEO_00410011 Annotations: - "The ROG is a spatial legislation providing the legal framework for spatial planning in Germany."@en, + "The ROG is a legislation providing the legal framework for spatial planning in Germany."@en, "Raumordnungsgesetz"@de, "spatial planning law"@en, rdfs:label "ROG"@en @@ -4623,7 +4623,7 @@ Individual: OEO_00410012 Individual: OEO_00410014 Annotations: - "The BNatSchG is a spatial legislation providing the legal framework for nature conservation and landscape management in Germany."@en, + "The BNatSchG is a legislation providing the legal framework for nature conservation and landscape management in Germany."@en, "Bundesnaturschutzgesetz"@de, "nature conservation law"@en, rdfs:label "BNatSchG"@en From b6b4b3cd079b2a022d6b0e38740daf16d2dbe53e Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Fri, 13 Dec 2024 18:35:54 +0100 Subject: [PATCH 04/28] Fixed typos in definitions --- src/ontology/edits/oeo-model.omn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 3ea4aef6b..178fad352 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3768,7 +3768,7 @@ Class: OEO_00410013 Individual: Annotations: - "A Bird Sanctuary role is a protected area role for areas, aimed at protecting and conserving endangered and migratory bird species, within the european \"Natura 2000\" network of protected areas."@en, + "A Bird Sanctuary role is a protected area role for areas, aimed at protecting and conserving endangered and migratory bird species, within the European \"Natura 2000\" network of protected areas."@en, "See German nature conservation law: § 31 ff. BNatSchG, Netz „Natura 2000“: https://www.gesetze-im-internet.de/bnatschg_2009/BJNR254210009.html#BJNR254210009BJNG000600000", rdfs:label "Bird Sanctuary role"@en @@ -3782,7 +3782,7 @@ Individual: Annotations: - "A Fauna Flora Habitat role is a protected area role for areas, aimed at conserving natural habitats and wild fauna and flora, within the european \"Natura 2000\" network of protected areas."@en, + "A Fauna Flora Habitat role is a protected area role for areas, aimed at conserving natural habitats and wild fauna and flora, within the European \"Natura 2000\" network of protected areas."@en, "See German nature conservation law: § 31 ff. BNatSchG, Netz „Natura 2000“: https://www.gesetze-im-internet.de/bnatschg_2009/BJNR254210009.html#BJNR254210009BJNG000600000", rdfs:label "Fauna Flora Habitat role"@en @@ -4609,7 +4609,7 @@ Individual: OEO_00410011 Individual: OEO_00410012 Annotations: - "A Fauna Flora Habitat is a protected area that has the Fauna Flora Habitat role."@en, + "A Fauna Flora Habitat is a protected area that has the Fauna Flora Habitat role."@en, "Fauna Flora Habitat"@de, rdfs:label "Fauna Flora Habitat"@en From 99ac72e552c1530d9ddb7d9eeed4716febe3d4dd Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Fri, 13 Dec 2024 18:50:58 +0100 Subject: [PATCH 05/28] Added term tracker annotation to all classes and individuals changed by this pr --- src/ontology/edits/oeo-model.omn | 65 ++++++++++++++++++++++++++++---- 1 file changed, 57 insertions(+), 8 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 178fad352..54fb716c2 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3397,9 +3397,14 @@ Class: OEO_00240022 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1052 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1078 + rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652"@en, +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 + +made class a 'region of relevance' +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991"@en, "A protected area is a region of relevance that has the protected area role."@en, "Naturschutzgebiet"@de, rdfs:label "protected area"@en @@ -3747,6 +3752,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1978", Class: OEO_00410009 Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "A legislation is a plan specification that is produced by a government and enables, prohibits or bans activities, or establishes rights or responsibilities."@en, rdfs:label "legislation"@en @@ -3758,6 +3765,8 @@ Class: OEO_00410009 Class: OEO_00410013 Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "A protected area role is a role of a region of relevance recognised, dedicated and managed, through legal or other effective means, to achieve the long term conservation of nature with associated ecosystem services and cultural values."@en, rdfs:label "protected area role"@en @@ -3768,6 +3777,8 @@ Class: OEO_00410013 Individual: Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "A Bird Sanctuary role is a protected area role for areas, aimed at protecting and conserving endangered and migratory bird species, within the European \"Natura 2000\" network of protected areas."@en, "See German nature conservation law: § 31 ff. BNatSchG, Netz „Natura 2000“: https://www.gesetze-im-internet.de/bnatschg_2009/BJNR254210009.html#BJNR254210009BJNG000600000", rdfs:label "Bird Sanctuary role"@en @@ -3782,6 +3793,8 @@ Individual: Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "A Fauna Flora Habitat role is a protected area role for areas, aimed at conserving natural habitats and wild fauna and flora, within the European \"Natura 2000\" network of protected areas."@en, "See German nature conservation law: § 31 ff. BNatSchG, Netz „Natura 2000“: https://www.gesetze-im-internet.de/bnatschg_2009/BJNR254210009.html#BJNR254210009BJNG000600000", rdfs:label "Fauna Flora Habitat role"@en @@ -4481,7 +4494,11 @@ Individual: OEO_00410001 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791 + +made class an individual +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "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", @@ -4498,7 +4515,11 @@ Individual: OEO_00410002 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791 + +made class an individual +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "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", rdfs:label "priority region role"@en @@ -4514,7 +4535,11 @@ Individual: OEO_00410003 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791 + +made class an individual +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "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", @@ -4531,7 +4556,11 @@ Individual: OEO_00410004 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791 + +made class an individual +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "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."@en, "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", rdfs:label "conditionally reserved region role"@en @@ -4547,7 +4576,11 @@ Individual: OEO_00410005 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791 + +made class an individual +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "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", @@ -4564,7 +4597,11 @@ Individual: OEO_00410006 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791 + +made class an individual +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "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", rdfs:label "suitable region role"@en @@ -4580,7 +4617,11 @@ Individual: OEO_00410007 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791 + +made class an individual +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "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", @@ -4597,6 +4638,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", Individual: OEO_00410011 Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "The ROG is a legislation providing the legal framework for spatial planning in Germany."@en, "Raumordnungsgesetz"@de, "spatial planning law"@en, @@ -4609,6 +4652,8 @@ Individual: OEO_00410011 Individual: OEO_00410012 Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "A Fauna Flora Habitat is a protected area that has the Fauna Flora Habitat role."@en, "Fauna Flora Habitat"@de, rdfs:label "Fauna Flora Habitat"@en @@ -4623,6 +4668,8 @@ Individual: OEO_00410012 Individual: OEO_00410014 Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "The BNatSchG is a legislation providing the legal framework for nature conservation and landscape management in Germany."@en, "Bundesnaturschutzgesetz"@de, "nature conservation law"@en, @@ -4635,6 +4682,8 @@ Individual: OEO_00410014 Individual: OEO_00410016 Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "A Bird Sanctuary is a protected area that has the Bird Sanctuary role."@en, "Vogelschutzgebiet"@de, rdfs:label "Bird Sanctuary"@en From e90d430e0e22ef0356bd80eff8a5de09778afc29 Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Fri, 13 Dec 2024 18:58:47 +0100 Subject: [PATCH 06/28] Added changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c82ad4987..bd6ad2363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. The format is inspired from [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [2.X.X] - 20XX-XX-XX + +### Added +- legislation, ROG, BNatSchG (#1991) +- protected area role, Fauna Flora Habitat role, Bird Sanctuary role (#1991) +- Fauna Flora Habitat, Bird Sanctuary (#1991) + +### Changed +- protected area (#1991) +- conditionally reserved region, priority region, priority region with effect of suitable region, suitable region (#1991) +- conditionally reserved region role, priority region role, suitable region role (#1991) + +### Removed + ## [2.6.0] - 2024-12-06 ### Added - has aggregation type, has time stamp alignment (#1944) From 585c6731adca7cd00026553427bb2b5c179353fc Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Sun, 22 Dec 2024 20:05:39 +0100 Subject: [PATCH 07/28] Fix IRIs of protected area role individuals --- src/ontology/edits/oeo-model.omn | 75 +++++++++++++++----------------- 1 file changed, 36 insertions(+), 39 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index a9aa770e4..160ef74b9 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3721,7 +3721,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1945", - Class: OEO_00400040 Annotations: @@ -3732,11 +3731,10 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1976", rdfs:label "conceptual model"@en SubClassOf: - , some OEO_00020353 - - + + Class: OEO_00400041 Annotations: @@ -3763,7 +3761,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1978", SubClassOf: - Class: OEO_00410009 @@ -3791,38 +3788,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", -Individual: - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", - "A Bird Sanctuary role is a protected area role for areas, aimed at protecting and conserving endangered and migratory bird species, within the European \"Natura 2000\" network of protected areas."@en, - "See German nature conservation law: § 31 ff. BNatSchG, Netz „Natura 2000“: https://www.gesetze-im-internet.de/bnatschg_2009/BJNR254210009.html#BJNR254210009BJNG000600000", - rdfs:label "Bird Sanctuary role"@en - - Types: - OEO_00410013 - - Facts: - OEO_00000504 OEO_00410014 - - -Individual: - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", - "A Fauna Flora Habitat role is a protected area role for areas, aimed at conserving natural habitats and wild fauna and flora, within the European \"Natura 2000\" network of protected areas."@en, - "See German nature conservation law: § 31 ff. BNatSchG, Netz „Natura 2000“: https://www.gesetze-im-internet.de/bnatschg_2009/BJNR254210009.html#BJNR254210009BJNG000600000", - rdfs:label "Fauna Flora Habitat role"@en - - Types: - OEO_00410013 - - Facts: - OEO_00000504 OEO_00410014 - - Individual: OEO_00000049 Annotations: @@ -4652,6 +4617,38 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", OEO_00410006 +Individual: OEO_00410008 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", + "A Bird Sanctuary role is a protected area role for areas, aimed at protecting and conserving endangered and migratory bird species, within the European \"Natura 2000\" network of protected areas."@en, + "See German nature conservation law: § 31 ff. BNatSchG, Netz „Natura 2000“: https://www.gesetze-im-internet.de/bnatschg_2009/BJNR254210009.html#BJNR254210009BJNG000600000", + rdfs:label "Bird Sanctuary role"@en + + Types: + OEO_00410013 + + Facts: + OEO_00000504 OEO_00410014 + + +Individual: OEO_00410010 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", + "A Fauna Flora Habitat role is a protected area role for areas, aimed at conserving natural habitats and wild fauna and flora, within the European \"Natura 2000\" network of protected areas."@en, + "See German nature conservation law: § 31 ff. BNatSchG, Netz „Natura 2000“: https://www.gesetze-im-internet.de/bnatschg_2009/BJNR254210009.html#BJNR254210009BJNG000600000", + rdfs:label "Fauna Flora Habitat role"@en + + Types: + OEO_00410013 + + Facts: + OEO_00000504 OEO_00410014 + + Individual: OEO_00410011 Annotations: @@ -4679,7 +4676,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", OEO_00240022 Facts: - + OEO_00410010 Individual: OEO_00410014 @@ -4709,6 +4706,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", OEO_00240022 Facts: - + OEO_00410008 From b928b97bdc922936b2940112fb8b405420e29606 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:29:02 +0100 Subject: [PATCH 08/28] Update src/ontology/edits/oeo-model.omn Co-authored-by: madbkr <92733183+madbkr@users.noreply.github.com> --- 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 160ef74b9..56ee23691 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3781,7 +3781,7 @@ Class: OEO_00410013 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", - "A protected area role is a role of a region of relevance recognised, dedicated and managed, through legal or other effective means, to achieve the long term conservation of nature with associated ecosystem services and cultural values."@en, + "A protected area role is a role of a region of relevance recognised, dedicated and managed through legal or other effective means, to achieve the long term conservation of nature with associated ecosystem services and cultural values."@en, rdfs:label "protected area role"@en SubClassOf: From ba032dc1563a8529e04414a8321becb3805dfb2e Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:05:36 +0100 Subject: [PATCH 09/28] Update src/ontology/edits/oeo-model.omn --- 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 0faed49a4..ca45557e4 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3784,7 +3784,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1990", rdfs:label "technical model implementation"@en SubClassOf: - + , some OEO_00400022 From c38d3d757cac506509bfff27881788497f7ac045 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 6 Feb 2025 08:40:02 +0100 Subject: [PATCH 10/28] Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- 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 ca45557e4..0fd7739a9 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3412,7 +3412,7 @@ rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 -made class a 'region of relevance' +made subclass of 'region of relevance' and moved to oeo-model issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991"@en, "A protected area is a region of relevance that has the protected area role."@en, From a814aa6d99d322e3d80e7a4c4d7ed98756cc2c0d Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 6 Feb 2025 08:40:37 +0100 Subject: [PATCH 11/28] Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- 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 0fd7739a9..328f5dd17 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -4522,7 +4522,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791 made class an individual issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", - "A priority region is a region of relevance that has the priority region role."@en, + "A priority region is a region of relevance in German spatial planning law (§7 Absatz 3 ROG), that has the priority region role. In the region, high priority is given to building wind park projects, excluding building projects that are not compatible with this priority."@en, "Vorranggebiet"@de, "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", rdfs:label "priority region"@en From 26cda82a8a65f01b8a627395706cf18f9d5fcd1a Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 6 Feb 2025 08:40:44 +0100 Subject: [PATCH 12/28] Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- 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 328f5dd17..53cfbbdb7 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -4604,7 +4604,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791 made class an individual issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", - "A suitable region is a region of relevance that has the suitable region role."@en, + "A suitable region is a region of relevance in German spatial planning law (§7 Absatz 3 ROG), that has the suitable region role. It is designated as 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, "Eignungsgebiet"@de, "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", rdfs:label "suitable region"@en From 6341a283d190ab8588f39d687088f69484169b11 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 6 Feb 2025 08:40:51 +0100 Subject: [PATCH 13/28] Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- 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 53cfbbdb7..ce3fcb9f0 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -4563,7 +4563,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791 made class an individual issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", - "A conditionally reserved region is a region of relevance that has the conditionally reserved region role."@en, + "A conditionally reserved region is a region of relevance in German spatial planning law (§7 Absatz 3 ROG), that has the conditionally reserved region role. It is prioritised to be used for wind park projects during the planning process, without excluding incompatible building projects."@en, "Vorbehaltsgebiet"@de, "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", rdfs:label "conditionally reserved region"@en From 52762f295a3680d9c58b85dc64bbcd08a308b236 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 6 Feb 2025 08:41:22 +0100 Subject: [PATCH 14/28] Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- 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 ce3fcb9f0..7932605bf 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -4697,7 +4697,7 @@ Individual: OEO_00410011 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "The ROG is a legislation providing the legal framework for spatial planning in Germany."@en, "Raumordnungsgesetz"@de, - "spatial planning law"@en, + "German spatial planning law"@en, rdfs:label "ROG"@en Types: From 4891629bca2d2da807f165cc083d0acb026690fd Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 6 Feb 2025 08:41:36 +0100 Subject: [PATCH 15/28] Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- 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 7932605bf..46d9f9c83 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -4645,7 +4645,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791 made class an individual issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", - "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, + "A priority region with effect of suitable region is a region of relevance in German spatial planning law (§7 Absatz 3 ROG), 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", rdfs:label "priority region with effect of suitable region"@en From 8299470bfb5e0168b1125431168a260ea232c9e0 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 6 Feb 2025 08:41:55 +0100 Subject: [PATCH 16/28] Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- 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 46d9f9c83..700f69d16 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -4625,7 +4625,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791 made class an individual issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", - "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, + "A suitable region role is a role of a region of relevance 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", rdfs:label "suitable region role"@en From 73b52ad6949c8b24142e26ff1f8d58210bc96781 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 6 Feb 2025 08:44:14 +0100 Subject: [PATCH 17/28] Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- 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 700f69d16..2c935fbce 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -4727,7 +4727,7 @@ Individual: OEO_00410014 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "The BNatSchG is a legislation providing the legal framework for nature conservation and landscape management in Germany."@en, "Bundesnaturschutzgesetz"@de, - "nature conservation law"@en, + "German nature conservation law"@en, rdfs:label "BNatSchG"@en Types: From 28428d3307f099e1d4d1afce5ae31c01204c8dca Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 6 Feb 2025 08:44:21 +0100 Subject: [PATCH 18/28] Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- 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 2c935fbce..66b69fcc9 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -4709,7 +4709,7 @@ Individual: OEO_00410012 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", - "A Fauna Flora Habitat is a protected area that has the Fauna Flora Habitat role."@en, + "A Fauna Flora Habitat is a protected area that has the Fauna Flora Habitat role, aimed at conserving natural habitats and wild fauna and flora, within the European \"Natura 2000\" network of protected areas."@en, "Fauna Flora Habitat"@de, rdfs:label "Fauna Flora Habitat"@en From a58540aad7fa932a62ec3d1c0c6949df33e0fcb8 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 6 Feb 2025 08:44:28 +0100 Subject: [PATCH 19/28] Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- 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 66b69fcc9..c1d870743 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -4739,7 +4739,7 @@ Individual: OEO_00410016 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", - "A Bird Sanctuary is a protected area that has the Bird Sanctuary role."@en, + "A Bird Sanctuary is a protected area that has the Bird Sanctuary role, which is aimed at protecting and conserving endangered and migratory bird species, within the European \"Natura 2000\" network of protected areas."@en, "Vogelschutzgebiet"@de, rdfs:label "Bird Sanctuary"@en From 50051f782fcd1df34389ec0f56185b27d766f3fb Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 6 Feb 2025 08:54:36 +0100 Subject: [PATCH 20/28] Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- 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 c1d870743..afc330aad 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -4543,7 +4543,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791 made class an individual issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", - "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, + "A priority region role is a role of a region of relevance 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", rdfs:label "priority region role"@en From 578684ebd2afa77dffd3cf9e397c05d861470786 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 6 Feb 2025 08:54:47 +0100 Subject: [PATCH 21/28] Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- 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 afc330aad..fd6c88b4a 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -4584,7 +4584,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791 made class an individual issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", - "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."@en, + "A conditionally reserved region role is a role of a region of relevance that is prioritised to be used for wind park projects during the planning process, without excluding incompatible building projects."@en, "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", rdfs:label "conditionally reserved region role"@en From 10821048e90f077024e8abf819e065cfe67182be Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Thu, 6 Feb 2025 09:19:01 +0100 Subject: [PATCH 22/28] Added definition sources for legislation and protected area role --- src/ontology/edits/catalog-v001.xml | 6 +++--- src/ontology/edits/oeo-model.omn | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/ontology/edits/catalog-v001.xml b/src/ontology/edits/catalog-v001.xml index 3e85961d6..6b33495f7 100644 --- a/src/ontology/edits/catalog-v001.xml +++ b/src/ontology/edits/catalog-v001.xml @@ -10,9 +10,9 @@ - + - - + + diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index fd7115ee0..9d50c3f5e 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3809,6 +3809,7 @@ Class: OEO_00410009 OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "A legislation is a plan specification that is produced by a government and enables, prohibits or bans activities, or establishes rights or responsibilities."@en, + "Definition partly adapted from https://addictovocab.org/ADDICTO_0000488", rdfs:label "legislation"@en SubClassOf: @@ -3822,6 +3823,7 @@ Class: OEO_00410013 OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "A protected area role is a role of a region of relevance recognised, dedicated and managed through legal or other effective means, to achieve the long term conservation of nature with associated ecosystem services and cultural values."@en, + "Definition partly adapted from IUCN protected area category V: https://en.wikipedia.org/wiki/IUCN_protected_area_categories#Category_V_%E2%80%93_protected_landscape_or_seascape", rdfs:label "protected area role"@en SubClassOf: @@ -4695,8 +4697,8 @@ Individual: OEO_00410011 OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "The ROG is a legislation providing the legal framework for spatial planning in Germany."@en, - "Raumordnungsgesetz"@de, "German spatial planning law"@en, + "Raumordnungsgesetz"@de, rdfs:label "ROG"@en Types: From 903993cb3c64bb9e334fc69662478fc002ce60b8 Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Sun, 2 Mar 2025 14:03:43 +0100 Subject: [PATCH 23/28] Added equivalence relation to protected area --- src/ontology/edits/oeo-model.omn | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 9d50c3f5e..af8e1911a 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3418,9 +3418,12 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991"@en, "Naturschutzgebiet"@de, rdfs:label "protected area"@en + EquivalentTo: + OEO_00360020 + and ( some OEO_00410013) + SubClassOf: - OEO_00360020, - some OEO_00410013 + OEO_00360020 Class: OEO_00280000 From b36b3adce0c28b42f0926a4792ba4a45afc14783 Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Sun, 2 Mar 2025 17:37:39 +0100 Subject: [PATCH 24/28] Changed regions defined by ROG and their roles back to classes --- src/ontology/edits/oeo-model.omn | 260 ++++++++++++++----------------- 1 file changed, 115 insertions(+), 145 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index af8e1911a..76d89c595 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3665,6 +3665,121 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1928", some OEO_00020033 +Class: OEO_00360026 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", + "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", + rdfs:label "priority region role"@en + + SubClassOf: + , + OEO_00000504 value OEO_00410011 + + +Class: OEO_00360027 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", + "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", + rdfs:label "conditionally reserved region role"@en + + SubClassOf: + , + OEO_00000504 value OEO_00410011 + + +Class: OEO_00360028 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", + "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", + rdfs:label "suitable region role"@en + + SubClassOf: + , + OEO_00000504 value OEO_00410011 + + +Class: OEO_00360029 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", + "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", + rdfs:label "priority region"@en + + EquivalentTo: + OEO_00360020 + and ( some OEO_00360026) + + SubClassOf: + OEO_00360020 + + +Class: OEO_00360030 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", + "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", + rdfs:label "conditionally reserved region"@en + + EquivalentTo: + OEO_00360020 + and ( some OEO_00360027) + + SubClassOf: + OEO_00360020 + + +Class: OEO_00360031 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", + "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", + rdfs:label "suitable region"@en + + EquivalentTo: + OEO_00360020 + and ( some OEO_00360028) + + SubClassOf: + OEO_00360020 + + +Class: OEO_00360032 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", + "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", + rdfs:label "priority region with effect of suitable region"@en + + EquivalentTo: + OEO_00360020 + and ( some OEO_00360026) + and ( some OEO_00360028) + + SubClassOf: + OEO_00360020 + + Class: OEO_00390064 Annotations: @@ -4517,151 +4632,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1945", OEO_00400017 -Individual: OEO_00410001 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791 - -made class an individual -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", - "A priority region is a region of relevance in German spatial planning law (§7 Absatz 3 ROG), that has the priority region role. In the region, high priority is given to building wind park projects, excluding building projects that are not compatible with this priority."@en, - "Vorranggebiet"@de, - "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", - rdfs:label "priority region"@en - - Types: - OEO_00360020 - - Facts: - OEO_00410002 - - -Individual: OEO_00410002 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791 - -made class an individual -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", - "A priority region role is a role of a region of relevance 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", - rdfs:label "priority region role"@en - - Types: - - - Facts: - OEO_00000504 OEO_00410011 - - -Individual: OEO_00410003 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791 - -made class an individual -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", - "A conditionally reserved region is a region of relevance in German spatial planning law (§7 Absatz 3 ROG), that has the conditionally reserved region role. It is prioritised to be used for wind park projects during the planning process, without excluding incompatible building projects."@en, - "Vorbehaltsgebiet"@de, - "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", - rdfs:label "conditionally reserved region"@en - - Types: - OEO_00360020 - - Facts: - OEO_00410004 - - -Individual: OEO_00410004 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791 - -made class an individual -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", - "A conditionally reserved region role is a role of a region of relevance that is prioritised to be used for wind park projects during the planning process, without excluding incompatible building projects."@en, - "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", - rdfs:label "conditionally reserved region role"@en - - Types: - - - Facts: - OEO_00000504 OEO_00410011 - - -Individual: OEO_00410005 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791 - -made class an individual -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", - "A suitable region is a region of relevance in German spatial planning law (§7 Absatz 3 ROG), that has the suitable region role. It is designated as 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, - "Eignungsgebiet"@de, - "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", - rdfs:label "suitable region"@en - - Types: - OEO_00360020 - - Facts: - OEO_00410006 - - -Individual: OEO_00410006 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791 - -made class an individual -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", - "A suitable region role is a role of a region of relevance 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", - rdfs:label "suitable region role"@en - - Types: - - - Facts: - OEO_00000504 OEO_00410011 - - -Individual: OEO_00410007 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791 - -made class an individual -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", - "A priority region with effect of suitable region is a region of relevance in German spatial planning law (§7 Absatz 3 ROG), 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", - rdfs:label "priority region with effect of suitable region"@en - - Types: - OEO_00360020 - - Facts: - OEO_00410002, - OEO_00410006 - - Individual: OEO_00410008 Annotations: From c10d20929b3071a1f3d896493a3eff2c2084b650 Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Sun, 2 Mar 2025 17:46:02 +0100 Subject: [PATCH 25/28] Changed Bird Sanctuary and Flora Fauna Habitat and their roles to classes --- src/ontology/edits/oeo-model.omn | 41 ++++++++++++++------------------ 1 file changed, 18 insertions(+), 23 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 76d89c595..67e67e47b 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -4632,7 +4632,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1945", OEO_00400017 -Individual: OEO_00410008 +Class: OEO_00410008 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 @@ -4641,14 +4641,12 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "See German nature conservation law: § 31 ff. BNatSchG, Netz „Natura 2000“: https://www.gesetze-im-internet.de/bnatschg_2009/BJNR254210009.html#BJNR254210009BJNG000600000", rdfs:label "Bird Sanctuary role"@en - Types: - OEO_00410013 - - Facts: - OEO_00000504 OEO_00410014 + SubClassOf: + OEO_00410013, + OEO_00000504 value OEO_00410014 -Individual: OEO_00410010 +Class: OEO_00410010 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 @@ -4657,11 +4655,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "See German nature conservation law: § 31 ff. BNatSchG, Netz „Natura 2000“: https://www.gesetze-im-internet.de/bnatschg_2009/BJNR254210009.html#BJNR254210009BJNG000600000", rdfs:label "Fauna Flora Habitat role"@en - Types: - OEO_00410013 - - Facts: - OEO_00000504 OEO_00410014 + SubClassOf: + OEO_00410013, + OEO_00000504 value OEO_00410014 Individual: OEO_00410011 @@ -4678,7 +4674,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", OEO_00410009 -Individual: OEO_00410012 +Class: OEO_00410012 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 @@ -4687,12 +4683,12 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "Fauna Flora Habitat"@de, rdfs:label "Fauna Flora Habitat"@en - Types: + EquivalentTo: + OEO_00240022 that ( some OEO_00410010) + + SubClassOf: OEO_00240022 - Facts: - OEO_00410010 - Individual: OEO_00410014 @@ -4708,7 +4704,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", OEO_00410009 -Individual: OEO_00410016 +Class: OEO_00410016 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 @@ -4717,10 +4713,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "Vogelschutzgebiet"@de, rdfs:label "Bird Sanctuary"@en - Types: - OEO_00240022 - - Facts: - OEO_00410008 + EquivalentTo: + OEO_00240022 that ( some OEO_00410008) + SubClassOf: + OEO_00240022 From 95bd35f6eb267ea3324cdeeed3103c3223c90585 Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Sun, 2 Mar 2025 17:51:54 +0100 Subject: [PATCH 26/28] No unnecessary changes --- src/ontology/edits/oeo-model.omn | 50 ++++++++++++++++---------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 67e67e47b..3c87de81d 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3673,12 +3673,12 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", "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", rdfs:label "priority region role"@en - + SubClassOf: , OEO_00000504 value OEO_00410011 - - + + Class: OEO_00360027 Annotations: @@ -3687,12 +3687,12 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", "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", rdfs:label "conditionally reserved region role"@en - + SubClassOf: , OEO_00000504 value OEO_00410011 - - + + Class: OEO_00360028 Annotations: @@ -3701,12 +3701,12 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", "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", rdfs:label "suitable region role"@en - + SubClassOf: , OEO_00000504 value OEO_00410011 - - + + Class: OEO_00360029 Annotations: @@ -3716,15 +3716,15 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", "Vorranggebiet"@de, "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", rdfs:label "priority region"@en - + EquivalentTo: OEO_00360020 and ( some OEO_00360026) - + SubClassOf: OEO_00360020 - - + + Class: OEO_00360030 Annotations: @@ -3734,15 +3734,15 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", "Vorbehaltsgebiet"@de, "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", rdfs:label "conditionally reserved region"@en - + EquivalentTo: OEO_00360020 and ( some OEO_00360027) - + SubClassOf: OEO_00360020 - - + + Class: OEO_00360031 Annotations: @@ -3752,15 +3752,15 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", "Eignungsgebiet"@de, "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html", rdfs:label "suitable region"@en - + EquivalentTo: OEO_00360020 and ( some OEO_00360028) - + SubClassOf: OEO_00360020 - - + + Class: OEO_00360032 Annotations: @@ -3770,16 +3770,16 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", "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", rdfs:label "priority region with effect of suitable region"@en - + EquivalentTo: OEO_00360020 and ( some OEO_00360026) and ( some OEO_00360028) - + SubClassOf: OEO_00360020 - - + + Class: OEO_00390064 Annotations: From 596b8b7190440621638753829b258d051227b167 Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Sun, 2 Mar 2025 17:55:04 +0100 Subject: [PATCH 27/28] Added term tracker annotation --- src/ontology/edits/oeo-model.omn | 139 +++++++++++++++++-------------- 1 file changed, 77 insertions(+), 62 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 3c87de81d..3f298039a 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3669,7 +3669,11 @@ Class: OEO_00360026 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791 + +added \"'is defined by' value ROG\" relation +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "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", rdfs:label "priority region role"@en @@ -3683,7 +3687,11 @@ Class: OEO_00360027 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791 + +added \"'is defined by' value ROG\" relation +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "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", rdfs:label "conditionally reserved region role"@en @@ -3697,7 +3705,11 @@ Class: OEO_00360028 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791 + +added \"'is defined by' value ROG\" relation +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", "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", rdfs:label "suitable region role"@en @@ -3921,6 +3933,20 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1990", +Class: OEO_00410008 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", + "A Bird Sanctuary role is a protected area role for areas, aimed at protecting and conserving endangered and migratory bird species, within the European \"Natura 2000\" network of protected areas."@en, + "See German nature conservation law: § 31 ff. BNatSchG, Netz „Natura 2000“: https://www.gesetze-im-internet.de/bnatschg_2009/BJNR254210009.html#BJNR254210009BJNG000600000", + rdfs:label "Bird Sanctuary role"@en + + SubClassOf: + OEO_00410013, + OEO_00000504 value OEO_00410014 + + Class: OEO_00410009 Annotations: @@ -3935,6 +3961,37 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", some OEO_00020093 +Class: OEO_00410010 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", + "A Fauna Flora Habitat role is a protected area role for areas, aimed at conserving natural habitats and wild fauna and flora, within the European \"Natura 2000\" network of protected areas."@en, + "See German nature conservation law: § 31 ff. BNatSchG, Netz „Natura 2000“: https://www.gesetze-im-internet.de/bnatschg_2009/BJNR254210009.html#BJNR254210009BJNG000600000", + rdfs:label "Fauna Flora Habitat role"@en + + SubClassOf: + OEO_00410013, + OEO_00000504 value OEO_00410014 + + +Class: OEO_00410012 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", + "A Fauna Flora Habitat is a protected area that has the Fauna Flora Habitat role, aimed at conserving natural habitats and wild fauna and flora, within the European \"Natura 2000\" network of protected areas."@en, + "Fauna Flora Habitat"@de, + rdfs:label "Fauna Flora Habitat"@en + + EquivalentTo: + OEO_00240022 + and ( some OEO_00410010) + + SubClassOf: + OEO_00240022 + + Class: OEO_00410013 Annotations: @@ -3948,6 +4005,23 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", +Class: OEO_00410016 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", + "A Bird Sanctuary is a protected area that has the Bird Sanctuary role, which is aimed at protecting and conserving endangered and migratory bird species, within the European \"Natura 2000\" network of protected areas."@en, + "Vogelschutzgebiet"@de, + rdfs:label "Bird Sanctuary"@en + + EquivalentTo: + OEO_00240022 + and ( some OEO_00410008) + + SubClassOf: + OEO_00240022 + + Individual: OEO_00000049 Annotations: @@ -4632,34 +4706,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1945", OEO_00400017 -Class: OEO_00410008 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", - "A Bird Sanctuary role is a protected area role for areas, aimed at protecting and conserving endangered and migratory bird species, within the European \"Natura 2000\" network of protected areas."@en, - "See German nature conservation law: § 31 ff. BNatSchG, Netz „Natura 2000“: https://www.gesetze-im-internet.de/bnatschg_2009/BJNR254210009.html#BJNR254210009BJNG000600000", - rdfs:label "Bird Sanctuary role"@en - - SubClassOf: - OEO_00410013, - OEO_00000504 value OEO_00410014 - - -Class: OEO_00410010 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", - "A Fauna Flora Habitat role is a protected area role for areas, aimed at conserving natural habitats and wild fauna and flora, within the European \"Natura 2000\" network of protected areas."@en, - "See German nature conservation law: § 31 ff. BNatSchG, Netz „Natura 2000“: https://www.gesetze-im-internet.de/bnatschg_2009/BJNR254210009.html#BJNR254210009BJNG000600000", - rdfs:label "Fauna Flora Habitat role"@en - - SubClassOf: - OEO_00410013, - OEO_00000504 value OEO_00410014 - - Individual: OEO_00410011 Annotations: @@ -4674,22 +4720,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", OEO_00410009 -Class: OEO_00410012 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", - "A Fauna Flora Habitat is a protected area that has the Fauna Flora Habitat role, aimed at conserving natural habitats and wild fauna and flora, within the European \"Natura 2000\" network of protected areas."@en, - "Fauna Flora Habitat"@de, - rdfs:label "Fauna Flora Habitat"@en - - EquivalentTo: - OEO_00240022 that ( some OEO_00410010) - - SubClassOf: - OEO_00240022 - - Individual: OEO_00410014 Annotations: @@ -4704,18 +4734,3 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", OEO_00410009 -Class: OEO_00410016 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", - "A Bird Sanctuary is a protected area that has the Bird Sanctuary role, which is aimed at protecting and conserving endangered and migratory bird species, within the European \"Natura 2000\" network of protected areas."@en, - "Vogelschutzgebiet"@de, - rdfs:label "Bird Sanctuary"@en - - EquivalentTo: - OEO_00240022 that ( some OEO_00410008) - - SubClassOf: - OEO_00240022 - From de57fe75c58f217d800dde70ce05286619ae6be6 Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Sun, 2 Mar 2025 17:55:54 +0100 Subject: [PATCH 28/28] Updated changelog --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b1b615d4..f19300c66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,6 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - models (#2007) - cost, delivery cost, fixed cost, investment cost, levelised cost of electricity, social cost of emission, system cost, variable cost (#1999) - protected area (#1991) -- conditionally reserved region, priority region, priority region with effect of suitable region, suitable region (#1991) - conditionally reserved region role, priority region role, suitable region role (#1991) ### Removed