From 9d1fee935a73c8f939a0de3fec2a20acb46ae665 Mon Sep 17 00:00:00 2001 From: madbkr Date: Fri, 13 Dec 2024 12:21:30 +0100 Subject: [PATCH 1/4] Add alt label and change tasks label --- src/ontology/edits/oeo-physical.omn | 7 ++++++- src/ontology/edits/oeo-tasks.omn | 10 +++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 00b7808ce..8fb5ac67b 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -13275,9 +13275,14 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1146 make subclass of 'utilisation value': issue: https://github.com/OpenEnergyPlatform/ontology/issues/1377 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1435", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1435 + +add alt label: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/++++", "A net capacity factor is a utilisation value that is calculated by dividing the net electricity generation over a given time step by the declared net capacity times the length of this time step."@en, "A net capacity factor is typically calculated for a year but other time steps (e.g. month or day) are possible."@en, + "CF"@en, "Nettojahresnutzungsgrad"@de, "Nettokapazitätsfaktor"@de, "capacity factor"@en, diff --git a/src/ontology/edits/oeo-tasks.omn b/src/ontology/edits/oeo-tasks.omn index cd154ca02..91691dfc6 100644 --- a/src/ontology/edits/oeo-tasks.omn +++ b/src/ontology/edits/oeo-tasks.omn @@ -667,9 +667,13 @@ Class: OEO_00390059 Annotations: OEO_00020426 "Add: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1891 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1940", - "Apply constraints for assessment of potential is an action specification that describes the process of integrating non-technical factors, such as social acceptance, land use regulations, or market conditions, into the potential assessment.", - rdfs:label "apply constraints for assessment of potential"@en +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1940 + +Change label: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/++++", + "Apply socio-economic constraints for assessment of potential is an action specification that describes the process of integrating non-technical factors, such as social acceptance, land use regulations, or market conditions, into the potential assessment.", + rdfs:label "apply socio-economic constraints for assessment of potential"@en SubClassOf: OEO_00390058 From 51a2191379d128fb52a077c146cbcd46ee0918ac Mon Sep 17 00:00:00 2001 From: madbkr Date: Fri, 13 Dec 2024 12:29:36 +0100 Subject: [PATCH 2/4] Add term tracker and changelog --- CHANGELOG.md | 11 +++++++++++ src/ontology/edits/oeo-physical.omn | 2 +- src/ontology/edits/oeo-tasks.omn | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c82ad4987..13438e1b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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 +-CF alternative label/ net capacity factor (#1995) + +### Changed +- apply socio-economic constraints for assessment of potential (#1995) + +### Removed + + ## [2.6.0] - 2024-12-06 ### Added - has aggregation type, has time stamp alignment (#1944) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 8fb5ac67b..47f8d8e4b 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -13279,7 +13279,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1435 add alt label: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/++++", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1995", "A net capacity factor is a utilisation value that is calculated by dividing the net electricity generation over a given time step by the declared net capacity times the length of this time step."@en, "A net capacity factor is typically calculated for a year but other time steps (e.g. month or day) are possible."@en, "CF"@en, diff --git a/src/ontology/edits/oeo-tasks.omn b/src/ontology/edits/oeo-tasks.omn index 91691dfc6..3907a06f2 100644 --- a/src/ontology/edits/oeo-tasks.omn +++ b/src/ontology/edits/oeo-tasks.omn @@ -671,7 +671,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1940 Change label: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/++++", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1995", "Apply socio-economic constraints for assessment of potential is an action specification that describes the process of integrating non-technical factors, such as social acceptance, land use regulations, or market conditions, into the potential assessment.", rdfs:label "apply socio-economic constraints for assessment of potential"@en From 62f8a548b69294277e666bcd81d30bb65cabaf18 Mon Sep 17 00:00:00 2001 From: madbkr <92733183+madbkr@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:56:40 +0100 Subject: [PATCH 3/4] Update CHANGELOG.md Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13438e1b4..f2108d1b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,6 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ## [2.X.X] - 20XX-XX-XX ### Added --CF alternative label/ net capacity factor (#1995) ### Changed - apply socio-economic constraints for assessment of potential (#1995) From 3add7d1cb2735ff3e699455f65e3858e34abe49b Mon Sep 17 00:00:00 2001 From: madbkr <92733183+madbkr@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:56:53 +0100 Subject: [PATCH 4/4] Update CHANGELOG.md Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2108d1b4..f52f9a725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ### Changed - apply socio-economic constraints for assessment of potential (#1995) +- net capacity factor (#1995) ### Removed