Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added area classification concepts from regional planning #1766 #1791

Merged
merged 13 commits into from
Jan 14, 2024
Merged
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/

### Added
- economic instrument, voluntary agreement, voluntary agreement instrument, regulatory instrument, information instrument, education instrument (#1786)
- priority region role, priority region, conditionally reserved region role, conditionally reserved region, suitable region role, suitable region, priority region with effect of suitable region, spatial planning policy (#1791)

### Changed
- energy transfer function, energy transformation function and subclasses (#1785)
- effort sharing, feed-in tariff, levy, market premium (#1786)
- policy instrument (#1791)
- region of relevance (#1791)

### Removed

Expand Down
120 changes: 118 additions & 2 deletions src/ontology/edits/oeo-model.omn
Original file line number Diff line number Diff line change
Expand Up @@ -3079,9 +3079,13 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1711",
Class: OEO_00360020

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A region of relevance is a spatial region that is used in a study or analysis."@en,
<http://purl.obolibrary.org/obo/IAO_0000115> "A region of relevance is a spatial region that is used in a study or analysis, or is part of spatial planning."@en,
viktorwichern marked this conversation as resolved.
Show resolved Hide resolved
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1745
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1749",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1749

updated definition
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791",
rdfs:label "region of relevance"@en

SubClassOf:
Expand Down Expand Up @@ -3152,6 +3156,118 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1749",
OEO_00010121 some OEO_00020033


Class: OEO_00360026

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "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,
<http://purl.obolibrary.org/obo/IAO_0000119> "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791",
rdfs:label "priority region role"@en

SubClassOf:
<http://purl.obolibrary.org/obo/BFO_0000023>


Class: OEO_00360027

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "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.",
<http://purl.obolibrary.org/obo/IAO_0000119> "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791",
rdfs:label "conditionally reserved region role"@en

SubClassOf:
<http://purl.obolibrary.org/obo/BFO_0000023>


Class: OEO_00360028

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "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,
<http://purl.obolibrary.org/obo/IAO_0000119> "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791",
rdfs:label "suitable region role"@en

SubClassOf:
<http://purl.obolibrary.org/obo/BFO_0000023>


Class: OEO_00360029

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A priority region is a region of relevance that has the priority region role."@en,
<http://purl.obolibrary.org/obo/IAO_0000118> "Vorranggebiet"@de,
<http://purl.obolibrary.org/obo/IAO_0000119> "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791",
rdfs:label "priority region"@en

EquivalentTo:
OEO_00360020
and (<http://purl.obolibrary.org/obo/RO_0000087> some OEO_00360026)

SubClassOf:
OEO_00360020


Class: OEO_00360030

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A conditionally reserved region is a region of relevance that has the conditionally reserved region role."@en,
<http://purl.obolibrary.org/obo/IAO_0000118> "Vorbehaltsgebiet"@de,
<http://purl.obolibrary.org/obo/IAO_0000119> "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791",
rdfs:label "conditionally reserved region"@en

EquivalentTo:
OEO_00360020
and (<http://purl.obolibrary.org/obo/RO_0000087> some OEO_00360027)

SubClassOf:
OEO_00360020


Class: OEO_00360031

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A suitable region is a region of relevance that has the suitable region role."@en,
<http://purl.obolibrary.org/obo/IAO_0000118> "Eignungsgebiet"@de,
<http://purl.obolibrary.org/obo/IAO_0000119> "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791",
rdfs:label "suitable region"@en

EquivalentTo:
OEO_00360020
and (<http://purl.obolibrary.org/obo/RO_0000087> some OEO_00360028)

SubClassOf:
OEO_00360020


Class: OEO_00360032

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "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,
<http://purl.obolibrary.org/obo/IAO_0000118> "Vorranggebiet mit der Wirkung eines Eignungsgebiets"@de,
<http://purl.obolibrary.org/obo/IAO_0000119> "See German spatial planning law: §7 Absatz 3 ROG: https://www.gesetze-im-internet.de/rog_2008/__7.html",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791",
rdfs:label "priority region with effect of suitable region"@en

EquivalentTo:
OEO_00360020
and (<http://purl.obolibrary.org/obo/RO_0000087> some OEO_00360026)
and (<http://purl.obolibrary.org/obo/RO_0000087> some OEO_00360028)

SubClassOf:
OEO_00360020


Individual: OEO_00000049

Annotations:
Expand Down
20 changes: 18 additions & 2 deletions src/ontology/edits/oeo-social.omn
Original file line number Diff line number Diff line change
Expand Up @@ -2068,7 +2068,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1778",
Class: OEO_00140151

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A policy instrument is a plan specification of an organisation (e.g. a government) that promotes transformative measures.",
<http://purl.obolibrary.org/obo/IAO_0000115> "A policy instrument is an action specification of an organisation (e.g. a government) that promotes transformative measures."@en,
<http://purl.obolibrary.org/obo/IAO_0000118> "policies and measures",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/444
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/797
Expand All @@ -2087,7 +2087,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652

reclassify
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1684
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1778",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1778

update definition
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791",
rdfs:label "policy instrument"@en

SubClassOf:
Expand Down Expand Up @@ -2345,6 +2349,18 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1748",
<http://purl.obolibrary.org/obo/BFO_0000141>


Class: OEO_00360033

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "Spatial planning policy is a policy of a German federal state that designates portions of a spatial region to purposes like settlement, infrastructur and sustainability."@en,
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1766
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1791",
rdfs:label "spatial planning policy"@en

SubClassOf:
OEO_00140150


Individual: OEO_00010122

Annotations:
Expand Down
Loading