From 55ecdf988bfd16f89963f896a95283b362f7c784 Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Sat, 7 Dec 2024 20:30:12 +0100 Subject: [PATCH 01/37] 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/37] 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/37] 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/37] 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/37] 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/37] 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/37] 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 01de2a566e264d2d0ad3142c5d9a4df2536ed8e6 Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Sun, 22 Dec 2024 22:15:24 +0100 Subject: [PATCH 08/37] first commit --- src/ontology/edits/oeo-model.omn | 190 +++++++++++++++++++++++++++++++ 1 file changed, 190 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 160ef74b9..57fd6c593 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -4693,6 +4693,22 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", OEO_00410009 +Individual: OEO_00410015 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "A biosphere reserve is a protected area that has the biosphere reserve role."@en, + "Biosphärenreservat"@de, + rdfs:label "biosphere reserve"@en + + Types: + OEO_00240022 + + Facts: + OEO_00410017 + + Individual: OEO_00410016 Annotations: @@ -4709,3 +4725,177 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", OEO_00410008 +Individual: OEO_00410017 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "A biosphere reserve role is a protected area role for areas, aimed at conserving biodiversity, promoting sustainable development, and supporting research and education, within the UNESCO \"Man and the Biosphere\" (MAB) Programme."@en, + "See German nature conservation law: § 25 BNatSchG: https://www.gesetze-im-internet.de/bnatschg_2009/__25.html", + rdfs:label "biosphere reserve role"@en + + Types: + OEO_00410013 + + Facts: + OEO_00000504 OEO_00410014 + + +Individual: OEO_00410018 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "A protected landscape area is a protected area that has the protected landscape area role."@en, + "Landschaftsschutzgebiet"@de, + rdfs:label "protected landscape area"@en + + Types: + OEO_00240022 + + Facts: + OEO_00410019 + + +Individual: OEO_00410019 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "A protected landscape area role is a protected area role for areas, aimed at conserving and enhancing the natural and cultural landscape, while allowing for sustainable land use and recreational activities."@en, + "See German nature conservation law: § 26 BNatSchG: https://www.gesetze-im-internet.de/bnatschg_2009/__26.html", + rdfs:label "protected landscape area role"@en + + Types: + OEO_00410013 + + Facts: + OEO_00000504 OEO_00410014 + + +Individual: OEO_00410020 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "The WHG is a legislation providing the legal framework for water management in Germany."@en, + "Wasserhaushaltsgesetz"@de, + "water resources act"@en, + rdfs:label "WHG"@en + + Types: + OEO_00410009 + + +Individual: OEO_00410021 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "A water protection area is a protected area that has the water protection area role."@en, + "Wasserschutzgebiet"@de, + rdfs:label "water protection area"@en + + Types: + OEO_00240022 + + Facts: + OEO_00410022 + + +Individual: OEO_00410022 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "A water protection area role is a protected area role for areas, aimed at safeguarding the quality and quantity of water resources, including surface water and groundwater."@en, + "See German water resources act: +§ 51 WHG: https://www.gesetze-im-internet.de/whg_2009/__51.html +§ 52 WHG: https://www.gesetze-im-internet.de/whg_2009/__52.html", + rdfs:label "water protection area role"@en + + Types: + OEO_00410013 + + Facts: + OEO_00000504 OEO_00410020 + + +Individual: OEO_00410023 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "A floodplain is a region of relevance that has the floodplain role."@en, + "Überschwemmungsgebiet"@de, + rdfs:label "floodplain"@en + + Types: + OEO_00360020 + + Facts: + OEO_00410024 + + +Individual: OEO_00410024 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "A floodplain role is a role for areas between surface waters and dykes or high banks and other areas that are flooded or flowed through during flooding of a surface water body or that are used for flood relief or retention."@en, + "See German water resources act: § 76 WHG: https://www.gesetze-im-internet.de/whg_2009/__76.html", + rdfs:label "floodplain role"@en + + Types: + + + Facts: + OEO_00000504 OEO_00410020 + + +Individual: OEO_00410025 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "A forest is a region of relevance that has the forest role."@en, + "Wald"@de, + rdfs:label "forest"@en + + Types: + OEO_00360020 + + Facts: + OEO_00410026 + + +Individual: OEO_00410026 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "A forest role is a role for areas planted with forest plants as well as clear-cut or thinned ground areas, forest paths, forest division and safety strips, forest openings and clearings, forest meadows, game grazing areas, wood storage areas and other areas connected to and serving the forest."@en, + "See German forest law: § 2 BWaldG: https://www.gesetze-im-internet.de/bwaldg/__2.html", + rdfs:label "forest role"@en + + Types: + + + Facts: + OEO_00000504 OEO_00410027 + + +Individual: OEO_00410027 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "The BWaldG is a legislation providing the legal framework for the preservation of forests and the promotion of forestry in Germany."@en, + "Bundeswaldgesetz"@de, + "forest law"@en, + rdfs:label "BWaldG"@en + + Types: + OEO_00410009 + + From 379e94e7aa53dc73537b8a9b30ff64231908dc1a Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Sun, 22 Dec 2024 22:30:29 +0100 Subject: [PATCH 09/37] Updated changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee5f360f3..2d31b4704 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ## [2.X.X] - 20XX-XX-XX ### Added +- WHG, BWaldG (#2006) +- biosphere reserve role, protected landscape area role, water protection area role, floodplain role, forest role (#2006) +- biosphere reserve, protected landscape area, water protection area, floodplain, forest (#2006) - legislation, ROG, BNatSchG (#1991) - protected area role, Fauna Flora Habitat role, Bird Sanctuary role (#1991) - Fauna Flora Habitat, Bird Sanctuary (#1991) 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 10/37] 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 11/37] 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 12/37] 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 13/37] 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 14/37] 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 15/37] 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 16/37] 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 17/37] 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 18/37] 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 19/37] 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 20/37] 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 21/37] 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 22/37] 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 23/37] 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 24/37] 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 79173e29362d2117d8f85a9769c7e084adab1266 Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Sun, 9 Feb 2025 21:52:17 +0100 Subject: [PATCH 25/37] First implementation of 'arable land' --- src/ontology/edits/oeo-physical.omn | 129 ++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 57f1639a3..b915c3127 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -87,6 +87,9 @@ AnnotationProperty: skos:relatedMatch Datatype: rdf:PlainLiteral +Datatype: xsd:decimal + + Datatype: xsd:string @@ -695,6 +698,104 @@ ObjectProperty: OEO_00240025 ObjectProperty: owl:topObjectProperty +DataProperty: OEO_00140178 + + +Class: + + Annotations: + "Soil quality is a quality inherent in a bearer reflecting how well a soil, that is part of the bearer, performs the functions of maintaining biodiversity and productivity, partitioning water and solute flow, filtering and buffering, nutrient cycling, and providing support for plants and other structures."@en, + "Bodenqualität"@de, + "Definition partly adapted from https://en.wikipedia.org/wiki/Soil_quality", + rdfs:label "soil quality"@en + + EquivalentTo: + { , } + + SubClassOf: + , + OEO_00140002 some + + +Class: + + Annotations: + "Soil is a portion of matter which is primarily composed of minerals, varying proportions of sand, silt, and clay, organic material such as humus, interstitial gases, liquids, and a broad range of resident micro- and macroorganisms."@en, + "Boden"@de, + "Erde"@de, + "Definition partly adapted from https://ontobee.org/ontology/ENVO?iri=http://purl.obolibrary.org/obo/ENVO_00001998", + rdfs:label "soil"@en + + SubClassOf: + OEO_00000331, + OEO_00000530 some OEO_00030003, + some OEO_00010214, + some OEO_00240030 + + +Class: + + Annotations: + "Arable is a quality inhereing in a bearer by virtue of the bearer being periodically and mechanically manipulated to loosen and mix any soil which it has as a part."@en, + "landwirtschaftlich nutzbar"@de, + "Definition partly adapted from https://ontobee.org/ontology/ENVO?iri=http://purl.obolibrary.org/obo/ENVO_01001184", + rdfs:label "arable"@en + + SubClassOf: + + + +Class: + + Annotations: + "An arable land is a two-dimensional spatial region which is regularly manipulated by human activities, such as plowing or tilling, in order to grow crops."@en, + "Ackerland"@de, + "Definition partly adapted from https://ontobee.org/ontology/ENVO?iri=http://purl.obolibrary.org/obo/ENVO_01001177", + rdfs:label "arable land"@en + + SubClassOf: + , + some , + some + + +Class: + + Annotations: + "An arable land with high soil quality is an arable land having some soil as part that can be categorized as having high soil quality."@en, + "Ackerland mit hoher Bodenqualität"@de, + rdfs:label "arable land with high soil quality"@en + + SubClassOf: + , + value + + +Class: + + Annotations: + "An arable land with poor soil quality is an arable land having some soil as part that can be categorized as having poor soil quality."@en, + "Ackerland mit geringer Bodenqualität"@de, + rdfs:label "arable land with poor soil quality"@en + + SubClassOf: + , + value + + +Class: + + Annotations: + "A soil value is a quantity value categorizing the soil quality of arable land and is based on a field assessment framework which combines an assessment of soil type, soil condition (soil development) and the parent material of which the soil is composed."@en, + "Bodenwertzahl"@de, + "Definition partly adapted from https://en.wikipedia.org/wiki/Soil_value", + rdfs:label "soil value"@en + + SubClassOf: + OEO_00000350, + OEO_00140178 some xsd:decimal[>= 0 , <= 100] + + Class: @@ -15865,6 +15966,34 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1900", +Individual: + + Annotations: + "A high soil quality is a soil quality describing soils with a soil value between 55 and 75."@en, + "hohe Bodenqualität"@de, + rdfs:label "high soil quality"@en + + Types: + , + OEO_00140002 some + ( + and (OEO_00140178 some xsd:decimal[>= 55 , <= 75])) + + +Individual: + + Annotations: + "A poor soil quality is a soil quality describing soils with a soil value between 18 and 35."@en, + "geringe Bodenqualität"@de, + rdfs:label "poor soil quality"@en + + Types: + , + OEO_00140002 some + ( + and (OEO_00140178 some xsd:decimal[>= 18 , <= 35])) + + Individual: OEO_00000182 Annotations: From a901312b40dd386b5dd4d6d64a7148a7b8fde622 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 21 Feb 2025 13:12:53 +0100 Subject: [PATCH 26/37] 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 71c4e1cb0..40a18c6d8 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -4740,7 +4740,7 @@ Individual: OEO_00410015 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", - "A biosphere reserve is a protected area that has the biosphere reserve role."@en, + "A biosphere reserve is a protected area that has the biosphere reserve role, i.e. it is protected for conserving biodiversity, promoting sustainable development, and supporting research and education, within the UNESCO \"Man and the Biosphere\" (MAB) Programme."@en, "Biosphärenreservat"@de, rdfs:label "biosphere reserve"@en From b20452f241e0102610fcdf5a345cde063233b03d Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Sat, 22 Feb 2025 19:02:49 +0100 Subject: [PATCH 27/37] Improved definitions of individuals --- src/ontology/edits/oeo-model.omn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 40a18c6d8..6aed84506 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -4788,7 +4788,7 @@ Individual: OEO_00410018 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", - "A protected landscape area is a protected area that has the protected landscape area role."@en, + "A protected landscape area is a protected area that has the protected landscape area role, i.e. it is aimed at conserving and enhancing the natural and cultural landscape, while allowing for sustainable land use and recreational activities."@en, "Landschaftsschutzgebiet"@de, rdfs:label "protected landscape area"@en @@ -4834,7 +4834,7 @@ Individual: OEO_00410021 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", - "A water protection area is a protected area that has the water protection area role."@en, + "A water protection area is a protected area that has the water protection area role, i.e. it is aimed at safeguarding the quality and quantity of water resources, including surface water and groundwater."@en, "Wasserschutzgebiet"@de, rdfs:label "water protection area"@en @@ -4868,7 +4868,7 @@ Individual: OEO_00410023 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", - "A floodplain is a region of relevance that has the floodplain role."@en, + "A floodplain is a region of relevance that has the floodplain role, i.e. for areas between surface waters and dykes or high banks and other areas that are flooded or flowed through during flooding of a surface water body or that are used for flood relief or retention."@en, "Überschwemmungsgebiet"@de, rdfs:label "floodplain"@en @@ -4900,7 +4900,7 @@ Individual: OEO_00410025 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", - "A forest is a region of relevance that has the forest role."@en, + "A forest is a region of relevance that has the forest role, i.e. it is planted with forest plants as well as clear-cut or thinned ground areas, forest paths, forest division and safety strips, forest openings and clearings, forest meadows, game grazing areas, wood storage areas and other areas connected to and serving the forest."@en, "Wald"@de, rdfs:label "forest"@en From 903993cb3c64bb9e334fc69662478fc002ce60b8 Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Sun, 2 Mar 2025 14:03:43 +0100 Subject: [PATCH 28/37] 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 29/37] 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 30/37] 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 31/37] 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 32/37] 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 33/37] 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 From ad16db55a83b8ac9fb2676035fef17007c74cc9b Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Sun, 2 Mar 2025 18:03:50 +0100 Subject: [PATCH 34/37] Follow up to merge --- src/ontology/edits/oeo-model.omn | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index b9e432f8b..debe511e1 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -4750,22 +4750,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", OEO_00410017 -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, 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 - - Types: - OEO_00240022 - - Facts: - OEO_00410008 - - Individual: OEO_00410017 Annotations: From a1bfc314b2208af0ad82a71b93a477f19e88ed09 Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Sun, 2 Mar 2025 18:17:26 +0100 Subject: [PATCH 35/37] Made use of classes instead of individuals for regions of relevance implementations and their roles --- src/ontology/edits/oeo-model.omn | 319 +++++++++++++++---------------- 1 file changed, 157 insertions(+), 162 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index debe511e1..d7ad3e5a7 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -4005,6 +4005,23 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", +Class: OEO_00410015 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "A biosphere reserve is a protected area that has the biosphere reserve role, i.e. it is protected for conserving biodiversity, promoting sustainable development, and supporting research and education, within the UNESCO \"Man and the Biosphere\" (MAB) Programme."@en, + "Biosphärenreservat"@de, + rdfs:label "biosphere reserve"@en + + EquivalentTo: + OEO_00240022 + and ( some OEO_00410017) + + SubClassOf: + OEO_00240022 + + Class: OEO_00410016 Annotations: @@ -4022,6 +4039,146 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", OEO_00240022 +Class: OEO_00410017 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "A biosphere reserve role is a protected area role for areas, aimed at conserving biodiversity, promoting sustainable development, and supporting research and education, within the UNESCO \"Man and the Biosphere\" (MAB) Programme."@en, + "See German nature conservation law: § 25 BNatSchG: https://www.gesetze-im-internet.de/bnatschg_2009/__25.html", + rdfs:label "biosphere reserve role"@en + + SubClassOf: + OEO_00410013, + OEO_00000504 value OEO_00410014 + + +Class: OEO_00410018 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "A protected landscape area is a protected area that has the protected landscape area role, i.e. it is aimed at conserving and enhancing the natural and cultural landscape, while allowing for sustainable land use and recreational activities."@en, + "Landschaftsschutzgebiet"@de, + rdfs:label "protected landscape area"@en + + EquivalentTo: + OEO_00240022 + and ( some OEO_00410019) + + SubClassOf: + OEO_00240022 + + +Class: OEO_00410019 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "A protected landscape area role is a protected area role for areas, aimed at conserving and enhancing the natural and cultural landscape, while allowing for sustainable land use and recreational activities."@en, + "See German nature conservation law: § 26 BNatSchG: https://www.gesetze-im-internet.de/bnatschg_2009/__26.html", + rdfs:label "protected landscape area role"@en + + SubClassOf: + OEO_00410013, + OEO_00000504 value OEO_00410014 + + +Class: OEO_00410021 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "A water protection area is a protected area that has the water protection area role, i.e. it is aimed at safeguarding the quality and quantity of water resources, including surface water and groundwater."@en, + "Wasserschutzgebiet"@de, + rdfs:label "water protection area"@en + + EquivalentTo: + OEO_00240022 + and ( some OEO_00410022) + + SubClassOf: + OEO_00240022 + + +Class: OEO_00410022 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "A water protection area role is a protected area role for areas, aimed at safeguarding the quality and quantity of water resources, including surface water and groundwater."@en, + "See German water resources act: +§ 51 WHG: https://www.gesetze-im-internet.de/whg_2009/__51.html +§ 52 WHG: https://www.gesetze-im-internet.de/whg_2009/__52.html", + rdfs:label "water protection area role"@en + + SubClassOf: + OEO_00410013, + OEO_00000504 value OEO_00410020 + + +Class: OEO_00410023 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "A floodplain is a region of relevance that has the floodplain role, i.e. for areas between surface waters and dykes or high banks and other areas that are flooded or flowed through during flooding of a surface water body or that are used for flood relief or retention."@en, + "Überschwemmungsgebiet"@de, + rdfs:label "floodplain"@en + + EquivalentTo: + OEO_00360020 + and ( some OEO_00410024) + + SubClassOf: + OEO_00360020 + + +Class: OEO_00410024 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "A floodplain role is a role for areas between surface waters and dykes or high banks and other areas that are flooded or flowed through during flooding of a surface water body or that are used for flood relief or retention."@en, + "See German water resources act: § 76 WHG: https://www.gesetze-im-internet.de/whg_2009/__76.html", + rdfs:label "floodplain role"@en + + SubClassOf: + , + OEO_00000504 value OEO_00410020 + + +Class: OEO_00410025 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "A forest is a region of relevance that has the forest role, i.e. it is planted with forest plants as well as clear-cut or thinned ground areas, forest paths, forest division and safety strips, forest openings and clearings, forest meadows, game grazing areas, wood storage areas and other areas connected to and serving the forest."@en, + "Wald"@de, + rdfs:label "forest"@en + + EquivalentTo: + OEO_00360020 + and ( some OEO_00410026) + + SubClassOf: + OEO_00360020 + + +Class: OEO_00410026 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "A forest role is a role for areas planted with forest plants as well as clear-cut or thinned ground areas, forest paths, forest division and safety strips, forest openings and clearings, forest meadows, game grazing areas, wood storage areas and other areas connected to and serving the forest."@en, + "See German forest law: § 2 BWaldG: https://www.gesetze-im-internet.de/bwaldg/__2.html", + rdfs:label "forest role"@en + + SubClassOf: + , + OEO_00000504 value OEO_00410027 + + Individual: OEO_00000049 Annotations: @@ -4734,70 +4891,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1991", OEO_00410009 -Individual: OEO_00410015 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", - "A biosphere reserve is a protected area that has the biosphere reserve role, i.e. it is protected for conserving biodiversity, promoting sustainable development, and supporting research and education, within the UNESCO \"Man and the Biosphere\" (MAB) Programme."@en, - "Biosphärenreservat"@de, - rdfs:label "biosphere reserve"@en - - Types: - OEO_00240022 - - Facts: - OEO_00410017 - - -Individual: OEO_00410017 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", - "A biosphere reserve role is a protected area role for areas, aimed at conserving biodiversity, promoting sustainable development, and supporting research and education, within the UNESCO \"Man and the Biosphere\" (MAB) Programme."@en, - "See German nature conservation law: § 25 BNatSchG: https://www.gesetze-im-internet.de/bnatschg_2009/__25.html", - rdfs:label "biosphere reserve role"@en - - Types: - OEO_00410013 - - Facts: - OEO_00000504 OEO_00410014 - - -Individual: OEO_00410018 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", - "A protected landscape area is a protected area that has the protected landscape area role, i.e. it is aimed at conserving and enhancing the natural and cultural landscape, while allowing for sustainable land use and recreational activities."@en, - "Landschaftsschutzgebiet"@de, - rdfs:label "protected landscape area"@en - - Types: - OEO_00240022 - - Facts: - OEO_00410019 - - -Individual: OEO_00410019 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", - "A protected landscape area role is a protected area role for areas, aimed at conserving and enhancing the natural and cultural landscape, while allowing for sustainable land use and recreational activities."@en, - "See German nature conservation law: § 26 BNatSchG: https://www.gesetze-im-internet.de/bnatschg_2009/__26.html", - rdfs:label "protected landscape area role"@en - - Types: - OEO_00410013 - - Facts: - OEO_00000504 OEO_00410014 - - Individual: OEO_00410020 Annotations: @@ -4812,104 +4905,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", OEO_00410009 -Individual: OEO_00410021 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", - "A water protection area is a protected area that has the water protection area role, i.e. it is aimed at safeguarding the quality and quantity of water resources, including surface water and groundwater."@en, - "Wasserschutzgebiet"@de, - rdfs:label "water protection area"@en - - Types: - OEO_00240022 - - Facts: - OEO_00410022 - - -Individual: OEO_00410022 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", - "A water protection area role is a protected area role for areas, aimed at safeguarding the quality and quantity of water resources, including surface water and groundwater."@en, - "See German water resources act: -§ 51 WHG: https://www.gesetze-im-internet.de/whg_2009/__51.html -§ 52 WHG: https://www.gesetze-im-internet.de/whg_2009/__52.html", - rdfs:label "water protection area role"@en - - Types: - OEO_00410013 - - Facts: - OEO_00000504 OEO_00410020 - - -Individual: OEO_00410023 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", - "A floodplain is a region of relevance that has the floodplain role, i.e. for areas between surface waters and dykes or high banks and other areas that are flooded or flowed through during flooding of a surface water body or that are used for flood relief or retention."@en, - "Überschwemmungsgebiet"@de, - rdfs:label "floodplain"@en - - Types: - OEO_00360020 - - Facts: - OEO_00410024 - - -Individual: OEO_00410024 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", - "A floodplain role is a role for areas between surface waters and dykes or high banks and other areas that are flooded or flowed through during flooding of a surface water body or that are used for flood relief or retention."@en, - "See German water resources act: § 76 WHG: https://www.gesetze-im-internet.de/whg_2009/__76.html", - rdfs:label "floodplain role"@en - - Types: - - - Facts: - OEO_00000504 OEO_00410020 - - -Individual: OEO_00410025 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", - "A forest is a region of relevance that has the forest role, i.e. it is planted with forest plants as well as clear-cut or thinned ground areas, forest paths, forest division and safety strips, forest openings and clearings, forest meadows, game grazing areas, wood storage areas and other areas connected to and serving the forest."@en, - "Wald"@de, - rdfs:label "forest"@en - - Types: - OEO_00360020 - - Facts: - OEO_00410026 - - -Individual: OEO_00410026 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", - "A forest role is a role for areas planted with forest plants as well as clear-cut or thinned ground areas, forest paths, forest division and safety strips, forest openings and clearings, forest meadows, game grazing areas, wood storage areas and other areas connected to and serving the forest."@en, - "See German forest law: § 2 BWaldG: https://www.gesetze-im-internet.de/bwaldg/__2.html", - rdfs:label "forest role"@en - - Types: - - - Facts: - OEO_00000504 OEO_00410027 - - Individual: OEO_00410027 Annotations: From 3cdc571ae03412d542becef80a384bb6f9a411ed Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Sun, 2 Mar 2025 20:08:04 +0100 Subject: [PATCH 36/37] Changed implementation of arable land classes --- src/ontology/edits/oeo-model.omn | 89 ++++++++++++++++++++ src/ontology/edits/oeo-physical.omn | 123 ---------------------------- 2 files changed, 89 insertions(+), 123 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index d7ad3e5a7..b108c2867 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -4179,6 +4179,95 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", OEO_00000504 value OEO_00410027 +Class: OEO_00410031 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "A soil quality role is a role inherent in a region of relevance reflecting how well a soil, that is part of the bearer, performs the functions of maintaining biodiversity and productivity, partitioning water and solute flow, filtering and buffering, nutrient cycling, and providing support for plants and other structures."@en, + "Definition partly adapted from https://en.wikipedia.org/wiki/Soil_quality", + rdfs:label "soil quality role"@en + + SubClassOf: + + + +Class: OEO_00410032 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "A high soil quality role is a soil quality role inherent in a region of relevance reflecting that the soil, that is part of the bearer, has a high soil quality."@en, + rdfs:label "high soil quality role"@en + + SubClassOf: + OEO_00410031 + + +Class: OEO_00410033 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "A poor soil quality role is a soil quality role inherent in a region of relevance reflecting that the soil, that is part of the bearer, has a poor soil quality."@en, + rdfs:label "poor soil quality role"@en + + SubClassOf: + OEO_00410031 + + +Class: OEO_00410036 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "An arable land is a region of relevance which is regularly manipulated by human activities, such as plowing or tilling, in order to grow crops."@en, + "Ackerland"@de, + "Definition partly adapted from https://ontobee.org/ontology/ENVO?iri=http://purl.obolibrary.org/obo/ENVO_01001177", + rdfs:label "arable land"@en + + EquivalentTo: + OEO_00360020 + and ( some OEO_00410031) + + SubClassOf: + OEO_00360020 + + +Class: OEO_00410037 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "An arable land with high soil quality is an arable land having some soil as part that can be categorized as having high soil quality."@en, + "Ackerland mit hoher Bodenqualität"@de, + rdfs:label "arable land with high soil quality"@en + + EquivalentTo: + OEO_00410036 + and ( some OEO_00410032) + + SubClassOf: + OEO_00410036 + + +Class: OEO_00410038 + + Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1962 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2006", + "An arable land with poor soil quality is an arable land having some soil as part that can be categorized as having poor soil quality."@en, + "Ackerland mit geringer Bodenqualität"@de, + rdfs:label "arable land with poor soil quality"@en + + EquivalentTo: + OEO_00410036 + and ( some OEO_00410033) + + SubClassOf: + OEO_00410036 + + Individual: OEO_00000049 Annotations: diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index b915c3127..dd415c00f 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -701,101 +701,6 @@ ObjectProperty: owl:topObjectProperty DataProperty: OEO_00140178 -Class: - - Annotations: - "Soil quality is a quality inherent in a bearer reflecting how well a soil, that is part of the bearer, performs the functions of maintaining biodiversity and productivity, partitioning water and solute flow, filtering and buffering, nutrient cycling, and providing support for plants and other structures."@en, - "Bodenqualität"@de, - "Definition partly adapted from https://en.wikipedia.org/wiki/Soil_quality", - rdfs:label "soil quality"@en - - EquivalentTo: - { , } - - SubClassOf: - , - OEO_00140002 some - - -Class: - - Annotations: - "Soil is a portion of matter which is primarily composed of minerals, varying proportions of sand, silt, and clay, organic material such as humus, interstitial gases, liquids, and a broad range of resident micro- and macroorganisms."@en, - "Boden"@de, - "Erde"@de, - "Definition partly adapted from https://ontobee.org/ontology/ENVO?iri=http://purl.obolibrary.org/obo/ENVO_00001998", - rdfs:label "soil"@en - - SubClassOf: - OEO_00000331, - OEO_00000530 some OEO_00030003, - some OEO_00010214, - some OEO_00240030 - - -Class: - - Annotations: - "Arable is a quality inhereing in a bearer by virtue of the bearer being periodically and mechanically manipulated to loosen and mix any soil which it has as a part."@en, - "landwirtschaftlich nutzbar"@de, - "Definition partly adapted from https://ontobee.org/ontology/ENVO?iri=http://purl.obolibrary.org/obo/ENVO_01001184", - rdfs:label "arable"@en - - SubClassOf: - - - -Class: - - Annotations: - "An arable land is a two-dimensional spatial region which is regularly manipulated by human activities, such as plowing or tilling, in order to grow crops."@en, - "Ackerland"@de, - "Definition partly adapted from https://ontobee.org/ontology/ENVO?iri=http://purl.obolibrary.org/obo/ENVO_01001177", - rdfs:label "arable land"@en - - SubClassOf: - , - some , - some - - -Class: - - Annotations: - "An arable land with high soil quality is an arable land having some soil as part that can be categorized as having high soil quality."@en, - "Ackerland mit hoher Bodenqualität"@de, - rdfs:label "arable land with high soil quality"@en - - SubClassOf: - , - value - - -Class: - - Annotations: - "An arable land with poor soil quality is an arable land having some soil as part that can be categorized as having poor soil quality."@en, - "Ackerland mit geringer Bodenqualität"@de, - rdfs:label "arable land with poor soil quality"@en - - SubClassOf: - , - value - - -Class: - - Annotations: - "A soil value is a quantity value categorizing the soil quality of arable land and is based on a field assessment framework which combines an assessment of soil type, soil condition (soil development) and the parent material of which the soil is composed."@en, - "Bodenwertzahl"@de, - "Definition partly adapted from https://en.wikipedia.org/wiki/Soil_value", - rdfs:label "soil value"@en - - SubClassOf: - OEO_00000350, - OEO_00140178 some xsd:decimal[>= 0 , <= 100] - - Class: @@ -15966,34 +15871,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1900", -Individual: - - Annotations: - "A high soil quality is a soil quality describing soils with a soil value between 55 and 75."@en, - "hohe Bodenqualität"@de, - rdfs:label "high soil quality"@en - - Types: - , - OEO_00140002 some - ( - and (OEO_00140178 some xsd:decimal[>= 55 , <= 75])) - - -Individual: - - Annotations: - "A poor soil quality is a soil quality describing soils with a soil value between 18 and 35."@en, - "geringe Bodenqualität"@de, - rdfs:label "poor soil quality"@en - - Types: - , - OEO_00140002 some - ( - and (OEO_00140178 some xsd:decimal[>= 18 , <= 35])) - - Individual: OEO_00000182 Annotations: From dcfc322862e59d30790c5d6a4247aeaa651ea46a Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Sun, 2 Mar 2025 20:08:13 +0100 Subject: [PATCH 37/37] Added changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e58d06b5f..b75e27525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - conceptual model (#1976) - imports from stato: cutoff, lower confdence limit, upper confdence limit, statistic, measure of dispersion, confidence interval (#2002) - model uncertainty location (#1990) +- arable land, arable land with poor soil quality, arable land with high soil quality (#2006) +- soil quality role, high soil quality role, poor soil quality role (#2006) ### Changed - technical model implementation, conceptual model, model system boundary, input data/exogenous data, output data (#1990)