From 252f927573d04b40014bd97ccae53c6d835c8c94 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 24 Nov 2024 10:34:26 +0100 Subject: [PATCH 001/150] Add conceptual model --- src/ontology/edits/oeo-model.omn | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index e2fa16c9a..a152af7ea 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3811,6 +3811,17 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1945", +Class: OEO_00400040 + + Annotations: + "A conceptual model is a model that specifies variables and relationships within a system boundary.", + "https://www.researchgate.net/publication/264816512_Classifying_and_communicating_uncertainties_in_model-based_policy_analysis", + rdfs:label "conceptual model"@de + + SubClassOf: + OEO_00020352 + + Individual: OEO_00000049 Annotations: From b4df9834986777e4b8cc99414c73287120e9f828 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 24 Nov 2024 10:37:03 +0100 Subject: [PATCH 002/150] Fix language tag --- 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 a152af7ea..40f910abd 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3816,7 +3816,7 @@ Class: OEO_00400040 Annotations: "A conceptual model is a model that specifies variables and relationships within a system boundary.", "https://www.researchgate.net/publication/264816512_Classifying_and_communicating_uncertainties_in_model-based_policy_analysis", - rdfs:label "conceptual model"@de + rdfs:label "conceptual model"@en SubClassOf: OEO_00020352 From f98fda5abe41bcde1d06cd4832fd86a89bec831e Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 24 Nov 2024 10:41:15 +0100 Subject: [PATCH 003/150] add term tracker --- src/ontology/edits/oeo-model.omn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 40f910abd..5b32f2ce5 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3816,6 +3816,8 @@ Class: OEO_00400040 Annotations: "A conceptual model is a model that specifies variables and relationships within a system boundary.", "https://www.researchgate.net/publication/264816512_Classifying_and_communicating_uncertainties_in_model-based_policy_analysis", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1952 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1976", rdfs:label "conceptual model"@en SubClassOf: From 063f4d2520eed33321a1acdc859d5929b6302a2a Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 24 Nov 2024 10:43:13 +0100 Subject: [PATCH 004/150] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6316aa12..64f57fd27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - uncertainty of a model, nature of uncertainty, level of uncertainty, location of uncertainty role, ambiguous uncertainty, epistemological uncertainty, ontological uncertainty, shallow uncertainty, medium uncertainty, deep uncertainty, recognised ignorance, has uncertainty nature, has uncertainty location, has uncertainty level (#1829) - feasible potential determination process, techno-economic potential determination process, wind characteristics determination process, wind farm area determination process, wind potential determination process (#1940, #1966) - feasible potential determination method, techno-economic potential determination method, wind characteristics determination method, wind farm area determination method, wind potential determination method (#1940, #1966) +- conceptual model (#1952) ### Changed - gams -> General Algebraic Modeling System (#1889) From af24c099e540d4f3c6149b7e5ea6394d17a56191 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:17:00 +0100 Subject: [PATCH 005/150] Update CHANGELOG.md Co-authored-by: madbkr <92733183+madbkr@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f57fd27..ebc96ec22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - uncertainty of a model, nature of uncertainty, level of uncertainty, location of uncertainty role, ambiguous uncertainty, epistemological uncertainty, ontological uncertainty, shallow uncertainty, medium uncertainty, deep uncertainty, recognised ignorance, has uncertainty nature, has uncertainty location, has uncertainty level (#1829) - feasible potential determination process, techno-economic potential determination process, wind characteristics determination process, wind farm area determination process, wind potential determination process (#1940, #1966) - feasible potential determination method, techno-economic potential determination method, wind characteristics determination method, wind farm area determination method, wind potential determination method (#1940, #1966) -- conceptual model (#1952) +- conceptual model (#1976) ### Changed - gams -> General Algebraic Modeling System (#1889) From 576e016dd872a3e203ab092df58f7e504262aa45 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:18:34 +0100 Subject: [PATCH 006/150] Update CHANGELOG.md Co-authored-by: madbkr <92733183+madbkr@users.noreply.github.com> From 40d0412c8b06ee64441cb25776b90dbe3390448b Mon Sep 17 00:00:00 2001 From: LillyG Date: Wed, 4 Dec 2024 17:06:33 +0100 Subject: [PATCH 007/150] Move conceptual model --- src/ontology/edits/oeo-model.omn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 5b32f2ce5..a228a8e20 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3821,7 +3821,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1976", rdfs:label "conceptual model"@en SubClassOf: - OEO_00020352 + , + some OEO_00020353 Individual: OEO_00000049 From d2173f5078358d5ad9c8064064fa73ff01d867fa Mon Sep 17 00:00:00 2001 From: LillyG Date: Sat, 7 Dec 2024 14:17:05 +0100 Subject: [PATCH 008/150] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c82ad4987..ed7ffe701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - model system boundary (#1977) - technical model implementation(#1978) - gaseous (#1980) +- conceptual model (#1976) ### Changed - energy amount value / energy value (#1941) From cabe4e91697ea7c1d9cf80da234c577f475cc0dd Mon Sep 17 00:00:00 2001 From: LillyG Date: Sat, 7 Dec 2024 14:43:02 +0100 Subject: [PATCH 009/150] Add `model uncertainty location` --- src/ontology/edits/oeo-model.omn | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index db9156e03..3fcbbb3f7 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3839,6 +3839,19 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1978", +Class: OEO_00400043 + + Annotations: + "A model uncertainty location is a continuant that has the location of model uncertainty role.", + rdfs:label "model uncertainty location"@en + + EquivalentTo: + some OEO_00400022 + + SubClassOf: + + + Individual: OEO_00000049 Annotations: From ab6a5165ffd659338f07b2a9d6c98e42c2273a71 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sat, 7 Dec 2024 14:48:04 +0100 Subject: [PATCH 010/150] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c82ad4987..1136a88ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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] - + +### Added +- model uncertainty location (#1990) + ## [2.6.0] - 2024-12-06 ### Added - has aggregation type, has time stamp alignment (#1944) @@ -21,6 +26,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - model system boundary (#1977) - technical model implementation(#1978) - gaseous (#1980) +- model uncertainty location (#) ### Changed - energy amount value / energy value (#1941) From 443fbd26e8c487a60cc42c837cbc120ffad69bcb Mon Sep 17 00:00:00 2001 From: LillyG Date: Sat, 7 Dec 2024 14:49:40 +0100 Subject: [PATCH 011/150] Add term tracker --- src/ontology/edits/oeo-model.omn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 3fcbbb3f7..f06ff3f9e 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3843,6 +3843,8 @@ Class: OEO_00400043 Annotations: "A model uncertainty location is a continuant that has the location of model uncertainty role.", + "issue:https://github.com/OpenEnergyPlatform/ontology/issues/1829 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1990", rdfs:label "model uncertainty location"@en EquivalentTo: From 78a6051f44ccf538781bafe90c5d742aa977af98 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sat, 7 Dec 2024 14:52:26 +0100 Subject: [PATCH 012/150] Fix CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed7ffe701..fd38bd8fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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] - +### Added +- conceptual model (#1976) + ## [2.6.0] - 2024-12-06 ### Added - has aggregation type, has time stamp alignment (#1944) @@ -21,7 +25,6 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - model system boundary (#1977) - technical model implementation(#1978) - gaseous (#1980) -- conceptual model (#1976) ### Changed - energy amount value / energy value (#1941) From 17726926da3bc77eb7cc06aea9771158feef4cc5 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:00:56 +0100 Subject: [PATCH 013/150] 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 08192eb9e..c66e1268e 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3815,7 +3815,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1945", Class: OEO_00400040 Annotations: - "A conceptual model is a model that specifies variables and relationships within a system boundary.", + "A conceptual model is an information content entity that specifies variables and relationships within a system boundary.", "https://www.researchgate.net/publication/264816512_Classifying_and_communicating_uncertainties_in_model-based_policy_analysis", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1952 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1976", From 095084a989f4d4b2614fb20b69bca20033810e20 Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Tue, 10 Dec 2024 19:51:53 +0100 Subject: [PATCH 014/150] Fixed dependency issues, release overwriting and wrong artifact structure --- .github/workflows/PostReleaseScripts.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/PostReleaseScripts.yml b/.github/workflows/PostReleaseScripts.yml index d991790fb..469cb9dc5 100644 --- a/.github/workflows/PostReleaseScripts.yml +++ b/.github/workflows/PostReleaseScripts.yml @@ -104,11 +104,13 @@ jobs: attachArtifactsToRelease: runs-on: ubuntu-latest + # these jobs have to finish so that the existing-terms-and-definitions and build-files exist + needs: [exportTermsDefinitions, buildOntologyFullAndClosure] steps: - uses: actions/download-artifact@v4 with: name: build-files - path: build/oeo + path: build - name: Zip build files again for usage as release artifact run: | cd build @@ -128,5 +130,11 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.event.release.tag_name }} + # allowing the action to update the release as it is already created allowUpdates: true + # omitting the release name, body, draft state and prerelease state so they won't be updated by attaching the artifacts + omitNameDuringUpdate: true + omitBodyDuringUpdate: true + omitDraftDuringUpdate: true + omitPrereleaseDuringUpdate: true artifacts: "${{ github.workspace }}/build-files.zip,${{ github.workspace }}/existing-terms-and-definitions.zip" \ No newline at end of file From 9447c97a98d480ac45453668a118995c46003a4a Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Tue, 10 Dec 2024 20:22:27 +0100 Subject: [PATCH 015/150] Stop setting the release as latest --- .github/workflows/PostReleaseScripts.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/PostReleaseScripts.yml b/.github/workflows/PostReleaseScripts.yml index 469cb9dc5..87af178c6 100644 --- a/.github/workflows/PostReleaseScripts.yml +++ b/.github/workflows/PostReleaseScripts.yml @@ -137,4 +137,8 @@ jobs: omitBodyDuringUpdate: true omitDraftDuringUpdate: true omitPrereleaseDuringUpdate: true + # The default behavior of this action is to determine the release by the version number. + # We don't want this behavior, as releases created as draft or pre-release won't be updated in that regard and therefore result in + # unconsistent behavior when creating normal releases vs. draft or pre-releases. + makeLatest: false artifacts: "${{ github.workspace }}/build-files.zip,${{ github.workspace }}/existing-terms-and-definitions.zip" \ No newline at end of file From d2197cab7cc7fc8a0eb774e18f1b48f5b8801849 Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Tue, 10 Dec 2024 20:33:56 +0100 Subject: [PATCH 016/150] British english in comments --- .github/workflows/PostReleaseScripts.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/PostReleaseScripts.yml b/.github/workflows/PostReleaseScripts.yml index 87af178c6..313f250b8 100644 --- a/.github/workflows/PostReleaseScripts.yml +++ b/.github/workflows/PostReleaseScripts.yml @@ -137,8 +137,8 @@ jobs: omitBodyDuringUpdate: true omitDraftDuringUpdate: true omitPrereleaseDuringUpdate: true - # The default behavior of this action is to determine the release by the version number. - # We don't want this behavior, as releases created as draft or pre-release won't be updated in that regard and therefore result in - # unconsistent behavior when creating normal releases vs. draft or pre-releases. + # The default behaviour of this action is to determine the release by the version number. + # We don't want this behaviour, as releases created as draft or pre-release won't be updated in that regard and therefore result in + # unconsistent behaviour when creating normal releases vs. draft or pre-releases. makeLatest: false artifacts: "${{ github.workspace }}/build-files.zip,${{ github.workspace }}/existing-terms-and-definitions.zip" \ No newline at end of file From 9d1fee935a73c8f939a0de3fec2a20acb46ae665 Mon Sep 17 00:00:00 2001 From: madbkr Date: Fri, 13 Dec 2024 12:21:30 +0100 Subject: [PATCH 017/150] 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 018/150] 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 2959016f6255e31358c719d83d5961f6e8a05eeb Mon Sep 17 00:00:00 2001 From: LillyG Date: Sat, 14 Dec 2024 12:07:14 +0100 Subject: [PATCH 019/150] Fix axiom of uncertainty location --- src/ontology/edits/oeo-model.omn | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index b4e9490dc..48948666f 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3811,7 +3811,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1945", - Class: OEO_00400040 Annotations: @@ -3822,11 +3821,10 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1976", rdfs:label "conceptual model"@en SubClassOf: - , some OEO_00020353 - - + + Class: OEO_00400041 Annotations: @@ -3853,7 +3851,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1978", SubClassOf: - Class: OEO_00400043 @@ -3865,7 +3862,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1990", rdfs:label "model uncertainty location"@en EquivalentTo: - some OEO_00400022 + + and ( some OEO_00400022) SubClassOf: From 44060136010d4aa9f795b86cb85be0f9136a4ae5 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sat, 14 Dec 2024 12:11:52 +0100 Subject: [PATCH 020/150] Add axiom 'has role' some 'location of model uncertainty role' --- src/ontology/edits/oeo-model.omn | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 48948666f..46a19f43d 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -1946,7 +1946,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1113", rdfs:label "output data"@en SubClassOf: - OEO_00030030 + OEO_00030030, + some OEO_00400022 Class: OEO_00020015 @@ -3035,7 +3036,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", SubClassOf: , - some OEO_00000350 + some OEO_00000350, + some OEO_00400022 Class: OEO_00030030 @@ -3822,7 +3824,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1976", SubClassOf: , - some OEO_00020353 + some OEO_00020353, + some OEO_00400022 Class: OEO_00400041 @@ -3836,7 +3839,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1977", SubClassOf: , - some OEO_00000274 + some OEO_00000274, + some OEO_00400022 Class: OEO_00400042 @@ -3850,7 +3854,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1978", rdfs:label "technical model implementation"@en SubClassOf: - + , + some OEO_00400022 Class: OEO_00400043 From f0b31344dae02631e83ae3e23e8a335e656d2f61 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sat, 14 Dec 2024 12:19:35 +0100 Subject: [PATCH 021/150] Add term trackers --- src/ontology/edits/oeo-model.omn | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 46a19f43d..92006ac87 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -1940,7 +1940,11 @@ Class: OEO_00020013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/536 add alternative term -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1113", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1113 + +Add 'model uncertainty location axiom' +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1829 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1990", "Output data is endogenous data that is determined by a model calculation and presented as a result.", "modelling results", rdfs:label "output data"@en @@ -3025,7 +3029,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1216 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 + +Add 'model uncertainty location axiom' +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1829 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1990", "Exogenous data is a data item whose quantity value is determined outside of a model and is imposed on a model.", "input data", rdfs:label "exogenous data"@en @@ -3819,7 +3827,11 @@ Class: OEO_00400040 "A conceptual model is an information content entity that specifies variables and relationships within a system boundary.", "https://www.researchgate.net/publication/264816512_Classifying_and_communicating_uncertainties_in_model-based_policy_analysis", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1952 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1976", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1976 + +Add 'model uncertainty location axiom' +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1829 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1990", rdfs:label "conceptual model"@en SubClassOf: @@ -3834,7 +3846,11 @@ Class: OEO_00400041 "A model system boundary is a generically dependent continuant that is part of a model and separates aspects of the real world included in the model from those that are not.", "https://www.researchgate.net/publication/264816512_Classifying_and_communicating_uncertainties_in_model-based_policy_analysis", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1951 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1977", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1977 + +Add 'model uncertainty location axiom' +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1829 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1990", rdfs:label "model system boundary"@en SubClassOf: @@ -3850,7 +3866,11 @@ Class: OEO_00400042 "model code", "https://www.researchgate.net/publication/264816512_Classifying_and_communicating_uncertainties_in_model-based_policy_analysis", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1953 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1978", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1978 + +Add 'model uncertainty location axiom' +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1829 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1990", rdfs:label "technical model implementation"@en SubClassOf: From 7b2208fc57a7e0d2d39e7b8447a8d452221d03dc Mon Sep 17 00:00:00 2001 From: LillyG Date: Sat, 14 Dec 2024 12:33:30 +0100 Subject: [PATCH 022/150] Move cost(+subclasses) to process attribute --- src/ontology/edits/oeo-social.omn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 1a82d149a..a18e1f112 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -1807,6 +1807,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/370", OEO_00030016 +Class: OEO_00030019 + + Class: OEO_00030022 SubClassOf: @@ -1992,7 +1995,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1931", rdfs:label "cost"@en SubClassOf: - OEO_00000350, + OEO_00030019, OEO_00040010 some OEO_00040004 From 04ca8fd148990bdd2a043b593b0e28a83d0cba81 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sat, 14 Dec 2024 12:37:42 +0100 Subject: [PATCH 023/150] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd38bd8fe..a555efb75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ### Added - conceptual model (#1976) +### Changed +- restructure cost and its subclasses (#1999) + ## [2.6.0] - 2024-12-06 ### Added - has aggregation type, has time stamp alignment (#1944) From e4e4cfe808e432bdaa7c5bd0e86c12ce230fc5be Mon Sep 17 00:00:00 2001 From: LillyG Date: Sat, 14 Dec 2024 12:43:11 +0100 Subject: [PATCH 024/150] Add term trackers --- src/ontology/edits/oeo-social.omn | 99 +++++++++++++++++++++++++------ 1 file changed, 82 insertions(+), 17 deletions(-) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index a18e1f112..d9a95ce69 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -426,7 +426,11 @@ Class: Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1365 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1482", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1482 + +make subclass of process attribute +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1914 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1999", "An electricity cost is a variable cost that depends on electricity price and amount.", rdfs:label "electricity cost"@en @@ -1403,7 +1407,11 @@ Class: OEO_00020116 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/335 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/910", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/910 + +make subclass of process attribute +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1914 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1999", "System cost are total costs of a system.", "Systemkosten"@de, rdfs:label "system cost"@en @@ -1486,7 +1494,11 @@ Class: OEO_00020127 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/906 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/913", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/913 + +make subclass of process attribute +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1914 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1999", "Levelised cost of electricity are the net cost of converting energy to electricity / electric energy over the lifetime of an energy transformation unit. They are calculated considering all relevant costs including investment, operation, maintenance and fuel cost, etc.", "LCOE", rdfs:comment "Since over the lifetime of an energy transformation unit different costs exhibit different relevance or vary over time, the LCOE differ over the course of the lifetime.", @@ -1521,7 +1533,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/953 Reformulate definition to singular: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1257 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1260", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1260 + +make subclass of process attribute +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1914 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1999", "A variable cost is a cost that depends on an amount of goods or services.", "unit-level cost"@en, "variable Kosten"@de, @@ -1535,7 +1551,11 @@ Class: OEO_00020146 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/891 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/953", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/953 + +make subclass of process attribute +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1914 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1999", "An example for variable cost are costs incurred for raw materials (of which more are needed if production is increased).", "Variable costs are costs that depend on the amount of goods or services produced and which are paid by the producer.", "variable Produktionskosten"@de, @@ -1579,7 +1599,10 @@ add axiom to emission value, add new parent class and relabel pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1034 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 +make subclass of process attribute +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1914 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1999", "Social cost of carbon emission is the cost the society bears for a greenhouse gas emission value.", "social cost of CO2", rdfs:label "social cost of carbon emission"@en @@ -1606,7 +1629,11 @@ Class: OEO_00020167 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/891 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022 + +make subclass of process attribute +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1914 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1999", "Investment costs are costs of a long-term commitment of financial resources in tangible or intangible assets.", "Investitionskosten"@de, "capital investment cost"@en, @@ -1629,7 +1656,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022 Reformulate definition to singular: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1257 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1260", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1260 + +make subclass of process attribute +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1914 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1999", "rent, regular technical maintenance cost, staff cost, certification cost", "A fixed cost is a cost for operation and maintenance that does not vary with the amount of goods or services produced.", "Fixkosten"@de, @@ -1651,7 +1682,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022 Reformulate definition to singular: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1257 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1260", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1260 + +make subclass of process attribute +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1914 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1999", "Equipment cost is an investment cost for acquisition of the components and machinery including environmental facilities.", "Ausrüstungskosten"@de, rdfs:label "equipment cost"@en @@ -1664,7 +1699,11 @@ Class: OEO_00020170 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/891 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022 + +make subclass of process attribute +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1914 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1999", "costs that occur for becoming operational", "Installation and development cost are investment costs incurred for setting up the installation.", "Installationskosten"@de, @@ -1680,7 +1719,11 @@ Class: OEO_00020171 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/891 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022 + +make subclass of process attribute +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1914 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1999", "Grid connection costs are investment costs for establishing the grid connection from the energy generating device to point of connection to national grid.", rdfs:label "grid connection cost"@en @@ -1696,7 +1739,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022 Reformulate definition to singular: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1257 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1260", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1260 + +make subclass of process attribute +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1914 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1999", "A property cost is an investment cost arising from the acquisition of a property.", "land cost", rdfs:label "property cost"@en @@ -1709,7 +1756,11 @@ Class: OEO_00020173 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/891 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022 + +make subclass of process attribute +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1914 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1999", "Decommissioning costs are investment costs arising from the decommissioning of a technological device at the end of its lifetime.", "Stilllegungskosten"@de, rdfs:label "decommissioning cost"@en @@ -1726,7 +1777,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022 Reformulate definition to singular: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1257 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1260", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1260 + +make subclass of process attribute +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1914 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1999", "A delivery cost is a cost for a product or service that refers to the total unit cost of a product or commodity delivered to a certain market, city or customer. It is normally composed of all associated transport costs and the unit cost of production for that product.", "Lieferkosten"@de, rdfs:label "delivery cost"@en @@ -1742,7 +1797,10 @@ Class: OEO_00020181 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1034 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 +make subclass of process attribute +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1914 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1999", "Social cost of emission is the cost the society bears for an emission value.", rdfs:label "social cost of emission"@en @@ -1988,7 +2046,10 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 make subclass of quantity value issue: https://github.com/OpenEnergyPlatform/ontology/issues/1917 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1931", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1931 +make subclass of process attribute +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1914 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1999", "Cost is a quantity value that describes the amount of money needed to buy, make, or do a thing.", "Kosten"@de, "https://dictionary.cambridge.org/dictionary/english/cost", @@ -2450,7 +2511,11 @@ Class: OEO_00160005 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1257 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1260", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1260 + +make subclass of process attribute +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1914 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1999", "A fuel cost is a variable cost that depends on the type and amount of fuel.", "Brennstoffkosten"@de, "Kraftstoffkosten"@de, From 36d9eb3bfbebcd3eda5588cd2f836ded6caf78a3 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sat, 14 Dec 2024 12:44:32 +0100 Subject: [PATCH 025/150] Adjust cost definition to new ParentClass --- src/ontology/edits/oeo-social.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index d9a95ce69..c64b1bfa5 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -2050,7 +2050,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1931 make subclass of process attribute issue: https://github.com/OpenEnergyPlatform/ontology/issues/1914 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1999", - "Cost is a quantity value that describes the amount of money needed to buy, make, or do a thing.", + "Cost is a process attribute that describes the amount of money needed to buy, make, or do a thing.", "Kosten"@de, "https://dictionary.cambridge.org/dictionary/english/cost", rdfs:label "cost"@en From e8459a303f7cf04738d5c6c42787dd8869e111b5 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sat, 14 Dec 2024 14:15:48 +0100 Subject: [PATCH 026/150] Add comment --- src/ontology/oeo.omn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/ontology/oeo.omn b/src/ontology/oeo.omn index 88f9eda76..8673aef65 100644 --- a/src/ontology/oeo.omn +++ b/src/ontology/oeo.omn @@ -80,6 +80,12 @@ AnnotationProperty: dct:license AnnotationProperty: dct:title +AnnotationProperty: rdfs:comment + + Datatype: rdf:PlainLiteral +Datatype: xsd:string + + From b10670b7c27ab946dba6bb565dda68969ac279f5 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sat, 14 Dec 2024 14:18:52 +0100 Subject: [PATCH 027/150] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd38bd8fe..ce944da8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ### Added - conceptual model (#1976) +### Changed +- has model(#2001) + ## [2.6.0] - 2024-12-06 ### Added - has aggregation type, has time stamp alignment (#1944) From ce1ffe0dda1554abc6c654614904682072ebba53 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sat, 14 Dec 2024 14:20:12 +0100 Subject: [PATCH 028/150] Add term tracker --- src/ontology/oeo.omn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ontology/oeo.omn b/src/ontology/oeo.omn index 8673aef65..541c8cccd 100644 --- a/src/ontology/oeo.omn +++ b/src/ontology/oeo.omn @@ -68,6 +68,9 @@ A supplementary module is the oeo-physical-axioms module, which contains general dct:license , dct:title "Open Energy Ontology" +AnnotationProperty: + + AnnotationProperty: dc:contributor From da5d17223a1353fefc31c198fb5bef8d1e3bcb76 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sat, 14 Dec 2024 16:45:48 +0100 Subject: [PATCH 029/150] Add stato extracted file --- src/ontology/imports/stato-extracted.owl | 778 +++++++++++++++++++++++ src/ontology/oeo.omn | 1 + 2 files changed, 779 insertions(+) create mode 100644 src/ontology/imports/stato-extracted.owl diff --git a/src/ontology/imports/stato-extracted.owl b/src/ontology/imports/stato-extracted.owl new file mode 100644 index 000000000..92bc5f5f5 --- /dev/null +++ b/src/ontology/imports/stato-extracted.owl @@ -0,0 +1,778 @@ + + + + + This file contains externally imported content from the Statistics Ontology (STATO) for import into the Open Energy Ontology (OEO). It is automatically extracted using ROBOT from the list of selected terms (stato-w-hierarchy.txt) located in the OEO-tools repository. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + an alternative term used for STATO statistical ontology and ISA team + Alejandra Gonzalez-Beltran + Orlaith Burke + Philippe Rocca-Serra + + STATO alternative term + + + + + + + + + + + an alternative term used for STATO statistical ontology and ISA team + + + + + + Alejandra Gonzalez-Beltran + + + + + + Orlaith Burke + + + + + + Philippe Rocca-Serra + + + + + + STATO alternative term + + + + + + + + + + + + + + + + + + + + + + + + measure of variation or statistical dispersion is a data item which describes how much a theoritical distribution or dataset is spread. + Alejandra Gonzalez-Beltran + Orlaith Burke + Philippe Rocca-Serra + STATO + measure of variation + measure of variation + + measure of dispersion + + + + + + + + + + + + + + + + + + + + + + + measure of variation or statistical dispersion is a data item which describes how much a theoritical distribution or dataset is spread. + + + + + + Alejandra Gonzalez-Beltran + + + + + + Orlaith Burke + + + + + + Philippe Rocca-Serra + + + + + + STATO + + + + + + measure of variation + + + + + + measure of variation + + + + + + measure of dispersion + + + + + + + + + + + a statistic is a measurement datum to describe a dataset or a variable. It is generated by a calculation on set of observed data. + Alejandra Gonzalez-Beltran + Orlaith Burke + Philippe Rocca-Serra + STATO, adapted from wikipedia (http://en.wikipedia.org/wiki/Statistic). + statistic + + statistic + + + + + + + + + + + + + + + + + + + + + + + a statistic is a measurement datum to describe a dataset or a variable. It is generated by a calculation on set of observed data. + + + + + + Alejandra Gonzalez-Beltran + + + + + + Orlaith Burke + + + + + + Philippe Rocca-Serra + + + + + + STATO, adapted from wikipedia (http://en.wikipedia.org/wiki/Statistic). + + + + + + statistic + + + + + + statistic + + + + + + + + + + http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2689604/ + + A confidence interval is a data item which defines an range of values in which a measurement or trial falls corresponding to a given probability. + Alejandra Gonzalez-Beltran + Orlaith Burke + Philippe Rocca-Serra + http://mathworld.wolfram.com/ConfidenceInterval.html + + + confidence interval + + + + + + + + + + + + + + + + + http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2689604/ + + + + + + + + + + + + A confidence interval is a data item which defines an range of values in which a measurement or trial falls corresponding to a given probability. + + + + + + Alejandra Gonzalez-Beltran + + + + + + Orlaith Burke + + + + + + Philippe Rocca-Serra + + + + + + http://mathworld.wolfram.com/ConfidenceInterval.html + + + + + + + + + + + + confidence interval + + + + + + + + + + + upper confidence limit is a data item which is a largest value bounding a confidence interval + Alejandra Gonzalez-Beltran + Orlaith Burke + Philippe Rocca-Serra + STATO + + upper confidence limit + + + + + + + + + + + + + + + + + + + + + + + upper confidence limit is a data item which is a largest value bounding a confidence interval + + + + + + Alejandra Gonzalez-Beltran + + + + + + Orlaith Burke + + + + + + Philippe Rocca-Serra + + + + + + STATO + + + + + + upper confidence limit + + + + + + + + + + + lower confidence limit is a data item which is a lowest value bounding a confidence interval + Alejandra Gonzalez-Beltran + Orlaith Burke + Philippe Rocca-Serra + STATO + + lower confidence limit + + + + + + + + + + + + + + + + + + + + + + + lower confidence limit is a data item which is a lowest value bounding a confidence interval + + + + + + Alejandra Gonzalez-Beltran + + + + + + Orlaith Burke + + + + + + Philippe Rocca-Serra + + + + + + STATO + + + + + + lower confidence limit + + + + + + + + + + + a cutoff is an information content entity that represents or sets the boundary at which something changes. + Expert Working Group Agreement: 5/5 as of 10/11/2021: Janice Tufte, Joanne Dehnbostel, Louis Leff, Vignesh Subbian, Robin Ann Yurk + Brian S. Alper, Joanne Dehnbostel, Muhammad Afzal, Janice Tufte, Bhagvan Kommadi, Kenneth Wilkins, Khalid Shahin + cutoff point + cutoff value + limit + threshold value + COKA/SEVCO + + cutoff + + + + + + + + + + + + + + + + + + + + + + + a cutoff is an information content entity that represents or sets the boundary at which something changes. + + + + + + Expert Working Group Agreement: 5/5 as of 10/11/2021: Janice Tufte, Joanne Dehnbostel, Louis Leff, Vignesh Subbian, Robin Ann Yurk + + + + + + Brian S. Alper, Joanne Dehnbostel, Muhammad Afzal, Janice Tufte, Bhagvan Kommadi, Kenneth Wilkins, Khalid Shahin + + + + + + cutoff point + + + + + + cutoff value + + + + + + limit + + + + + + threshold value + + + + + + COKA/SEVCO + + + + + + cutoff + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ontology/oeo.omn b/src/ontology/oeo.omn index 88f9eda76..e4c16d2af 100644 --- a/src/ontology/oeo.omn +++ b/src/ontology/oeo.omn @@ -18,6 +18,7 @@ Import: Import: Import: +Import: Annotations: dc:contributor "(0001) Lukas Emele (@l-emele)", From 049e91e20941d1d9f564cbcb8d9704fed77866ac Mon Sep 17 00:00:00 2001 From: LillyG Date: Sat, 14 Dec 2024 16:46:33 +0100 Subject: [PATCH 030/150] Integrate terms into preexisting hierarchy --- src/ontology/edits/oeo-import-edits.owl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/ontology/edits/oeo-import-edits.owl b/src/ontology/edits/oeo-import-edits.owl index 69330e46c..cea170718 100644 --- a/src/ontology/edits/oeo-import-edits.owl +++ b/src/ontology/edits/oeo-import-edits.owl @@ -587,6 +587,17 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/1690 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1820 + + + + + + + + + + + + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2002 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1133 + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2002 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1133 + + + + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2002 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1133 + + + + + + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2002 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1133 + + + + + + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2002 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1133 + + + + + + +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2002 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1133 + + From fc85214d6305545064fe4345e36ed18eefe502ff Mon Sep 17 00:00:00 2001 From: LillyG901 Date: Sun, 19 Jan 2025 15:00:21 +0100 Subject: [PATCH 045/150] Make comment more descriptive Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- src/ontology/edits/oeo-import-edits.owl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-import-edits.owl b/src/ontology/edits/oeo-import-edits.owl index 684f8d668..2d3e7108f 100644 --- a/src/ontology/edits/oeo-import-edits.owl +++ b/src/ontology/edits/oeo-import-edits.owl @@ -361,7 +361,7 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136 - The definition should be: Inverse of 'has role in modeling'. + The original RO definition seems to be wrong. It should be: Inverse of 'has role in modeling', according to the inverse relation given in RO. From 8a642e617ed797f37f02338afb50b51e449612dd Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 19 Jan 2025 16:15:03 +0100 Subject: [PATCH 046/150] Update domain of models --- src/ontology/edits/oeo-model.omn | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index c66e1268e..62cb4c06f 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -528,9 +528,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1706", ObjectProperty: OEO_00140164 - Domain: - OEO_00000274 - ObjectProperty: OEO_00390023 From 73b37df9452b54811d1b1144c37a76be776f8ad9 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 19 Jan 2025 16:19:18 +0100 Subject: [PATCH 047/150] Update range of models --- src/ontology/edits/oeo-shared.omn | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 05dd46bc3..9f7ae5c61 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1176,9 +1176,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1707", Domain: OEO_00020352 - Range: - - ObjectProperty: OEO_00240025 From 525c3fd7a701f0717d73a47b029f178ff4f64d5f Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 19 Jan 2025 16:32:37 +0100 Subject: [PATCH 048/150] Add axioms to model --- src/ontology/edits/oeo-model.omn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 62cb4c06f..c1e17758f 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -2757,6 +2757,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1648", Class: OEO_00020352 SubClassOf: + OEO_00140164 some , + OEO_00140164 some , some OEO_00400012 From d1eaf8cb9575bed3cd091e788b6126a10da285f3 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 19 Jan 2025 16:36:45 +0100 Subject: [PATCH 049/150] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd38bd8fe..fc0bbc208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ### Added - conceptual model (#1976) +### Changed +- model (#2007) +- models (#2007) + ## [2.6.0] - 2024-12-06 ### Added - has aggregation type, has time stamp alignment (#1944) From 895a3c3bba27514523c93d14a4c28942c2907420 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 19 Jan 2025 16:39:57 +0100 Subject: [PATCH 050/150] Add term trackers --- src/ontology/edits/oeo-shared.omn | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 9f7ae5c61..56cd635e7 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1169,7 +1169,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 change domain issue: https://github.com/OpenEnergyPlatform/ontology/issues/1444 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1707", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1707 + +change range and domain +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1060 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2007", "A relation between a model and the thing it reproduces.", rdfs:label "models"@en @@ -1807,7 +1811,11 @@ Class: OEO_00020352 Annotations: OEO_00020426 "issue:https://github.com/OpenEnergyPlatform/ontology/issues/1444 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1707", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1707 + +Add axioms +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1060 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2007", "A model is a continuant to represent a system and its behaviours in a simplified or idealised way.", "Modell"@de, rdfs:label "model"@en From e978d6f8fff713cc90d6afddf537c9e8e839ae50 Mon Sep 17 00:00:00 2001 From: LillyG901 Date: Sun, 19 Jan 2025 22:14:32 +0100 Subject: [PATCH 051/150] Make comment more descriptive Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- src/ontology/edits/oeo-social.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index c64b1bfa5..211722b51 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -1556,7 +1556,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/953 make subclass of process attribute issue: https://github.com/OpenEnergyPlatform/ontology/issues/1914 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1999", - "An example for variable cost are costs incurred for raw materials (of which more are needed if production is increased).", + "An example for variable production cost are costs incurred for raw materials (of which more are needed if production is increased).", "Variable costs are costs that depend on the amount of goods or services produced and which are paid by the producer.", "variable Produktionskosten"@de, rdfs:label "variable production cost"@en From fc502f0e7cc0cd096d685e5fe73edceb9bac4271 Mon Sep 17 00:00:00 2001 From: LillyG901 Date: Sun, 19 Jan 2025 22:14:42 +0100 Subject: [PATCH 052/150] Make comment more descriptive Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- src/ontology/edits/oeo-social.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 211722b51..92667ad99 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -1557,7 +1557,7 @@ make subclass of process attribute issue: https://github.com/OpenEnergyPlatform/ontology/issues/1914 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1999", "An example for variable production cost are costs incurred for raw materials (of which more are needed if production is increased).", - "Variable costs are costs that depend on the amount of goods or services produced and which are paid by the producer.", + "Variable production costs are costs that depend on the amount of goods or services produced and which are paid by the producer.", "variable Produktionskosten"@de, rdfs:label "variable production cost"@en From 32262d3cc3c69ae9c99a0a7e57511706d922812a Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 19 Jan 2025 22:17:43 +0100 Subject: [PATCH 053/150] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a555efb75..0d6851eef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - conceptual model (#1976) ### Changed -- restructure cost and its subclasses (#1999) +- cost, delivery cost, fixed cost, investment cost, levelised cost of electricity, social cost of emission, system cost, variable cost (#1999) ## [2.6.0] - 2024-12-06 ### Added From 4bfb629a99ce379692c2d7fd3b6ad17cf850b317 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 19 Jan 2025 22:19:32 +0100 Subject: [PATCH 054/150] Remove obsolete axioms --- src/ontology/edits/oeo-shared-axioms.omn | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ontology/edits/oeo-shared-axioms.omn b/src/ontology/edits/oeo-shared-axioms.omn index e392a40be..029cb039c 100644 --- a/src/ontology/edits/oeo-shared-axioms.omn +++ b/src/ontology/edits/oeo-shared-axioms.omn @@ -678,14 +678,12 @@ Class: OEO_00020121 Class: OEO_00020155 SubClassOf: - OEO_00020179 some OEO_00140081, some OEO_00140081 Class: OEO_00020181 SubClassOf: - OEO_00020179 some OEO_00140081, some OEO_00140081 From 527cc78100eea2edcd0d42cc82771c6395938a3c Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 19 Jan 2025 22:32:37 +0100 Subject: [PATCH 055/150] Replace flawed axiom --- src/ontology/edits/oeo-social.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 92667ad99..f5b22312b 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -2057,7 +2057,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1999", SubClassOf: OEO_00030019, - OEO_00040010 some OEO_00040004 + OEO_00140002 some OEO_00040003 Class: OEO_00040011 From 4440419593a4f8776db94ea9263fc44eedff0763 Mon Sep 17 00:00:00 2001 From: madbkr Date: Mon, 20 Jan 2025 12:41:52 +0100 Subject: [PATCH 056/150] Merge dev into feature as 1 commit --- .github/workflows/PostReleaseScripts.yml | 14 ++++- .github/workflows/automated-testing.yml | 2 +- CHANGELOG.md | 6 +++ src/ontology/edits/oeo-model.omn | 66 +++++++++++++++++++----- 4 files changed, 72 insertions(+), 16 deletions(-) diff --git a/.github/workflows/PostReleaseScripts.yml b/.github/workflows/PostReleaseScripts.yml index d991790fb..313f250b8 100644 --- a/.github/workflows/PostReleaseScripts.yml +++ b/.github/workflows/PostReleaseScripts.yml @@ -104,11 +104,13 @@ jobs: attachArtifactsToRelease: runs-on: ubuntu-latest + # these jobs have to finish so that the existing-terms-and-definitions and build-files exist + needs: [exportTermsDefinitions, buildOntologyFullAndClosure] steps: - uses: actions/download-artifact@v4 with: name: build-files - path: build/oeo + path: build - name: Zip build files again for usage as release artifact run: | cd build @@ -128,5 +130,15 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.event.release.tag_name }} + # allowing the action to update the release as it is already created allowUpdates: true + # omitting the release name, body, draft state and prerelease state so they won't be updated by attaching the artifacts + omitNameDuringUpdate: true + omitBodyDuringUpdate: true + omitDraftDuringUpdate: true + omitPrereleaseDuringUpdate: true + # The default behaviour of this action is to determine the release by the version number. + # We don't want this behaviour, as releases created as draft or pre-release won't be updated in that regard and therefore result in + # unconsistent behaviour when creating normal releases vs. draft or pre-releases. + makeLatest: false artifacts: "${{ github.workspace }}/build-files.zip,${{ github.workspace }}/existing-terms-and-definitions.zip" \ No newline at end of file diff --git a/.github/workflows/automated-testing.yml b/.github/workflows/automated-testing.yml index c365a60ed..29ff5ecb6 100644 --- a/.github/workflows/automated-testing.yml +++ b/.github/workflows/automated-testing.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: - python-version: '3.7.17' + python-version: '3.13.1' architecture: x64 - uses: actions/setup-java@v4 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f3a127c4..fd98637a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,15 @@ 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] - ### Added - conceptual model (#1976) +- model uncertainty location (#1990) + +### Changed +- technical model implementation, conceptual model, model system boundary, input data/exogenous data, output data (#1990) + ### Changed feasible potential determination method, techno-economic potential determination method, wind characteristics determination method, wind farm area determination method, wind potential determination method (#2005) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index c66e1268e..c6e6715f6 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -1940,13 +1940,18 @@ Class: OEO_00020013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/536 add alternative term -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1113", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1113 + +Add 'model uncertainty location axiom' +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1829 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1990", "Output data is endogenous data that is determined by a model calculation and presented as a result.", "modelling results", rdfs:label "output data"@en SubClassOf: - OEO_00030030 + OEO_00030030, + some OEO_00400022 Class: OEO_00020015 @@ -3024,7 +3029,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1216 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 + +Add 'model uncertainty location axiom' +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1829 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1990", "Exogenous data is a data item whose quantity value is determined outside of a model and is imposed on a model.", "input data", rdfs:label "exogenous data"@en @@ -3035,7 +3044,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", SubClassOf: , - some OEO_00000350 + some OEO_00000350, + some OEO_00400022 Class: OEO_00030030 @@ -3811,34 +3821,42 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1945", - Class: OEO_00400040 Annotations: "A conceptual model is an information content entity that specifies variables and relationships within a system boundary.", "https://www.researchgate.net/publication/264816512_Classifying_and_communicating_uncertainties_in_model-based_policy_analysis", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1952 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1976", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1976 + +Add 'model uncertainty location axiom' +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1829 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1990", rdfs:label "conceptual model"@en SubClassOf: - , - some OEO_00020353 - - + some OEO_00020353, + some OEO_00400022 + + Class: OEO_00400041 Annotations: "A model system boundary is a generically dependent continuant that is part of a model and separates aspects of the real world included in the model from those that are not.", "https://www.researchgate.net/publication/264816512_Classifying_and_communicating_uncertainties_in_model-based_policy_analysis", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1951 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1977", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1977 + +Add 'model uncertainty location axiom' +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1829 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1990", rdfs:label "model system boundary"@en SubClassOf: , - some OEO_00000274 + some OEO_00000274, + some OEO_00400022 Class: OEO_00400042 @@ -3848,12 +3866,32 @@ Class: OEO_00400042 "model code", "https://www.researchgate.net/publication/264816512_Classifying_and_communicating_uncertainties_in_model-based_policy_analysis", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1953 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1978", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1978 + +Add 'model uncertainty location axiom' +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1829 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1990", rdfs:label "technical model implementation"@en SubClassOf: - + , + some OEO_00400022 + + +Class: OEO_00400043 + Annotations: + "A model uncertainty location is a continuant that has the role to be a location of model uncertainty.", + "issue:https://github.com/OpenEnergyPlatform/ontology/issues/1829 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1990", + rdfs:label "model uncertainty location"@en + + EquivalentTo: + + and ( some OEO_00400022) + + SubClassOf: + Individual: OEO_00000049 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 057/150] 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 058/150] 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 From ae8d0886ed29ad2661e0ba45abc46ae61f06d543 Mon Sep 17 00:00:00 2001 From: stap-m Date: Mon, 20 Jan 2025 13:22:27 +0100 Subject: [PATCH 059/150] remove obsolete axiom from emission price #1999 --- src/ontology/edits/oeo-shared-axioms.omn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-shared-axioms.omn b/src/ontology/edits/oeo-shared-axioms.omn index 029cb039c..e01ac66a8 100644 --- a/src/ontology/edits/oeo-shared-axioms.omn +++ b/src/ontology/edits/oeo-shared-axioms.omn @@ -546,8 +546,7 @@ Class: OEO_00010268 SubClassOf: OEO_00020056 some (OEO_00000147 - and ( some OEO_00020427)), - OEO_00020179 some OEO_00140081 + and ( some OEO_00020427)) Class: OEO_00010280 From edebc641b2249aac5af510bc3054547b190aa770 Mon Sep 17 00:00:00 2001 From: stap-m Date: Mon, 20 Jan 2025 13:23:12 +0100 Subject: [PATCH 060/150] remove obsolete axiom from emission rate #1999 --- src/ontology/edits/oeo-shared-axioms.omn | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ontology/edits/oeo-shared-axioms.omn b/src/ontology/edits/oeo-shared-axioms.omn index e01ac66a8..d7eb17a64 100644 --- a/src/ontology/edits/oeo-shared-axioms.omn +++ b/src/ontology/edits/oeo-shared-axioms.omn @@ -826,9 +826,6 @@ Class: OEO_00140039 Class: OEO_00140081 - SubClassOf: - OEO_00020180 some OEO_00020181 - Class: OEO_00140124 From d86fcc1af2dab04962c60fd1098d83c6c0adc98e Mon Sep 17 00:00:00 2001 From: stap-m Date: Mon, 20 Jan 2025 13:29:15 +0100 Subject: [PATCH 061/150] remove obsolete axiom from transport network component #1999 --- src/ontology/edits/oeo-shared-axioms.omn | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ontology/edits/oeo-shared-axioms.omn b/src/ontology/edits/oeo-shared-axioms.omn index d7eb17a64..584ba6c5d 100644 --- a/src/ontology/edits/oeo-shared-axioms.omn +++ b/src/ontology/edits/oeo-shared-axioms.omn @@ -935,9 +935,6 @@ Class: OEO_00260007 Class: OEO_00320021 - SubClassOf: - OEO_00020180 some OEO_00040009 - Individual: OEO_00010042 From 6c299bf1b509b816d22fa4d41ebb654b457683e8 Mon Sep 17 00:00:00 2001 From: stap-m Date: Mon, 20 Jan 2025 13:39:33 +0100 Subject: [PATCH 062/150] remove axiom from social cost of (carbon) emission #1999 --- src/ontology/edits/oeo-shared-axioms.omn | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/ontology/edits/oeo-shared-axioms.omn b/src/ontology/edits/oeo-shared-axioms.omn index 584ba6c5d..35aa9c46a 100644 --- a/src/ontology/edits/oeo-shared-axioms.omn +++ b/src/ontology/edits/oeo-shared-axioms.omn @@ -676,15 +676,9 @@ Class: OEO_00020121 Class: OEO_00020155 - SubClassOf: - some OEO_00140081 - Class: OEO_00020181 - SubClassOf: - some OEO_00140081 - Class: OEO_00020185 From 3216c44a4babaadbcd9a6509154acb1be59594cc Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:24:44 +0100 Subject: [PATCH 063/150] Update README.md Update import and file schema of OEO --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71f65658a..696b68736 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,8 @@ The main file is `src/ontology/oeo.omn`
All own modules are collected in the folder `src/ontology/edits/`
The following diagram illustrates the modular file structure of the OEO. It depicts the import and file hierarchy from external imports (right) to the main file oeo.omn (left). -![Structure of the OEO](https://user-images.githubusercontent.com/38690039/275459325-1c6eb63d-287a-45b5-a107-839c8c09bfe0.png) +![grafik](https://github.com/user-attachments/assets/13e25c6e-aa15-4be5-9b81-df58fc097e48) + The imported modules are under `src/ontology/imports/`
To get an overview of the existing modules, take a look at the following wiki article: [GitHub Wiki](https://github.com/OpenEnergyPlatform/ontology/wiki/Modules-of-the-OEO) From ed4171efee36615f69eb6499b569c36c62ea9bb8 Mon Sep 17 00:00:00 2001 From: LillyG901 Date: Sun, 26 Jan 2025 12:02:11 +0100 Subject: [PATCH 064/150] Make CHANGELOG.md more concise Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c3d1f837..3c1614737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ## [2.x.x] - ### Added - conceptual model (#1976) -- imports from stato (#2002) +- imports from stato: cutoff, lower confdence limit, upper confdence limit, statistic, measure of dispersion, confidence interval (#2002) - cutoff, lower confdence limit, upper confdence limit, statistic, measure of dispersion, confidence interval (#2002) - model uncertainty location (#1990) From 7d4fb56a8c57cfa9e072f4826cae54dbf9e011c5 Mon Sep 17 00:00:00 2001 From: LillyG901 Date: Sun, 26 Jan 2025 12:02:34 +0100 Subject: [PATCH 065/150] Remove duplicated terms from 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 3c1614737..a0c6a4224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,6 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ### Added - conceptual model (#1976) - imports from stato: cutoff, lower confdence limit, upper confdence limit, statistic, measure of dispersion, confidence interval (#2002) -- cutoff, lower confdence limit, upper confdence limit, statistic, measure of dispersion, confidence interval (#2002) - model uncertainty location (#1990) ### Changed From 02aec81c98633008dee30eed46a2a78aa7afd7fc Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 26 Jan 2025 12:12:03 +0100 Subject: [PATCH 066/150] Move import to oeo-shared --- src/ontology/edits/oeo-shared.omn | 1 + src/ontology/oeo.omn | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 05dd46bc3..826be827c 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -14,6 +14,7 @@ Ontology: Import: Import: Import: +Import: Import: Import: diff --git a/src/ontology/oeo.omn b/src/ontology/oeo.omn index e4c16d2af..88f9eda76 100644 --- a/src/ontology/oeo.omn +++ b/src/ontology/oeo.omn @@ -18,7 +18,6 @@ Import: Import: Import: -Import: Annotations: dc:contributor "(0001) Lukas Emele (@l-emele)", From be5e32b1de62dec84694b5740011633cd7f5ae1e Mon Sep 17 00:00:00 2001 From: stap-m Date: Mon, 27 Jan 2025 11:18:15 +0100 Subject: [PATCH 067/150] modigy calalog file --- src/ontology/edits/catalog-v001.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/ontology/edits/catalog-v001.xml b/src/ontology/edits/catalog-v001.xml index 3d892947c..3e85961d6 100644 --- a/src/ontology/edits/catalog-v001.xml +++ b/src/ontology/edits/catalog-v001.xml @@ -10,8 +10,9 @@ + - - + + - \ No newline at end of file + From 1dbb2d592eb391c7e00c90414309484626b8b59a Mon Sep 17 00:00:00 2001 From: stap-m Date: Mon, 27 Jan 2025 11:23:11 +0100 Subject: [PATCH 068/150] modify second catalog file --- src/ontology/catalog-v001.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ontology/catalog-v001.xml b/src/ontology/catalog-v001.xml index 0656aab9e..dee0d2a4d 100644 --- a/src/ontology/catalog-v001.xml +++ b/src/ontology/catalog-v001.xml @@ -15,5 +15,6 @@ + From fe6f56980a3477381540420e9237c05ba0d0b402 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 9 Feb 2025 17:22:03 +0100 Subject: [PATCH 069/150] Add axiom to `uncertainty of a model` --- src/ontology/edits/oeo-model.omn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 20d78906a..fc777e03c 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3778,7 +3778,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1945", SubClassOf: , OEO_00400037 some OEO_00400013, - OEO_00400038 some OEO_00400017 + OEO_00400038 some OEO_00400017, + OEO_00400039 some OEO_00400043 Class: OEO_00400013 From ec0d03c347548133efc018f65f44878d695b67f1 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 9 Feb 2025 17:28:45 +0100 Subject: [PATCH 070/150] Add axiom to `uncertainty of a model` --- src/ontology/edits/oeo-model.omn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index fc777e03c..66ffe86ac 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3779,7 +3779,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1945", , OEO_00400037 some OEO_00400013, OEO_00400038 some OEO_00400017, - OEO_00400039 some OEO_00400043 + OEO_00400039 some OEO_00400043, + some OEO_00020352 Class: OEO_00400013 From 38bf0f06c80870eb4568de1600808bcac9618285 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 9 Feb 2025 17:29:29 +0100 Subject: [PATCH 071/150] Remove axiom from `model` --- src/ontology/edits/oeo-model.omn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 66ffe86ac..38b8f0289 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -2763,8 +2763,7 @@ Class: OEO_00020352 SubClassOf: OEO_00140164 some , - OEO_00140164 some , - some OEO_00400012 + OEO_00140164 some Class: OEO_00020353 From a0c247ad50b4d84d7cb0098e96f787d3be8ef5f3 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 9 Feb 2025 17:32:08 +0100 Subject: [PATCH 072/150] Add axioms to `model system boundary` --- src/ontology/edits/oeo-model.omn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 38b8f0289..c50b51922 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3856,6 +3856,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1990", SubClassOf: , some OEO_00000274, + some OEO_00400040, + some , some OEO_00400022 From d55bcfd4aea675cadaee7d21bc866dbd0978cd9c Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 9 Feb 2025 17:37:29 +0100 Subject: [PATCH 073/150] Add task trackers --- src/ontology/edits/oeo-model.omn | 12 ++++++++++-- src/ontology/edits/oeo-shared.omn | 6 +++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index c50b51922..693e39eff 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3768,7 +3768,11 @@ Class: OEO_00400012 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1829 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1945", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1945 + +Add uncertainty axioms +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1989 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2012", "Uncertainty of a model is a qualtity of a model that represents any departure from the unachievable ideal of complete determinism.", "https://www.researchgate.net/publication/264816512_Classifying_and_communicating_uncertainties_in_model-based_policy_analysis", rdfs:comment "Uncertainty of a model is a situation of inadequate information, which can be of three sorts: inexactness, unreliability, and border with ignorance.", @@ -3850,7 +3854,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1977 Add 'model uncertainty location axiom' issue:https://github.com/OpenEnergyPlatform/ontology/issues/1829 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1990", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1990 + +Add uncertainty axioms +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1989 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2012", rdfs:label "model system boundary"@en SubClassOf: diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 1953c5ebe..c7d7c9792 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1816,7 +1816,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1707 Add axioms issue:https://github.com/OpenEnergyPlatform/ontology/issues/1060 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2007", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2007 + +Flip uncertainty axiom +issue:https://github.com/OpenEnergyPlatform/ontology/issues/1989 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2012", "A model is a continuant to represent a system and its behaviours in a simplified or idealised way.", "Modell"@de, rdfs:label "model"@en From 372eb91d25e39af1af287f491e2932a65a03dac9 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 9 Feb 2025 17:41:52 +0100 Subject: [PATCH 074/150] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce9ac1127..fe16c1553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - model (#2007) - models (#2007) - cost, delivery cost, fixed cost, investment cost, levelised cost of electricity, social cost of emission, system cost, variable cost (#1999) +- uncertainty of a model, model, model system boundary (#2012) ## [2.6.0] - 2024-12-06 From a47bbab0cfe9654ba5eca81e0c163220fa4aa66f Mon Sep 17 00:00:00 2001 From: LillyG Date: Thu, 13 Feb 2025 18:30:41 +0100 Subject: [PATCH 075/150] Add CCO terms to ontology --- src/ontology/catalog-v001.xml | 41 +- src/ontology/edits/catalog-v001.xml | 37 +- src/ontology/edits/oeo-shared.omn | 10 + src/ontology/imports/cco-extracted.owl | 3356 ++++++++++++++++++++++++ 4 files changed, 3406 insertions(+), 38 deletions(-) create mode 100644 src/ontology/imports/cco-extracted.owl diff --git a/src/ontology/catalog-v001.xml b/src/ontology/catalog-v001.xml index dee0d2a4d..e6296c970 100644 --- a/src/ontology/catalog-v001.xml +++ b/src/ontology/catalog-v001.xml @@ -1,20 +1,21 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ontology/edits/catalog-v001.xml b/src/ontology/edits/catalog-v001.xml index 3e85961d6..581fc7003 100644 --- a/src/ontology/edits/catalog-v001.xml +++ b/src/ontology/edits/catalog-v001.xml @@ -1,18 +1,19 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 1953c5ebe..f5ebe47ef 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -12,6 +12,7 @@ Prefix: xsd: Ontology: Import: +Import: Import: Import: Import: @@ -168,6 +169,9 @@ ObjectProperty: ObjectProperty: +ObjectProperty: + + ObjectProperty: InverseOf: @@ -1267,6 +1271,9 @@ Class: Class: +Class: + + Class: @@ -1358,6 +1365,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1897", OEO_00020166 +Class: + + Class: OEO_00000051 Annotations: diff --git a/src/ontology/imports/cco-extracted.owl b/src/ontology/imports/cco-extracted.owl new file mode 100644 index 000000000..bc43925b3 --- /dev/null +++ b/src/ontology/imports/cco-extracted.owl @@ -0,0 +1,3356 @@ + + + + + This file contains externally imported content from the Common Core Ontologies (CCO) for import into the Open Energy Ontology (OEO). It is automatically extracted using ROBOT from the list of selected terms (cco-extract-w-hierarchy.txt, cco-extract-n-hierarchy.txt) located in the OEO-tools repository. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + acronym + An Alternative Label that consists of a shortened or abbreviated form of the rdfs:label and is used to denote the entity. + https://www.commoncoreontologies.org/ExtendedRelationOntology + + + + + An Alternative Label that consists of a shortened or abbreviated form of the rdfs:label and is used to denote the entity. + + + + + + https://www.commoncoreontologies.org/ExtendedRelationOntology + + + + + + + + + + + + acronym + + + + + + + + + + definition source + A citation of where all or some of the information used to create the term's Definition was acquired from. + https://www.commoncoreontologies.org/ExtendedRelationOntology + + + + + + + + + + + definition source + + + + + + A citation of where all or some of the information used to create the term's Definition was acquired from. + + + + + + https://www.commoncoreontologies.org/ExtendedRelationOntology + + + + + + + + + + is curated in ontology + An annotation property that links a class, property, or named individual to the URI of the ontology where it is located. + https://www.commoncoreontologies.org/ExtendedRelationOntology + + + + + + + + + + + is curated in ontology + + + + + + An annotation property that links a class, property, or named individual to the URI of the ontology where it is located. + + + + + + https://www.commoncoreontologies.org/ExtendedRelationOntology + + + + + + + + + + + + + + 202-BFO + + has occurrent part + b has occurrent part c =Def c occurrent part of b + Mary's life has occurrent part Mary's 5th birthday + + + + + + + + + + + 202-BFO + + + + + + has occurrent part + + + + + + b has occurrent part c =Def c occurrent part of b + + + + + + Mary's life has occurrent part Mary's 5th birthday + + + + + + + + + 003-BFO + + occurrent part of + (Elucidation) occurrent part of is a relation between occurrents b and c when b is part of c + Mary's 5th birthday is an occurrent part of Mary's life; the first set of the tennis match is an occurrent part of the tennis match + + + + + + + + + + + 003-BFO + + + + + + occurrent part of + + + + + + (Elucidation) occurrent part of is a relation between occurrents b and c when b is part of c + + + + + + Mary's 5th birthday is an occurrent part of Mary's life; the first set of the tennis match is an occurrent part of the tennis match + + + + + + + + + 078-BFO + + temporal part of + b temporal part of c =Def b occurrent part of c & (b and c are temporal regions) or (b and c are spatiotemporal regions & b temporally projects onto an occurrent part of the temporal region that c temporally projects onto) or (b and c are processes or process boundaries & b occupies a temporal region that is an occurrent part of the temporal region that c occupies) + Your heart beating from 4pm to 5pm today is a temporal part of the process of your heart beating; the 4th year of your life is a temporal part of your life, as is the process boundary which separates the 3rd and 4th years of your life; the first quarter of a game of football is a temporal part of the whole game + + + + + + + + + + + 078-BFO + + + + + + temporal part of + + + + + + b temporal part of c =Def b occurrent part of c & (b and c are temporal regions) or (b and c are spatiotemporal regions & b temporally projects onto an occurrent part of the temporal region that c temporally projects onto) or (b and c are processes or process boundaries & b occupies a temporal region that is an occurrent part of the temporal region that c occupies) + + + + + + Your heart beating from 4pm to 5pm today is a temporal part of the process of your heart beating; the 4th year of your life is a temporal part of your life, as is the process boundary which separates the 3rd and 4th years of your life; the first quarter of a game of football is a temporal part of the whole game + + + + + + + + + + is cause of + x is_cause_of y iff x and y are instances of Occurrent, and y is a consequence of x. + https://www.commoncoreontologies.org/ExtendedRelationOntology + + + + + + + + + + + is cause of + + + + + + x is_cause_of y iff x and y are instances of Occurrent, and y is a consequence of x. + + + + + + https://www.commoncoreontologies.org/ExtendedRelationOntology + + + + + + + + + + caused by + x caused_by y iff x and y are instances of Occurrent, and x is a consequence of y. + https://www.commoncoreontologies.org/ExtendedRelationOntology + + + + + + + + + + + caused by + + + + + + x caused_by y iff x and y are instances of Occurrent, and x is a consequence of y. + + + + + + https://www.commoncoreontologies.org/ExtendedRelationOntology + + + + + + + + + + + + + + + Change + A Process in which some independent continuant endures and 1) one or more of the dependent entities it bears increase or decrease in intensity, 2) the entity begins to bear some dependent entity or 3) the entity ceases to bear some dependent entity. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Change + + + + + + A Process in which some independent continuant endures and 1) one or more of the dependent entities it bears increase or decrease in intensity, 2) the entity begins to bear some dependent entity or 3) the entity ceases to bear some dependent entity. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Nominal Stasis + Nominal + A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has a level of intensity or functionality that falls within the designed, expected, or acceptable range such that the Independent Continuant is of normal value, usefulness, or functionality. + https://en.oxforddictionaries.com/definition/nominal (Definition 6) + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Nominal Stasis + + + + + + Nominal + + + + + + A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has a level of intensity or functionality that falls within the designed, expected, or acceptable range such that the Independent Continuant is of normal value, usefulness, or functionality. + + + + + + https://en.oxforddictionaries.com/definition/nominal (Definition 6) + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Gain of Generically Dependent Continuant + A Gain of Dependent Continuant wherein some Independent Continuant becomes the carrier of some Generically Dependent Continuant. + A Person forms a Plan, A Person is initiated into a Religion, A photgraphic image is produced. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Gain of Generically Dependent Continuant + + + + + + A Gain of Dependent Continuant wherein some Independent Continuant becomes the carrier of some Generically Dependent Continuant. + + + + + + A Person forms a Plan, A Person is initiated into a Religion, A photgraphic image is produced. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Decrease of Role + A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Role that it bears. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Decrease of Role + + + + + + A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Role that it bears. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Stasis of Partially Mission Capable + A Stasis of Mission Capability during which the participating Continuant is capable of performing some but not all of its primary functions for the specified Mission. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Stasis of Partially Mission Capable + + + + + + A Stasis of Mission Capability during which the participating Continuant is capable of performing some but not all of its primary functions for the specified Mission. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + An End of Life Stasis (EoL) is distinguished from a Stasis of Partially Mission Capable or Stasis of Non-Mission Capable in that EoL is more inclusive such that the participating Artifact may be either Partially or Non-Mission Capable. Additionally, EoL applies only to Artifacts and is typically determined in relation to its original mission and designed primary functions. In contrast, an Artifact's level of Mission Capability depends on the requirements of the mission under consideration such that a given Artifact may simultaneously be Fully Mission Capable for mission1, Partially Mission Capable for mission2, and Non-Mission Capable for mission3. + + End of Life Stasis + A Stasis of Artifact Operationality that holds during a Temporal Interval when the participating Artifact is no longer capable of realizing all of its designed primary Artifact Functions. + EOL + EoL + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + An End of Life Stasis (EoL) is distinguished from a Stasis of Partially Mission Capable or Stasis of Non-Mission Capable in that EoL is more inclusive such that the participating Artifact may be either Partially or Non-Mission Capable. Additionally, EoL applies only to Artifacts and is typically determined in relation to its original mission and designed primary functions. In contrast, an Artifact's level of Mission Capability depends on the requirements of the mission under consideration such that a given Artifact may simultaneously be Fully Mission Capable for mission1, Partially Mission Capable for mission2, and Non-Mission Capable for mission3. + + + + + + End of Life Stasis + + + + + + A Stasis of Artifact Operationality that holds during a Temporal Interval when the participating Artifact is no longer capable of realizing all of its designed primary Artifact Functions. + + + + + + EOL + + + + + + EoL + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Increase of Generically Dependent Continuant + An Increase of Dependent Continuant in which some Independent Continuant has an increase of some Generically Dependent Continuant that it bears. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Increase of Generically Dependent Continuant + + + + + + An Increase of Dependent Continuant in which some Independent Continuant has an increase of some Generically Dependent Continuant that it bears. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Stasis of Disposition + A Stasis of Realizable Entity in which some Independent Continuant bears some Disposition that remains unchanged during a Temporal Interval. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Stasis of Disposition + + + + + + A Stasis of Realizable Entity in which some Independent Continuant bears some Disposition that remains unchanged during a Temporal Interval. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Increase of Quality + An Increase of Specifically Dependent Continuant in which some Indpendent Continuant has an increase of some Quality that it bears. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Increase of Quality + + + + + + An Increase of Specifically Dependent Continuant in which some Indpendent Continuant has an increase of some Quality that it bears. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Stasis of Specifically Dependent Continuant + A Stasis in which some Independent Continuant bears some Specifically Dependent Continuant that remains unchanged during a Temporal Interval. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Stasis of Specifically Dependent Continuant + + + + + + A Stasis in which some Independent Continuant bears some Specifically Dependent Continuant that remains unchanged during a Temporal Interval. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Stasis of Realizable Entity + A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Realizable Entity that remains unchanged during a Temporal Interval. + https://www.commoncoreontologies.org/EventOntology + + + + + Stasis of Realizable Entity + + + + + + A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Realizable Entity that remains unchanged during a Temporal Interval. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + + + + + + + Loss of Realizable Entity + A Loss of Specifically Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Realizable Entity. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Loss of Realizable Entity + + + + + + A Loss of Specifically Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Realizable Entity. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Stasis of Partially Mission Capable Maintenance + A Stasis of Partially Mission Capable during which the participating Continuant is not capable of performing some of its primary functions for the specified Mission due to participating in an Act Of Maintenance. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Stasis of Partially Mission Capable Maintenance + + + + + + A Stasis of Partially Mission Capable during which the participating Continuant is not capable of performing some of its primary functions for the specified Mission due to participating in an Act Of Maintenance. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Decrease of Specifically Dependent Continuant + A Decrease of Dependent Continuant in which some Independent Continuant has a decrease in some Specifically Dependent Continuant that it bears. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Decrease of Specifically Dependent Continuant + + + + + + A Decrease of Dependent Continuant in which some Independent Continuant has a decrease in some Specifically Dependent Continuant that it bears. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Stasis of Generically Dependent Continuant + A Stasis in which some Independent Continuant bears some Generically Dependent Continuant that remains unchanged during a Temporal Interval. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Stasis of Generically Dependent Continuant + + + + + + A Stasis in which some Independent Continuant bears some Generically Dependent Continuant that remains unchanged during a Temporal Interval. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Wounded Stasis + Wounded + A Damaged Stasis in which a Person or other organism is the bearer of a Quality or Realizable Entity that has suffered impairment (i.e., a decrease or loss) due to an injuring event. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Wounded Stasis + + + + + + Wounded + + + + + + A Damaged Stasis in which a Person or other organism is the bearer of a Quality or Realizable Entity that has suffered impairment (i.e., a decrease or loss) due to an injuring event. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Increase of Function + An Increase of Disposition in which some Independent Continuant has an increase of some Function that it bears. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Increase of Function + + + + + + An Increase of Disposition in which some Independent Continuant has an increase of some Function that it bears. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Gain of Specifically Dependent Continuant + A Gain of Dependent Continuant in which some Independent Continuant becomes the bearer of some Specifically Dependent Continuant. + A Person becomes pregnant (gain of quality), A person becomes forgetful (gain of disposition), A vehicle becomes amphibious (gain of function), A Person becomes a Database Administrator (gain of role). + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Gain of Specifically Dependent Continuant + + + + + + A Gain of Dependent Continuant in which some Independent Continuant becomes the bearer of some Specifically Dependent Continuant. + + + + + + A Person becomes pregnant (gain of quality), A person becomes forgetful (gain of disposition), A vehicle becomes amphibious (gain of function), A Person becomes a Database Administrator (gain of role). + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Stable Orientation + A Stasis of Quality that holds during a Temporal Interval when an object maintains the same Spatial Orientation. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Stable Orientation + + + + + + A Stasis of Quality that holds during a Temporal Interval when an object maintains the same Spatial Orientation. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + This class should be used to demarcate the start of the temporal interval (through the BFO 'occupies temporal region' property) that the Entity bears the Function. + + Gain of Function + A Gain of Disposition in which some Independent Continuant becomes the bearer of some Function. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + This class should be used to demarcate the start of the temporal interval (through the BFO 'occupies temporal region' property) that the Entity bears the Function. + + + + + + Gain of Function + + + + + + A Gain of Disposition in which some Independent Continuant becomes the bearer of some Function. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Decrease of Quality + A Decrease of Specifically Dependent Continuant in which some Independent Continuant has a decrease of some Quality that it bears. + Weight Loss, Decreasing Temperature, decreasing color intensity, loss of structural integrity + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Decrease of Quality + + + + + + A Decrease of Specifically Dependent Continuant in which some Independent Continuant has a decrease of some Quality that it bears. + + + + + + Weight Loss, Decreasing Temperature, decreasing color intensity, loss of structural integrity + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Loss of Generically Dependent Continuant + A Loss of Dependent Continuant in which some Independent Continuant ceases to be the carrier of some Generically Dependent Continuant. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Loss of Generically Dependent Continuant + + + + + + A Loss of Dependent Continuant in which some Independent Continuant ceases to be the carrier of some Generically Dependent Continuant. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Decrease of Disposition + A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Disposition it bears. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Decrease of Disposition + + + + + + A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Disposition it bears. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Gain of Dependent Continuant + A Change in which an Independent Continuant becomes the bearer or carrier of some Dependent Continuant. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Gain of Dependent Continuant + + + + + + A Change in which an Independent Continuant becomes the bearer or carrier of some Dependent Continuant. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Enhanced Stasis + Enhanced + A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has undergone improvement (i.e., an increase or gain) due to a previous action or event such that the Independent Continuant is now of greater value, usefulness, or functionality. + http://www.thefreedictionary.com/enhance + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Enhanced Stasis + + + + + + Enhanced + + + + + + A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has undergone improvement (i.e., an increase or gain) due to a previous action or event such that the Independent Continuant is now of greater value, usefulness, or functionality. + + + + + + http://www.thefreedictionary.com/enhance + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Stasis of Non-Mission Capable + A Stasis of Mission Capability during which the participating Continuant is not capable of performing any of its primary functions for the specified Mission. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Stasis of Non-Mission Capable + + + + + + A Stasis of Mission Capability during which the participating Continuant is not capable of performing any of its primary functions for the specified Mission. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + This class should be used to demarcate the start of the temporal interval (through the BFO 'occupies temporal region' property) that the Entity bears the Disposition. + + Gain of Disposition + A Gain of Realizable Entity in which some Independent Continuant becomes the bearer of some Disposition. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + This class should be used to demarcate the start of the temporal interval (through the BFO 'occupies temporal region' property) that the Entity bears the Disposition. + + + + + + Gain of Disposition + + + + + + A Gain of Realizable Entity in which some Independent Continuant becomes the bearer of some Disposition. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Increase of Realizable Entity + An Increase of Specifically Dependent Continuant in which some Independent Continuant has an increase of some Realizable Entity that it bears. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Increase of Realizable Entity + + + + + + An Increase of Specifically Dependent Continuant in which some Independent Continuant has an increase of some Realizable Entity that it bears. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Loss of Role + A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Role. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Loss of Role + + + + + + A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Role. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Stasis of Fully Mission Capable + A Stasis of Mission Capability during which the participating Continuant is capable of performing all of its primary functions for the specified Mission. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Stasis of Fully Mission Capable + + + + + + A Stasis of Mission Capability during which the participating Continuant is capable of performing all of its primary functions for the specified Mission. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Gain of Realizable Entity + A Gain of Specifically Dependent Continuant in which some Independent Continuant becomes the bearer of some Realizable Entity. + An informant becomes unreliable (disposition), A person begins to speak French (function), a person becomes a welder (role). + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Gain of Realizable Entity + + + + + + A Gain of Specifically Dependent Continuant in which some Independent Continuant becomes the bearer of some Realizable Entity. + + + + + + An informant becomes unreliable (disposition), A person begins to speak French (function), a person becomes a welder (role). + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + Oscillation is often thought of in the sense of motion, e.g., a swinging clock pendulum. However, the repetitive variation in location around a central point is technically a process of vibration, sometimes referred to as mechanical oscillation. Use the term Vibration Motion for those cases. + + Oscillation Process + Oscillation + A Change in which the dependent entity alternates between two or more stases. + https://en.wikipedia.org/w/index.php?title=Oscillation&oldid=1002978272 + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Oscillation is often thought of in the sense of motion, e.g., a swinging clock pendulum. However, the repetitive variation in location around a central point is technically a process of vibration, sometimes referred to as mechanical oscillation. Use the term Vibration Motion for those cases. + + + + + + Oscillation Process + + + + + + Oscillation + + + + + + A Change in which the dependent entity alternates between two or more stases. + + + + + + https://en.wikipedia.org/w/index.php?title=Oscillation&oldid=1002978272 + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + Effect + Consequence + A Process that follows and is caused by some previous Process. + http://wordnetweb.princeton.edu/perl/webwn?s=effect + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Effect + + + + + + Consequence + + + + + + A Process that follows and is caused by some previous Process. + + + + + + http://wordnetweb.princeton.edu/perl/webwn?s=effect + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Decrease of Dependent Continuant + A Change in which some Independent Continuant has a decrease in the level of some Dependent Continuant that it bears. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Decrease of Dependent Continuant + + + + + + A Change in which some Independent Continuant has a decrease in the level of some Dependent Continuant that it bears. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Stasis of Non-Mission Capable Maintenance + A Stasis of Non-Mission Capable during which the participating Continuant is not capable of performing its primary functions for the specified Mission due to participating in an Act Of Maintenance. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Stasis of Non-Mission Capable Maintenance + + + + + + A Stasis of Non-Mission Capable during which the participating Continuant is not capable of performing its primary functions for the specified Mission due to participating in an Act Of Maintenance. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Increase of Role + An Increase of Realizable Entity in which some Independent Continuant has an increase of some Role that it bears. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Increase of Role + + + + + + An Increase of Realizable Entity in which some Independent Continuant has an increase of some Role that it bears. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + Stasis + A Process in which one or more Independent Continuants endure in an unchanging condition. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Stasis + + + + + + A Process in which one or more Independent Continuants endure in an unchanging condition. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Stasis of Function + A Stasis of Realizable Entity in which some Independent Continuant bears some Function that remains unchanged during a Temporal Interval. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Stasis of Function + + + + + + A Stasis of Realizable Entity in which some Independent Continuant bears some Function that remains unchanged during a Temporal Interval. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Stasis of Role + A Stasis of Realizable Entity in which some Independent Continuant bears some Role that remains unchanged during a Temporal Interval. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Stasis of Role + + + + + + A Stasis of Realizable Entity in which some Independent Continuant bears some Role that remains unchanged during a Temporal Interval. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Active Stasis + A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact is realizing one or more of its designed Artifact Functions (especially one of its primary functions). + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Active Stasis + + + + + + A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact is realizing one or more of its designed Artifact Functions (especially one of its primary functions). + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Stasis of Quality + A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Quality that remains unchanged during a Temporal Interval. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Stasis of Quality + + + + + + A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Quality that remains unchanged during a Temporal Interval. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Decrease of Realizable Entity + A Decrease of Specifically Dependent Continuant in which some Independent Continuant has a decrease of some Realizable Entity that it bears. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Decrease of Realizable Entity + + + + + + A Decrease of Specifically Dependent Continuant in which some Independent Continuant has a decrease of some Realizable Entity that it bears. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Effect of Location Change + An Effect caused by some Act of Location Change and which results in an Object being located in a different place. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Effect of Location Change + + + + + + An Effect caused by some Act of Location Change and which results in an Object being located in a different place. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Loss of Specifically Dependent Continuant + A Loss of Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Specifically Dependent Continuant. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Loss of Specifically Dependent Continuant + + + + + + A Loss of Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Specifically Dependent Continuant. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Loss of Dependent Continuant + A Change in which some Independent Continuant ceases to be the bearer or carrier of some Dependent Continuant. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Loss of Dependent Continuant + + + + + + A Change in which some Independent Continuant ceases to be the bearer or carrier of some Dependent Continuant. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Married + Married Stasis + A Stasis of Generically Dependent Continuant that consists of a socially, culturally, or ritually recognized union or legal contract between spouses that establishes rights and obligations between them, between them and their children, and between them and their in-laws. + Haviland, William A.; Prins, Harald E. L.; McBride, Bunny; Walrath, Dana (2011). Cultural Anthropology: The Human Challenge (13th ed.). Cengage Learning. ISBN 978-0-495-81178-7 + https://en.wikipedia.org/w/index.php?title=Marriage&oldid=1064076951 + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Married + + + + + + Married Stasis + + + + + + A Stasis of Generically Dependent Continuant that consists of a socially, culturally, or ritually recognized union or legal contract between spouses that establishes rights and obligations between them, between them and their children, and between them and their in-laws. + + + + + + Haviland, William A.; Prins, Harald E. L.; McBride, Bunny; Walrath, Dana (2011). Cultural Anthropology: The Human Challenge (13th ed.). Cengage Learning. ISBN 978-0-495-81178-7 + + + + + + https://en.wikipedia.org/w/index.php?title=Marriage&oldid=1064076951 + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + A Beginning of Life Stasis (BoL) is a relatively brief Operational Stasis that is primarily of interest for the purpose of establishing a baseline for operational parameters to be compared to the designed specifications as well as the Artifact's performance throughout its operational life. + + Beginning of Life Stasis + A Operational Stasis that holds during a Temporal Interval when an Artifact is first put into operational use such that its designed set of Artifact Functions is capable of operating at or near their designed peak performance levels. + BOL + BoL + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + A Beginning of Life Stasis (BoL) is a relatively brief Operational Stasis that is primarily of interest for the purpose of establishing a baseline for operational parameters to be compared to the designed specifications as well as the Artifact's performance throughout its operational life. + + + + + + Beginning of Life Stasis + + + + + + A Operational Stasis that holds during a Temporal Interval when an Artifact is first put into operational use such that its designed set of Artifact Functions is capable of operating at or near their designed peak performance levels. + + + + + + BOL + + + + + + BoL + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Deactivated Stasis + A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact is not realizing any of its designed Artifact Functions (or at least not realizing any of its primary functions). + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Deactivated Stasis + + + + + + A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact is not realizing any of its designed Artifact Functions (or at least not realizing any of its primary functions). + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Decrease of Function + A Decrease of Disposition in which some Independent Continuant has a decrease of some Function that it bears. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Decrease of Function + + + + + + A Decrease of Disposition in which some Independent Continuant has a decrease of some Function that it bears. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Defunct Stasis + A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact no longer maintains its designed set of Artifact Functions (or at least no longer maintains its primary functions). + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Defunct Stasis + + + + + + A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact no longer maintains its designed set of Artifact Functions (or at least no longer maintains its primary functions). + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Increase of Dependent Continuant + A Change in which some Independent Continuant has an increase in the level of some Dependent Continuant that it bears. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Increase of Dependent Continuant + + + + + + A Change in which some Independent Continuant has an increase in the level of some Dependent Continuant that it bears. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Loss of Disposition + A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Disposition. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Loss of Disposition + + + + + + A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Disposition. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Gain of Quality + A Gain of Specifically Dependent Continuant in which an Independent Continuant becomes the bearer of some Quality. + A person becoming pregnant. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Gain of Quality + + + + + + A Gain of Specifically Dependent Continuant in which an Independent Continuant becomes the bearer of some Quality. + + + + + + A person becoming pregnant. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Loss of Quality + A Loss of Specifically Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Quality. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Loss of Quality + + + + + + A Loss of Specifically Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Quality. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Stasis of Mission Capability + A Stasis of Realizable Entity that holds during a temporal interval when a Continuant's capability (or lack thereof) to perform its intended Functions, tasks, or Objectives remains at a relatively constant level. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Stasis of Mission Capability + + + + + + A Stasis of Realizable Entity that holds during a temporal interval when a Continuant's capability (or lack thereof) to perform its intended Functions, tasks, or Objectives remains at a relatively constant level. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Operational Stasis + A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact maintains its designed set of Artifact Functions (or at least maintains its primary functions). + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Operational Stasis + + + + + + A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact maintains its designed set of Artifact Functions (or at least maintains its primary functions). + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + This class should be used to demarcate the start of the temporal interval (through the occurs_on property) that the Entity bears the Role. + + Gain of Role + A Gain of Realizable Entity in which some Independent Continuant becomes bearer of some Role. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + This class should be used to demarcate the start of the temporal interval (through the occurs_on property) that the Entity bears the Role. + + + + + + Gain of Role + + + + + + A Gain of Realizable Entity in which some Independent Continuant becomes bearer of some Role. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Stasis of Artifact Operationality + A Stasis of Realizable Entity that holds during a Temporal Interval when an Artifact's designed set of Artifact Functions (or at least its primary functions) or the realizations of those functions remain unchanged. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Stasis of Artifact Operationality + + + + + + A Stasis of Realizable Entity that holds during a Temporal Interval when an Artifact's designed set of Artifact Functions (or at least its primary functions) or the realizations of those functions remain unchanged. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Increase of Specifically Dependent Continuant + An Increase of Dependent Continuant in which some Independent Continuant has an increase of some Specifically Dependent Continuant that it bears. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Increase of Specifically Dependent Continuant + + + + + + An Increase of Dependent Continuant in which some Independent Continuant has an increase of some Specifically Dependent Continuant that it bears. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Under Active Control + An Active Stasis during which an Artifact participates in an Act of Artifact Employment. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Under Active Control + + + + + + An Active Stasis during which an Artifact participates in an Act of Artifact Employment. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Damaged Stasis + Compromised + Damaged + Injured + A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has suffered impairment (i.e., a decrease or loss) due to a previous action or event such that the Independent Continuant is now of lesser value, usefulness, or functionality. + This class can be used to instantiate instances that might otherwise be treated by defined classes such as Damaged Vehicle or Wounded Person. The Independent Continuant and Quality or Realizable Entity are participants of the stasis which can in turn be related to the temporal interval via the occurs on property. + http://www.thefreedictionary.com/damaged + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Damaged Stasis + + + + + + Compromised + + + + + + Damaged + + + + + + Injured + + + + + + A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has suffered impairment (i.e., a decrease or loss) due to a previous action or event such that the Independent Continuant is now of lesser value, usefulness, or functionality. + + + + + + This class can be used to instantiate instances that might otherwise be treated by defined classes such as Damaged Vehicle or Wounded Person. The Independent Continuant and Quality or Realizable Entity are participants of the stasis which can in turn be related to the temporal interval via the occurs on property. + + + + + + http://www.thefreedictionary.com/damaged + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Loss of Function + A Loss of Disposition in which some Independent Continuant ceases to be the bearer of some Function. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Loss of Function + + + + + + A Loss of Disposition in which some Independent Continuant ceases to be the bearer of some Function. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + For the most part Generically Dependent Continuants do not inhere in their bearers over some continuous scale. The primary exception is religion and this class allows annotation of those cases where an Agent is described as becoming less religious. Other cases would include the decrease of an organization's bearing of some objective. + + Decrease of Generically Dependent Continuant + A Decrease of Dependent Continuant in which some Independent Continuant has a decrease in the level of a Generically Dependent Continuant that it bears. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + For the most part Generically Dependent Continuants do not inhere in their bearers over some continuous scale. The primary exception is religion and this class allows annotation of those cases where an Agent is described as becoming less religious. Other cases would include the decrease of an organization's bearing of some objective. + + + + + + Decrease of Generically Dependent Continuant + + + + + + A Decrease of Dependent Continuant in which some Independent Continuant has a decrease in the level of a Generically Dependent Continuant that it bears. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + Increase of Disposition + An Increase of Realizable Entity in which some Independent Continuant has an increase of some Disposition that it bears. + https://www.commoncoreontologies.org/EventOntology + + + + + + + + + + + + + + + + + Increase of Disposition + + + + + + An Increase of Realizable Entity in which some Independent Continuant has an increase of some Disposition that it bears. + + + + + + https://www.commoncoreontologies.org/EventOntology + + + + + + + + From 0c3a48114652e5ac40d1117fd76085d435d2c80f Mon Sep 17 00:00:00 2001 From: LillyG Date: Thu, 13 Feb 2025 18:31:03 +0100 Subject: [PATCH 076/150] Add axioms to CCO terms --- src/ontology/edits/oeo-import-edits.owl | 251 +++++++++++++++++++----- 1 file changed, 205 insertions(+), 46 deletions(-) diff --git a/src/ontology/edits/oeo-import-edits.owl b/src/ontology/edits/oeo-import-edits.owl index 7b154a787..89e7140a1 100644 --- a/src/ontology/edits/oeo-import-edits.owl +++ b/src/ontology/edits/oeo-import-edits.owl @@ -107,6 +107,26 @@ pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086 + + + + + + + + + + + + + + + + + + + @@ -372,6 +392,12 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136 + + + + + + + + + + @@ -499,6 +531,22 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1754 + + + A data item is an information content entity that is intended to be a truthful statement about something (modulo, e.g., measurement precision or other systematic errors) and is constructed/acquired by a method which reliably tends to produce (approximately) truthful statements. + http://www.ontobee.org/ontology/IAO?iri=http://purl.obolibrary.org/obo/IAO_0000027 + + + + + A data item is an information content entity that is intended to be a truthful statement about something (modulo, e.g., measurement precision or other systematic errors) and is constructed/acquired by a method which reliably tends to produce (approximately) truthful statements. + issue: https://github.com/OpenEnergyPlatform/ontology/issues/823 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/826 + + + + @@ -562,43 +610,16 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 - - - issue: https://github.com/OpenEnergyPlatform/ontology/issues/533 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/537 -renaming -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895 -Remove unintended duplicated SubClassOf axiom and restore OEO definition: -https://github.com/OpenEnergyPlatform/ontology/pull/1741 -Delete SubClassOf axiom, add EquivalentTo axiom and restore definition from UO: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1871 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1892 - unit of measurement - - - - - - - - - make subclass of information content artifact -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1690 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1820 - - - - - + - - + issue: https://github.com/OpenEnergyPlatform/ontology/issues/2002 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1133 + + @@ -607,14 +628,18 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1133 + - - + + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/2002 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1133 + + @@ -623,6 +648,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1133 + + @@ -631,14 +658,157 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1133 + - - + + + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/2002 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1133 + + + + + + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/533 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/537 +renaming +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895 +Remove unintended duplicated SubClassOf axiom and restore OEO definition: +https://github.com/OpenEnergyPlatform/ontology/pull/1741 +Delete SubClassOf axiom, add EquivalentTo axiom and restore definition from UO: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1871 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1892 + unit of measurement + + + + + + + + + make subclass of information content artifact +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1690 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1820 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - A data item is an information content entity that is intended to be a truthful statement about something (modulo, e.g., measurement precision or other systematic errors) and is constructed/acquired by a method which reliably tends to produce (approximately) truthful statements. - http://www.ontobee.org/ontology/IAO?iri=http://purl.obolibrary.org/obo/IAO_0000027 - - - - - A data item is an information content entity that is intended to be a truthful statement about something (modulo, e.g., measurement precision or other systematic errors) and is constructed/acquired by a method which reliably tends to produce (approximately) truthful statements. - issue: https://github.com/OpenEnergyPlatform/ontology/issues/823 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/826 - add subset of relation below 'causally related to' issue: https://github.com/OpenEnergyPlatform/ontology/issues/1079 From 58e92df186d4f649aa3e8be3c085613c2c4eed96 Mon Sep 17 00:00:00 2001 From: ColinHDev Date: Thu, 13 Feb 2025 18:40:58 +0100 Subject: [PATCH 077/150] Removed redundant imports --- src/ontology/edits/oeo-shared.omn | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index f5ebe47ef..0f479ae1b 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -169,9 +169,6 @@ ObjectProperty: ObjectProperty: -ObjectProperty: - - ObjectProperty: InverseOf: @@ -1271,9 +1268,6 @@ Class: Class: -Class: - - Class: @@ -1365,9 +1359,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1897", OEO_00020166 -Class: - - Class: OEO_00000051 Annotations: From cbaf29c8e1f27807863a9ad202525217f0ede29a Mon Sep 17 00:00:00 2001 From: LillyG Date: Thu, 13 Feb 2025 18:44:30 +0100 Subject: [PATCH 078/150] Add term trackers --- src/ontology/edits/oeo-import-edits.owl | 33 ++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/src/ontology/edits/oeo-import-edits.owl b/src/ontology/edits/oeo-import-edits.owl index 89e7140a1..ad0911254 100644 --- a/src/ontology/edits/oeo-import-edits.owl +++ b/src/ontology/edits/oeo-import-edits.owl @@ -62,6 +62,12 @@ Currently, it covers the `ro-extracted.owl`-file which is a subset of the Relati + + + + + + @@ -109,13 +115,19 @@ pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086 - + + issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 + - + + issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 + @@ -123,6 +135,8 @@ pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086 + issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 @@ -394,7 +408,10 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136 - + + issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 + @@ -729,6 +746,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1820 + issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 @@ -773,6 +792,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1820 + issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 @@ -806,6 +827,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1820 + issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 @@ -828,6 +851,10 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136 + + issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 + From 550a2754d8606bd4bc43c781e0c1fbd4b67475ad Mon Sep 17 00:00:00 2001 From: stap-m Date: Fri, 14 Feb 2025 09:08:10 +0100 Subject: [PATCH 079/150] add comment about process axioms from cco --- src/ontology/edits/oeo-import-edits.owl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ontology/edits/oeo-import-edits.owl b/src/ontology/edits/oeo-import-edits.owl index ad0911254..6dba4b5c2 100644 --- a/src/ontology/edits/oeo-import-edits.owl +++ b/src/ontology/edits/oeo-import-edits.owl @@ -748,6 +748,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1820 issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 + In CCO, the SubClassOf axioms are actually anonymous ancestors and inherited from process (BFO 2020). @@ -794,6 +795,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 + In CCO, the SubClassOf axioms are actually anonymous ancestors and inherited from process (BFO 2020). @@ -829,6 +831,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 + In CCO, the SubClassOf axioms are actually anonymous ancestors and inherited from process (BFO 2020). From ee99f32e61139dddf4905c0d87ece49d9bf0c150 Mon Sep 17 00:00:00 2001 From: stap-m Date: Fri, 14 Feb 2025 09:13:06 +0100 Subject: [PATCH 080/150] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce9ac1127..ea0a8f37a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ 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) +- import from CCO event ontology: Change, Effect, Stasis and subclasses, has occurent part, occurrent part of and subproperties (#2016) ### Changed - technical model implementation, conceptual model, model system boundary, input data/exogenous data, output data (#1990) From a178e6711039775968425e6a9576ad578bba1605 Mon Sep 17 00:00:00 2001 From: LillyG Date: Fri, 14 Feb 2025 09:22:41 +0100 Subject: [PATCH 081/150] Update cco-extracted.owl --- src/ontology/imports/cco-extracted.owl | 144 ++++++++++++++++++++++--- 1 file changed, 128 insertions(+), 16 deletions(-) diff --git a/src/ontology/imports/cco-extracted.owl b/src/ontology/imports/cco-extracted.owl index bc43925b3..e8edaa405 100644 --- a/src/ontology/imports/cco-extracted.owl +++ b/src/ontology/imports/cco-extracted.owl @@ -288,6 +288,48 @@ + + + + 211-BFO + + has temporal part + b has temporal part c =Def c temporal part of b + Your life has temporal part the first year of your life + + + + + + + + + + + 211-BFO + + + + + + has temporal part + + + + + + b has temporal part c =Def c temporal part of b + + + + + + Your life has temporal part the first year of your life + + + + + @@ -372,6 +414,41 @@ + + + + + has process part + x has_process_part y iff x and y are instances of Process, such that y occurs during the temporal interval of x, and y either provides an input to x or receives an output of x, or both. + https://www.commoncoreontologies.org/ExtendedRelationOntology + + + + + + + + + + + has process part + + + + + + x has_process_part y iff x and y are instances of Process, such that y occurs during the temporal interval of x, and y either provides an input to x or receives an output of x, or both. + + + + + + https://www.commoncoreontologies.org/ExtendedRelationOntology + + + + + @@ -442,6 +519,41 @@ + + + + + is part of process + x is_part_of_process y iff x and y are instances of Process, such that x occurs during the temporal interval of y, and x either provides an input to y or receives an output of y. + https://www.commoncoreontologies.org/ExtendedRelationOntology + + + + + + + + + + + is part of process + + + + + + x is_part_of_process y iff x and y are instances of Process, such that x occurs during the temporal interval of y, and x either provides an input to y or receives an output of y. + + + + + + https://www.commoncoreontologies.org/ExtendedRelationOntology + + + + + + issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 + + + + + + + + + @@ -406,6 +416,15 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136 + + + + + + + + @@ -415,6 +434,14 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 + + + + + + + + # Changelog -All notable changes to this project will be documented in this file. +All notable changes to this project will be documented in this file.
+For each version, important additions, changes and removals are listed here. -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). +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/), +and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [2.x.x] - + ### Added - conceptual model (#1976) - imports from stato: cutoff, lower confdence limit, upper confdence limit, statistic, measure of dispersion, confidence interval (#2002) @@ -24,6 +31,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ## [2.6.0] - 2024-12-06 + ### Added - has aggregation type, has time stamp alignment (#1944) - study descriptor (#1950) @@ -49,8 +57,8 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - areal solar energy density (#1983) - ## [2.5.0] - 2024-09-24 + ### Added - German alternative labels (#1883, #1895) - English language tags to existing alternative labels (#1883, #1895) @@ -77,13 +85,13 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - replace term tracker item with term tracker annotation (#1922, #1923) - replace has bearer with characteristic of (#1928) -### Obsoletion +### Removed - economic value, has economic value, economic value (#1931) - has bearer (#1928) -### Removed ## [2.4.0] - 2024-07-01 + ### Added - subsector, has subsector, subsector of (#1788) - manufacturing technology, manufacturing plant, manufactured commodity (#1840) @@ -102,6 +110,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ### Removed - emission value (#1880) + ## [2.3.0] - 2024-05-21 ### Added @@ -125,7 +134,6 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - has bearer, has characteristic, characteristic of, role of, model role (#1852) - time stamp (#1853) -### Removed ## [2.2.0] - 2024-03-04 @@ -151,7 +159,6 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - forecasting model calculation (#1799) - uo-extracted.owl (#1820) -### Removed ## [2.1.0] - 2023-12-05 @@ -176,11 +183,13 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - data descriptor (#1775) - target description, policy instrument, policy (#1778) + ## [2.0.1] - 2023-10-26 ### Changed - unit, prefix, generically dependent continuant (#1741/#1742) + ## [2.0.0] - 2023-10-25 ### Major stuctural changes @@ -216,7 +225,6 @@ We added a lot of classes that are relevant for the OEKG development, i.e. techn - mobility technology, electric mobility technology (#1727) - energy storage object hierarchy, energy storage technology hierarchy (#1728) - ### Changed - energy transformation (#1625) - waste role (#1638) @@ -236,13 +244,13 @@ We added a lot of classes that are relevant for the OEKG development, i.e. techn ### Deprecated - belongs to module (#1732) -## [1.16.1] - 2023-08-01 -### Added +## [1.16.1] - 2023-08-01 ### Changed - Update module files after saving with Protégé 5.6.1(#1628) + ## [1.16.0] - 2023-08-01 ### Added @@ -272,6 +280,7 @@ We added a lot of classes that are relevant for the OEKG development, i.e. techn ### Removed - old competency question bash script (#1420) + ## [1.15.0] - 2023-05-31 ### Added @@ -301,6 +310,7 @@ We added a lot of classes that are relevant for the OEKG development, i.e. techn ### Removed - files and scripts from outdated import process: extract-iao-module.bat, imports/iao-module.owl, ro-module.owl (#1555) + ## [1.14.0] - 2023-03-30 ### Added @@ -324,6 +334,7 @@ We added a lot of classes that are relevant for the OEKG development, i.e. techn - uses, is used by (#1508) - update oeo.omn description (#1509) + ## [1.13.0] - 2023-02-01 ### Added @@ -452,6 +463,7 @@ We added a lot of classes that are relevant for the OEKG development, i.e. techn - battery storage (#1348) - csv and txt (#1371) + ## [1.11.0] - 2022-07-04 ### Added @@ -479,7 +491,6 @@ We added a lot of classes that are relevant for the OEKG development, i.e. techn - charcoal, synthetic fuel, gas diesel oil, manufactured coal based gas, syngas, gasoline, kerosene, steam, compressed air, pumped water (#1243) - ## [1.10.1] - 2022-06-14 ### Added @@ -510,7 +521,6 @@ We added a lot of classes that are relevant for the OEKG development, i.e. techn - has institution (#1200) - waste fuel, liquid biofuel, solid biofuel, fossil combustion fuel, renewable fuel, synthetic fuel, volatile organic compound (#1201) -### Removed ## [1.10.0] - 2022-05-09 @@ -550,7 +560,6 @@ We added a lot of classes that are relevant for the OEKG development, i.e. techn - trades / is traded at, good, good role (#1127) - traction motor -> electric traction motor (#1135) -### Removed ## [1.9.0] - 2022-03-01 @@ -602,6 +611,7 @@ We added a lot of classes that are relevant for the OEKG development, i.e. techn - organisation in oeo-social (#992) - oil and petroleum products (#1024) + ## [1.8.0] - 2021-12-01 ### Added @@ -654,7 +664,6 @@ We added a lot of classes that are relevant for the OEKG development, i.e. techn - ammonia (#959) - industrial waste fuel, municipal waste fuel, renewable municipal waste fuel, fossil municipal waste fuel (previously: non renewable municipal waste fuel) (#961) -### Removed ## [1.7.0] - 2021-10-04 @@ -715,11 +724,13 @@ We added a lot of classes that are relevant for the OEKG development, i.e. techn - molten state battery (#801) - duplicate model factsheet OEO:00020031 (#854) + ## [1.6.1] - 2021-07-07 ### Changed - commodity (#789) + ## [1.6.0] - 2021-07-01 ### Added @@ -753,6 +764,7 @@ We added a lot of classes that are relevant for the OEKG development, i.e. techn ### Removed - hydroelectric dam energy transformation and run-off-river energy transformation (#758) + ## [1.5.0] - 2021-05-03 ### Added @@ -769,7 +781,6 @@ We added a lot of classes that are relevant for the OEKG development, i.e. techn - energy market exchange (#748) - public and private funders (#246) - ### Changed - has physical output, has constraint (#716) - gross inland energy consumption, primary energy consumption (#719) @@ -784,6 +795,7 @@ We added a lot of classes that are relevant for the OEKG development, i.e. techn - has numerical input / output (#716) - computation time (#723) + ## [1.4.0] - 2021-03-02 ### Added @@ -826,6 +838,7 @@ We added a lot of classes that are relevant for the OEKG development, i.e. techn ### Removed - delete hydroelectricity class (#682) + ## [1.3.0] - 2020-12-18 ### Added @@ -853,6 +866,7 @@ We added a lot of classes that are relevant for the OEKG development, i.e. techn - comment on waste fuel (#631) - energy transformation has input/output energy (#690) + ## [1.2.0] - 2020-10-30 ### Added @@ -882,6 +896,7 @@ We added a lot of classes that are relevant for the OEKG development, i.e. techn ### Removed - software maintenance (#566) + ## [1.1.0] - 2020-09-01 ### Added @@ -916,6 +931,7 @@ We added a lot of classes that are relevant for the OEKG development, i.e. techn ### Removed - unused object properties (#452) + ## [1.0.0] - 2020-06-11 ### Added From b86cd8e56349102afd10612c611a7ffd5d385101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Fri, 21 Feb 2025 21:09:43 +0100 Subject: [PATCH 098/150] Add copyright info #1985 --- CITATION.cff | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index e7a890bdc..1baccd98c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: Open Energy Ontology (OEO) +# SPDX-License-Identifier: CC0-1.0 OR MIT + cff-version: 1.2.0 message: "If you use this software, please cite it using these metadata." authors: @@ -165,7 +168,7 @@ authors: affiliation: "Otto-von-Guericke-Universität Magdeburg" title: "Open Energy Ontology (OEO)" type: software -license: CC0-1.0 +license: CC0-1.0 OR MIT version: 2.6.0 date-released: 2024-12-06 url: "https://github.com/OpenEnergyPlatform/ontology" From c2e4de233ac1cd1c08d00b30ecedd1bd5d213f2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Fri, 21 Feb 2025 21:09:57 +0100 Subject: [PATCH 099/150] Add copyright info #1985 --- CODE_OF_CONDUCT.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index fcd01adab..62642970e 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,3 +1,7 @@ + # Contributor Covenant Code of Conduct From 06f8552f55e102408ffccb7c00f19c2b4c047e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Fri, 21 Feb 2025 21:10:12 +0100 Subject: [PATCH 100/150] Add CC-BY-4.0 license #1985 --- LICENSES/CC-BY-4.0.txt | 324 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 324 insertions(+) create mode 100644 LICENSES/CC-BY-4.0.txt diff --git a/LICENSES/CC-BY-4.0.txt b/LICENSES/CC-BY-4.0.txt new file mode 100644 index 000000000..3f92dfc5f --- /dev/null +++ b/LICENSES/CC-BY-4.0.txt @@ -0,0 +1,324 @@ +Creative Commons Attribution 4.0 International Creative Commons Corporation +("Creative Commons") is not a law firm and does not provide legal services +or legal advice. Distribution of Creative Commons public licenses does not +create a lawyer-client or other relationship. Creative Commons makes its licenses +and related information available on an "as-is" basis. Creative Commons gives +no warranties regarding its licenses, any material licensed under their terms +and conditions, or any related information. Creative Commons disclaims all +liability for damages resulting from their use to the fullest extent possible. + +Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and conditions +that creators and other rights holders may use to share original works of +authorship and other material subject to copyright and certain other rights +specified in the public license below. The following considerations are for +informational purposes only, are not exhaustive, and do not form part of our +licenses. + +Considerations for licensors: Our public licenses are intended for use by +those authorized to give the public permission to use material in ways otherwise +restricted by copyright and certain other rights. Our licenses are irrevocable. +Licensors should read and understand the terms and conditions of the license +they choose before applying it. Licensors should also secure all rights necessary +before applying our licenses so that the public can reuse the material as +expected. Licensors should clearly mark any material not subject to the license. +This includes other CC-licensed material, or material used under an exception +or limitation to copyright. More considerations for licensors : wiki.creativecommons.org/Considerations_for_licensors + +Considerations for the public: By using one of our public licenses, a licensor +grants the public permission to use the licensed material under specified +terms and conditions. If the licensor's permission is not necessary for any +reason–for example, because of any applicable exception or limitation to copyright–then +that use is not regulated by the license. Our licenses grant only permissions +under copyright and certain other rights that a licensor has authority to +grant. Use of the licensed material may still be restricted for other reasons, +including because others have copyright or other rights in the material. A +licensor may make special requests, such as asking that all changes be marked +or described. Although not required by our licenses, you are encouraged to +respect those requests where reasonable. More considerations for the public +: wiki.creativecommons.org/Considerations_for_licensees Creative Commons Attribution +4.0 International Public License + +By exercising the Licensed Rights (defined below), You accept and agree to +be bound by the terms and conditions of this Creative Commons Attribution +4.0 International Public License ("Public License"). To the extent this Public +License may be interpreted as a contract, You are granted the Licensed Rights +in consideration of Your acceptance of these terms and conditions, and the +Licensor grants You such rights in consideration of benefits the Licensor +receives from making the Licensed Material available under these terms and +conditions. + +Section 1 – Definitions. + +a. Adapted Material means material subject to Copyright and Similar Rights +that is derived from or based upon the Licensed Material and in which the +Licensed Material is translated, altered, arranged, transformed, or otherwise +modified in a manner requiring permission under the Copyright and Similar +Rights held by the Licensor. For purposes of this Public License, where the +Licensed Material is a musical work, performance, or sound recording, Adapted +Material is always produced where the Licensed Material is synched in timed +relation with a moving image. + +b. Adapter's License means the license You apply to Your Copyright and Similar +Rights in Your contributions to Adapted Material in accordance with the terms +and conditions of this Public License. + +c. Copyright and Similar Rights means copyright and/or similar rights closely +related to copyright including, without limitation, performance, broadcast, +sound recording, and Sui Generis Database Rights, without regard to how the +rights are labeled or categorized. For purposes of this Public License, the +rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. + +d. Effective Technological Measures means those measures that, in the absence +of proper authority, may not be circumvented under laws fulfilling obligations +under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, +and/or similar international agreements. + +e. Exceptions and Limitations means fair use, fair dealing, and/or any other +exception or limitation to Copyright and Similar Rights that applies to Your +use of the Licensed Material. + +f. Licensed Material means the artistic or literary work, database, or other +material to which the Licensor applied this Public License. + +g. Licensed Rights means the rights granted to You subject to the terms and +conditions of this Public License, which are limited to all Copyright and +Similar Rights that apply to Your use of the Licensed Material and that the +Licensor has authority to license. + +h. Licensor means the individual(s) or entity(ies) granting rights under this +Public License. + +i. Share means to provide material to the public by any means or process that +requires permission under the Licensed Rights, such as reproduction, public +display, public performance, distribution, dissemination, communication, or +importation, and to make material available to the public including in ways +that members of the public may access the material from a place and at a time +individually chosen by them. + +j. Sui Generis Database Rights means rights other than copyright resulting +from Directive 96/9/EC of the European Parliament and of the Council of 11 +March 1996 on the legal protection of databases, as amended and/or succeeded, +as well as other essentially equivalent rights anywhere in the world. + +k. You means the individual or entity exercising the Licensed Rights under +this Public License. Your has a corresponding meaning. + +Section 2 – Scope. + + a. License grant. + +1. Subject to the terms and conditions of this Public License, the Licensor +hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, +irrevocable license to exercise the Licensed Rights in the Licensed Material +to: + + A. reproduce and Share the Licensed Material, in whole or in part; and + + B. produce, reproduce, and Share Adapted Material. + +2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions +and Limitations apply to Your use, this Public License does not apply, and +You do not need to comply with its terms and conditions. + + 3. Term. The term of this Public License is specified in Section 6(a). + +4. Media and formats; technical modifications allowed. The Licensor authorizes +You to exercise the Licensed Rights in all media and formats whether now known +or hereafter created, and to make technical modifications necessary to do +so. The Licensor waives and/or agrees not to assert any right or authority +to forbid You from making technical modifications necessary to exercise the +Licensed Rights, including technical modifications necessary to circumvent +Effective Technological Measures. For purposes of this Public License, simply +making modifications authorized by this Section 2(a)(4) never produces Adapted +Material. + + 5. Downstream recipients. + +A. Offer from the Licensor – Licensed Material. Every recipient of the Licensed +Material automatically receives an offer from the Licensor to exercise the +Licensed Rights under the terms and conditions of this Public License. + +B. No downstream restrictions. You may not offer or impose any additional +or different terms or conditions on, or apply any Effective Technological +Measures to, the Licensed Material if doing so restricts exercise of the Licensed +Rights by any recipient of the Licensed Material. + +6. No endorsement. Nothing in this Public License constitutes or may be construed +as permission to assert or imply that You are, or that Your use of the Licensed +Material is, connected with, or sponsored, endorsed, or granted official status +by, the Licensor or others designated to receive attribution as provided in +Section 3(a)(1)(A)(i). + + b. Other rights. + +1. Moral rights, such as the right of integrity, are not licensed under this +Public License, nor are publicity, privacy, and/or other similar personality +rights; however, to the extent possible, the Licensor waives and/or agrees +not to assert any such rights held by the Licensor to the limited extent necessary +to allow You to exercise the Licensed Rights, but not otherwise. + +2. Patent and trademark rights are not licensed under this Public License. + +3. To the extent possible, the Licensor waives any right to collect royalties +from You for the exercise of the Licensed Rights, whether directly or through +a collecting society under any voluntary or waivable statutory or compulsory +licensing scheme. In all other cases the Licensor expressly reserves any right +to collect such royalties. + +Section 3 – License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the following +conditions. + + a. Attribution. + +1. If You Share the Licensed Material (including in modified form), You must: + +A. retain the following if it is supplied by the Licensor with the Licensed +Material: + +i. identification of the creator(s) of the Licensed Material and any others +designated to receive attribution, in any reasonable manner requested by the +Licensor (including by pseudonym if designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of warranties; + +v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable; + +B. indicate if You modified the Licensed Material and retain an indication +of any previous modifications; and + +C. indicate the Licensed Material is licensed under this Public License, and +include the text of, or the URI or hyperlink to, this Public License. + +2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner +based on the medium, means, and context in which You Share the Licensed Material. +For example, it may be reasonable to satisfy the conditions by providing a +URI or hyperlink to a resource that includes the required information. + +3. If requested by the Licensor, You must remove any of the information required +by Section 3(a)(1)(A) to the extent reasonably practicable. + +4. If You Share Adapted Material You produce, the Adapter's License You apply +must not prevent recipients of the Adapted Material from complying with this +Public License. + +Section 4 – Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that apply to +Your use of the Licensed Material: + +a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, +reuse, reproduce, and Share all or a substantial portion of the contents of +the database; + +b. if You include all or a substantial portion of the database contents in +a database in which You have Sui Generis Database Rights, then the database +in which You have Sui Generis Database Rights (but not its individual contents) +is Adapted Material; and + +c. You must comply with the conditions in Section 3(a) if You Share all or +a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not replace +Your obligations under this Public License where the Licensed Rights include +other Copyright and Similar Rights. + +Section 5 – Disclaimer of Warranties and Limitation of Liability. + +a. Unless otherwise separately undertaken by the Licensor, to the extent possible, +the Licensor offers the Licensed Material as-is and as-available, and makes +no representations or warranties of any kind concerning the Licensed Material, +whether express, implied, statutory, or other. This includes, without limitation, +warranties of title, merchantability, fitness for a particular purpose, non-infringement, +absence of latent or other defects, accuracy, or the presence or absence of +errors, whether or not known or discoverable. Where disclaimers of warranties +are not allowed in full or in part, this disclaimer may not apply to You. + +b. To the extent possible, in no event will the Licensor be liable to You +on any legal theory (including, without limitation, negligence) or otherwise +for any direct, special, indirect, incidental, consequential, punitive, exemplary, +or other losses, costs, expenses, or damages arising out of this Public License +or use of the Licensed Material, even if the Licensor has been advised of +the possibility of such losses, costs, expenses, or damages. Where a limitation +of liability is not allowed in full or in part, this limitation may not apply +to You. + +c. The disclaimer of warranties and limitation of liability provided above +shall be interpreted in a manner that, to the extent possible, most closely +approximates an absolute disclaimer and waiver of all liability. + +Section 6 – Term and Termination. + +a. This Public License applies for the term of the Copyright and Similar Rights +licensed here. However, if You fail to comply with this Public License, then +Your rights under this Public License terminate automatically. + +b. Where Your right to use the Licensed Material has terminated under Section +6(a), it reinstates: + +1. automatically as of the date the violation is cured, provided it is cured +within 30 days of Your discovery of the violation; or + + 2. upon express reinstatement by the Licensor. + +c. For the avoidance of doubt, this Section 6(b) does not affect any right +the Licensor may have to seek remedies for Your violations of this Public +License. + +d. For the avoidance of doubt, the Licensor may also offer the Licensed Material +under separate terms or conditions or stop distributing the Licensed Material +at any time; however, doing so will not terminate this Public License. + + e. Sections 1, 5, 6, 7, and 8 survive termination of this Public License. + +Section 7 – Other Terms and Conditions. + +a. The Licensor shall not be bound by any additional or different terms or +conditions communicated by You unless expressly agreed. + +b. Any arrangements, understandings, or agreements regarding the Licensed +Material not stated herein are separate from and independent of the terms +and conditions of this Public License. + +Section 8 – Interpretation. + +a. For the avoidance of doubt, this Public License does not, and shall not +be interpreted to, reduce, limit, restrict, or impose conditions on any use +of the Licensed Material that could lawfully be made without permission under +this Public License. + +b. To the extent possible, if any provision of this Public License is deemed +unenforceable, it shall be automatically reformed to the minimum extent necessary +to make it enforceable. If the provision cannot be reformed, it shall be severed +from this Public License without affecting the enforceability of the remaining +terms and conditions. + +c. No term or condition of this Public License will be waived and no failure +to comply consented to unless expressly agreed to by the Licensor. + +d. Nothing in this Public License constitutes or may be interpreted as a limitation +upon, or waiver of, any privileges and immunities that apply to the Licensor +or You, including from the legal processes of any jurisdiction or authority. + +Creative Commons is not a party to its public licenses. Notwithstanding, Creative +Commons may elect to apply one of its public licenses to material it publishes +and in those instances will be considered the "Licensor." The text of the +Creative Commons public licenses is dedicated to the public domain under the +CC0 Public Domain Dedication. Except for the limited purpose of indicating +that material is shared under a Creative Commons public license or as otherwise +permitted by the Creative Commons policies published at creativecommons.org/policies, +Creative Commons does not authorize the use of the trademark "Creative Commons" +or any other trademark or logo of Creative Commons without its prior written +consent including, without limitation, in connection with any unauthorized +modifications to any of its public licenses or any other arrangements, understandings, +or agreements concerning use of licensed material. For the avoidance of doubt, +this paragraph does not form part of the public licenses. + +Creative Commons may be contacted at creativecommons.org. From f9c13c72154677f1812b7f9b74e54cfdb6c3fac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Fri, 21 Feb 2025 21:10:31 +0100 Subject: [PATCH 101/150] Add copyright info #1985 --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 209128cd8..a14ab5e22 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,8 @@ + + ## Table of Contents - [Welcome](#Welcome)
From a044748970c8e3314ec1efdb5ab4170d51a3b621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Fri, 21 Feb 2025 21:10:44 +0100 Subject: [PATCH 102/150] Add copyright info and update badges #1985 --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29cea4c6b..3da7e7152 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ + + OpenEnergyPlatform -[![License: CC0-1.0](https://img.shields.io/badge/License-CC0%201.0-lightgrey.svg)](http://creativecommons.org/publicdomain/zero/1.0/) +[![License: CC0-1.0](https://img.shields.io/badge/License-CC0%201.0-green.svg)](http://creativecommons.org/publicdomain/zero/1.0/) +OR [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/license/mit) +![https://api.reuse.software/badge/github.com/OpenEnergyPlatform/ontology](https://api.reuse.software/info/github.com/OpenEnergyPlatform/ontology) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/OpenEnergyPlatform/ontology) ![Coverage Badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/areleu/6d00affa9fbc89c79684d62091d96551/raw/open_energy_ontology__heads_feature-1419-competency-question-coverage-report.json) From 01914d9dca4060f1882d1830b280b77aa4ab92fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Fri, 21 Feb 2025 21:11:03 +0100 Subject: [PATCH 103/150] Add copyright info in REUSE.toml #1985 --- REUSE.toml | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 REUSE.toml diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 000000000..3ace5d2c2 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,76 @@ +# SPDX-FileCopyrightText: Open Energy Ontology (OEO) +# SPDX-License-Identifier: CC0-1.0 OR MIT +# Source: + +version = 1 +SPDX-PackageName = "oeo" +SPDX-PackageSupplier = "Ludwig Hülk " +SPDX-PackageDownloadLocation = "https://github.com/OpenEnergyPlatform/ontology" +SPDX-PackageComment = "This work is licensed under Creative Commons Zero v1.0 Universal (CC0-1.0) or MIT License (MIT)." + +[[annotations]] +path = "docs/**" +precedence = "override" +SPDX-FileCopyrightText = "Open Energy Ontology (OEO) " +SPDX-License-Identifier = "CC0-1.0 OR MIT" +SPDX-FileComment = "Copyright: OEO documentation licensed CC0-1.0" + +[[annotations]] +path = ".github/ISSUE_TEMPLATE/*.md" +precedence = "override" +SPDX-FileCopyrightText = "Open Energy Ontology (OEO) " +SPDX-License-Identifier = "CC0-1.0 OR MIT" + +[[annotations]] +path = ".github/pull_request_template.md" +precedence = "override" +SPDX-FileCopyrightText = "Open Energy Ontology (OEO) " +SPDX-License-Identifier = "CC0-1.0 OR MIT" + +[[annotations]] +path = ".github/*.yml" +precedence = "override" +SPDX-FileCopyrightText = "Open Energy Ontology (OEO) " +SPDX-License-Identifier = "CC0-1.0 OR MIT" + +[[annotations]] +path = "examples/**" +precedence = "override" +SPDX-FileCopyrightText = "Open Energy Ontology (OEO) " +SPDX-License-Identifier = "CC0-1.0 OR MIT" + +[[annotations]] +path = "examples/**" +precedence = "override" +SPDX-FileCopyrightText = "Open Energy Ontology (OEO) " +SPDX-License-Identifier = "CC0-1.0 OR MIT" + +[[annotations]] +path = "src/ontology/**" +precedence = "override" +SPDX-FileCopyrightText = "Open Energy Ontology (OEO) " +SPDX-License-Identifier = "CC0-1.0 OR MIT" + +[[annotations]] +path = "src/scripts/**" +precedence = "override" +SPDX-FileCopyrightText = "Open Energy Ontology (OEO) " +SPDX-License-Identifier = "CC0-1.0 OR MIT" + +[[annotations]] +path = "tests/**" +precedence = "override" +SPDX-FileCopyrightText = "Open Energy Ontology (OEO) " +SPDX-License-Identifier = "CC0-1.0 OR MIT" + +[[annotations]] +path = "Makefile" +precedence = "override" +SPDX-FileCopyrightText = "Open Energy Ontology (OEO) " +SPDX-License-Identifier = "CC0-1.0 OR MIT" + +[[annotations]] +path = "VERSION" +precedence = "override" +SPDX-FileCopyrightText = "Open Energy Ontology (OEO) " +SPDX-License-Identifier = "CC0-1.0 OR MIT" From da0202635d1d9c3156b64484a31d23dbea75d179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Fri, 21 Feb 2025 21:14:53 +0100 Subject: [PATCH 104/150] Fix REUSE badge #1985 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3da7e7152..81e06587e 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ SPDX-License-Identifier: CC0-1.0 OR MIT OpenEnergyPlatform [![License: CC0-1.0](https://img.shields.io/badge/License-CC0%201.0-green.svg)](http://creativecommons.org/publicdomain/zero/1.0/) -OR [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/license/mit) -![https://api.reuse.software/badge/github.com/OpenEnergyPlatform/ontology](https://api.reuse.software/info/github.com/OpenEnergyPlatform/ontology) +[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/license/mit) +[![REUSE](https://api.reuse.software/badge/github.com/OpenEnergyPlatform/ontology)](https://api.reuse.software/info/github.com/OpenEnergyPlatform/ontology) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/OpenEnergyPlatform/ontology) ![Coverage Badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/areleu/6d00affa9fbc89c79684d62091d96551/raw/open_energy_ontology__heads_feature-1419-competency-question-coverage-report.json) From f9c50ff8ae7fba2875a893b851db04bf6ec6bf85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Fri, 21 Feb 2025 21:20:31 +0100 Subject: [PATCH 105/150] Add copyright to MIT license #1985 --- LICENSE-MIT.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE-MIT.txt b/LICENSE-MIT.txt index 8931f04f5..9e50274a9 100644 --- a/LICENSE-MIT.txt +++ b/LICENSE-MIT.txt @@ -1,6 +1,6 @@ MIT License -Copyright +Copyright 2018 Open Energy Ontology (OEO) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in From f1d34eb15fba7a5d20461d2d1dc3e4eb1d8974f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Fri, 21 Feb 2025 21:21:06 +0100 Subject: [PATCH 106/150] Rename CC0 license file #1985 --- LICENSE.txt => LICENSE-CC0.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE.txt => LICENSE-CC0.txt (100%) diff --git a/LICENSE.txt b/LICENSE-CC0.txt similarity index 100% rename from LICENSE.txt rename to LICENSE-CC0.txt From 228ec93d712909d7adb2be3e1d394e39bd48a1dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Fri, 21 Feb 2025 21:47:21 +0100 Subject: [PATCH 107/150] Update changelog #1985 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b844911f0..f5bc92233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0. - conceptual model (#1976) - imports from stato: cutoff, lower confdence limit, upper confdence limit, statistic, measure of dispersion, confidence interval (#2002) - model uncertainty location (#1990) +- add dual licensing CC0-1.0 OR MIT (#2021) +- add REUSE license check and copyright info (#2021) ### Changed - technical model implementation, conceptual model, model system boundary, input data/exogenous data, output data (#1990) From 638b99f4af490277753cecef5d147cd482700d56 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 23 Feb 2025 00:04:37 +0100 Subject: [PATCH 108/150] add meno-extracted.owl --- src/ontology/imports/meno-extracted.owl | 756 ++++++++++++++++++++++++ 1 file changed, 756 insertions(+) create mode 100644 src/ontology/imports/meno-extracted.owl diff --git a/src/ontology/imports/meno-extracted.owl b/src/ontology/imports/meno-extracted.owl new file mode 100644 index 000000000..aacfb1efb --- /dev/null +++ b/src/ontology/imports/meno-extracted.owl @@ -0,0 +1,756 @@ + + + + + This file contains externally imported content from the Midlevel Energy Ontology (MENO) for import into the Open Energy Ontology (OEO). It is automatically extracted using ROBOT from the list of selected terms (meno-extract-w-hierarchy.txt, meno-extract-n-hierarchy.txt) located in the OEO-tools repository. + + + + + + + + + + + + + + + + + + + + + + + + + + + + definition + definition + + + + + + + + + + + + + + + + + definition + + + + + + definition + + + + + + + + + + + OBO foundry unique label + + + + + + + + + + + + + + + + + OBO foundry unique label + + + + + + + + + + elucidation + + + + + + + + + + + elucidation + + + + + + + + + + + + + + + + has associated axiom(fol) + + + + + + + + + + + + + + + + + has associated axiom(fol) + + + + + + + + + is defined by + + + + + + + + + + + is defined by + This is an experimental annotation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Energy transfer is a quality process in which a kind of energy is decreased in one bearer and the same kind of energy is increased in another bearer. + + energy transfer + + + + + + + + + + + + + + + + + Energy transfer is a quality process in which a kind of energy is decreased in one bearer and the same kind of energy is increased in another bearer. + + + + + + energy transfer + + + + + + + + + + Energy transformation is a process in which one type of energy is decreased, and simultaneously within the same bearer one or more other types of energy are increased. + (forall (?et) (iff (EnergyTransformation ?et) + (exists (?ed ?ei ?en1 ?en2 ?me) + (and (EnergyDecrease ?ed) (has_part ?et ?ed) + (EnergyIncrease ?ei) (has_part ?et ?ei) + (causally_related_to ?ed ?ei) + (Energy ?en1) (Energy ?en2) (not (= ?en1 ?en2)) + (negatively_regulates ?ed ?en1) + (positively_regulates ?ei ?en2) + (MaterialEntity ?me) + (has_participant ?ed ?me) (has_participant ?ei ?me) + (inheres_in ?en1 ?me) (inheres_in ?en2 ?me) )))) + + energy transformation + + + + + + + + + + + + + + + + + Energy transformation is a process in which one type of energy is decreased, and simultaneously within the same bearer one or more other types of energy are increased. + + + + + + (forall (?et) (iff (EnergyTransformation ?et) + (exists (?ed ?ei ?en1 ?en2 ?me) + (and (EnergyDecrease ?ed) (has_part ?et ?ed) + (EnergyIncrease ?ei) (has_part ?et ?ei) + (causally_related_to ?ed ?ei) + (Energy ?en1) (Energy ?en2) (not (= ?en1 ?en2)) + (negatively_regulates ?ed ?en1) + (positively_regulates ?ei ?en2) + (MaterialEntity ?me) + (has_participant ?ed ?me) (has_participant ?ei ?me) + (inheres_in ?en1 ?me) (inheres_in ?en2 ?me) )))) + + + + + + energy transformation + + + + + + + + + Energetic conversion process is a process that has energy transfers or energy transformations (or both) as part. + Energetic conversion processes comprise any non-idealised processes. The term 'energetic conversion' is chosen as collective term for energy transformations and energy transfers. However, literature is ambiguous in its interpretation. Some sources refer to energy conversion as synonym for energy transformation. + + energetic conversion process + + + + + + + + + + + Energetic conversion process is a process that has energy transfers or energy transformations (or both) as part. + + + + + + Energetic conversion processes comprise any non-idealised processes. The term 'energetic conversion' is chosen as collective term for energy transformations and energy transfers. However, literature is ambiguous in its interpretation. Some sources refer to energy conversion as synonym for energy transformation. + + + + + + energetic conversion process + + + + + + + + + Energy decrease is a quality decrease which negatively regulates an energy. + + energy decrease + + + + + + + + + + + Energy decrease is a quality decrease which negatively regulates an energy. + + + + + + energy decrease + + + + + + + + + Energy increase is a quality increase which positively regulates an energy. + + energy increase + + + + + + + + + + + Energy increase is a quality increase which positively regulates an energy. + + + + + + energy increase + + + + + + + + + Quality transfer is a process in which one quality is decreased in one bearer and, causally interconnected, another quality that inheres in a different bearer is increased. + (forall (?et) (iff (QualityTransfer ?et) + (exists (?ed ?ei ?en1 ?en2 ?me1 ?me2) + (and (QualityDecrease ?ed) (has_part ?et ?ed) + (QualityIncrease ?ei) (has_part ?et ?ei) + (causally_related_to ?ed ?ei) + (Quality ?en1) (negatively_regulates ?ed ?en1) + (Quality ?en2) (positively_regulates ?ei ?en2) + (MaterialEntity ?me1) (MaterialEntity ?me2) + (not (= ?me1 ?me2)) (not (= ?en1 ?en2)) + (has_participant ?ed ?me1) (inheres_in ?en1 ?me1) + (has_participant ?ei ?me2) (inheres_in ?en2 ?me2) )))) + + quality transfer + + + + + + + + + + + Quality transfer is a process in which one quality is decreased in one bearer and, causally interconnected, another quality that inheres in a different bearer is increased. + + + + + + (forall (?et) (iff (QualityTransfer ?et) + (exists (?ed ?ei ?en1 ?en2 ?me1 ?me2) + (and (QualityDecrease ?ed) (has_part ?et ?ed) + (QualityIncrease ?ei) (has_part ?et ?ei) + (causally_related_to ?ed ?ei) + (Quality ?en1) (negatively_regulates ?ed ?en1) + (Quality ?en2) (positively_regulates ?ei ?en2) + (MaterialEntity ?me1) (MaterialEntity ?me2) + (not (= ?me1 ?me2)) (not (= ?en1 ?en2)) + (has_participant ?ed ?me1) (inheres_in ?en1 ?me1) + (has_participant ?ei ?me2) (inheres_in ?en2 ?me2) )))) + + + + + + quality transfer + + + + + + + + + Quality transformation is a process in which one quality is decreased, and, causally interconnected, one or more qualities are increased and all of these qualities inhere in the same bearer. + (forall (?et) (iff (QualityTransformation ?et) + (exists (?ed ?ei ?en1 ?en2 ?me) + (and (QualityDecrease ?ed) (has_part ?et ?ed) + (QualityIncrease ?ei) (has_part ?et ?ei) + (causally_related_to ?ed ?ei) + (Quality ?en1) (Quality ?en2) (not (= ?en1 ?en2)) + (negatively_regulates ?ed ?en1) + (positively_regulates ?ei ?en2) + (MaterialEntity ?me) + (has_participant ?ed ?me) (has_participant ?ei ?me) + (inheres_in ?en1 ?me) (inheres_in ?en2 ?me) )))) + + quality transformation + + + + + + + + + + + Quality transformation is a process in which one quality is decreased, and, causally interconnected, one or more qualities are increased and all of these qualities inhere in the same bearer. + + + + + + (forall (?et) (iff (QualityTransformation ?et) + (exists (?ed ?ei ?en1 ?en2 ?me) + (and (QualityDecrease ?ed) (has_part ?et ?ed) + (QualityIncrease ?ei) (has_part ?et ?ei) + (causally_related_to ?ed ?ei) + (Quality ?en1) (Quality ?en2) (not (= ?en1 ?en2)) + (negatively_regulates ?ed ?en1) + (positively_regulates ?ei ?en2) + (MaterialEntity ?me) + (has_participant ?ed ?me) (has_participant ?ei ?me) + (inheres_in ?en1 ?me) (inheres_in ?en2 ?me) )))) + + + + + + quality transformation + + + + + + + + + + A radiation process is an energy transfer that transmits radiative energy as electromagnetic waves. The transfer does not necessarily occur within a material entity. + + radiation + + + + + + + + + + + + + + + + + A radiation process is an energy transfer that transmits radiative energy as electromagnetic waves. The transfer does not necessarily occur within a material entity. + + + + + + radiation + + + + + + + + + + Electricity conduction is an energy transfer in which electrical energy is transmitted within a material entity or object aggregat, e.g. a cable. + + electricity conduction + + + + + + + + + + + + + + + + + Electricity conduction is an energy transfer in which electrical energy is transmitted within a material entity or object aggregat, e.g. a cable. + + + + + + electricity conduction + + + + + + + + + + Heat convection is an energy transfer in which thermal energy is transported within flowing gaseous or liquid material entities. + + heat convection + + + + + + + + + + + + + + + + + Heat convection is an energy transfer in which thermal energy is transported within flowing gaseous or liquid material entities. + + + + + + heat convection + + + + + + + + + + Combustion is an energy transformation in which chemical energy from a fuel is transformed into thermal energy and other kinds of energy, e.g. radiative energy. + + combustion + + + + + + + + + + + + + + + + + Combustion is an energy transformation in which chemical energy from a fuel is transformed into thermal energy and other kinds of energy, e.g. radiative energy. + + + + + + combustion + + + + + + + + + + Photosynthesis is an energy transformation in which radiative (solar) energy is transformed into chemical energy within a plant. + + photosynthesis + + + + + + + + + + + + + + + + + Photosynthesis is an energy transformation in which radiative (solar) energy is transformed into chemical energy within a plant. + + + + + + photosynthesis + + + + + + + + + + Falling is an energy transformation in which gravitational potential energy is transformed into kintetic energy. + + falling + + + + + + + + + + + + + + + + + Falling is an energy transformation in which gravitational potential energy is transformed into kintetic energy. + + + + + + falling + + + + + + + + + + Heat conduction is an energy transfer in which thermal energy is transmitted within a material entity or object aggregat. + + heat conduction + + + + + + + + + + + + + + + + + Heat conduction is an energy transfer in which thermal energy is transmitted within a material entity or object aggregat. + + + + + + heat conduction + + + + + + + + From 3dfa5192511c43dc27666e46e6aa1ad1c555b686 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 23 Feb 2025 00:17:43 +0100 Subject: [PATCH 109/150] Import MENO into OEO --- src/ontology/edits/catalog-v001.xml | 37 +++++++++++++++-------------- src/ontology/edits/oeo-shared.omn | 1 + 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/src/ontology/edits/catalog-v001.xml b/src/ontology/edits/catalog-v001.xml index 3e85961d6..b368d4da4 100644 --- a/src/ontology/edits/catalog-v001.xml +++ b/src/ontology/edits/catalog-v001.xml @@ -1,18 +1,19 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 1953c5ebe..f2ec7490a 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -13,6 +13,7 @@ Ontology: Import: Import: +Import: Import: Import: Import: From c9f362c4d876eefb656dc967668aa5c81bb61ea9 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 23 Feb 2025 10:51:37 +0100 Subject: [PATCH 110/150] Update catalog files --- src/ontology/catalog-v001.xml | 1 + src/ontology/edits/catalog-v001.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ontology/catalog-v001.xml b/src/ontology/catalog-v001.xml index dee0d2a4d..3f26065a9 100644 --- a/src/ontology/catalog-v001.xml +++ b/src/ontology/catalog-v001.xml @@ -16,5 +16,6 @@ + diff --git a/src/ontology/edits/catalog-v001.xml b/src/ontology/edits/catalog-v001.xml index b368d4da4..5645e2db2 100644 --- a/src/ontology/edits/catalog-v001.xml +++ b/src/ontology/edits/catalog-v001.xml @@ -1,6 +1,5 @@ - @@ -12,6 +11,7 @@ + From 98c4e856cccbbf2f5002e37cd4932102eed3cd4c Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 23 Feb 2025 10:56:39 +0100 Subject: [PATCH 111/150] Add term trackers --- src/ontology/edits/oeo-import-edits.owl | 62 +++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/src/ontology/edits/oeo-import-edits.owl b/src/ontology/edits/oeo-import-edits.owl index 7b154a787..791687b57 100644 --- a/src/ontology/edits/oeo-import-edits.owl +++ b/src/ontology/edits/oeo-import-edits.owl @@ -62,6 +62,12 @@ Currently, it covers the `ro-extracted.owl`-file which is a subset of the Relati + + + + + + @@ -669,6 +675,62 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136 + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + From 4b21161cb99887cb2916509aba91ee6ce85e6f4b Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 23 Feb 2025 11:10:35 +0100 Subject: [PATCH 112/150] Integrate terms into hierarchy --- src/ontology/edits/oeo-import-edits.owl | 52 +++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/src/ontology/edits/oeo-import-edits.owl b/src/ontology/edits/oeo-import-edits.owl index 6e3246701..e895512a1 100644 --- a/src/ontology/edits/oeo-import-edits.owl +++ b/src/ontology/edits/oeo-import-edits.owl @@ -750,6 +750,46 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1820 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -786,6 +826,18 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 + + + + + + + + + + + From 624abba9e5b42159a94dae5a25c286b3e3581435 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 23 Feb 2025 11:13:27 +0100 Subject: [PATCH 113/150] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f41fd130..60af7308b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - imports from stato: cutoff, lower confdence limit, upper confdence limit, statistic, measure of dispersion, confidence interval (#2002) - model uncertainty location (#1990) - import from CCO event ontology: Change, Effect, Stasis and subclasses, has occurent part, occurrent part of and subproperties (#2016) +- import from MENO ontology: energetic conversion process, energy decrease, energy increase, quality transfer + subclasses, quality transformation + subclasses(#2022) ### Changed - technical model implementation, conceptual model, model system boundary, input data/exogenous data, output data (#1990) From 4fbd84ab1da8bd5a9482b05099a2c473909781c3 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 23 Feb 2025 11:25:11 +0100 Subject: [PATCH 114/150] Improve task tracker wording --- src/ontology/edits/oeo-shared.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index c7d7c9792..14f5a38c3 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1818,7 +1818,7 @@ Add axioms issue:https://github.com/OpenEnergyPlatform/ontology/issues/1060 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2007 -Flip uncertainty axiom +Remove uncertainty axiom and add inverse to uncertainty instead issue:https://github.com/OpenEnergyPlatform/ontology/issues/1989 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2012", "A model is a continuant to represent a system and its behaviours in a simplified or idealised way.", From 2d1f521489d8d8b1e417720c109aa69142794b2e Mon Sep 17 00:00:00 2001 From: madbkr Date: Mon, 24 Feb 2025 11:26:41 +0100 Subject: [PATCH 115/150] Correct data property --- src/ontology/edits/oeo-model.omn | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 88f0eca9d..f8368204d 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -574,7 +574,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", or Range: - OEO_00140178 some rdfs:Literal + OEO_00390080 some rdfs:Literal ObjectProperty: OEO_00390071 @@ -590,7 +590,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", OEO_00020227 Range: - OEO_00140178 some rdfs:Literal + OEO_00390080 some rdfs:Literal ObjectProperty: OEO_00390072 @@ -638,7 +638,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", OEO_00020227 or Range: - OEO_00140178 some xsd:dateTime + OEO_00390080 some xsd:dateTime ObjectProperty: OEO_00390076 @@ -654,7 +654,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", Range: - OEO_00140178 some xsd:Name + OEO_00390080 some xsd:Name ObjectProperty: OEO_00390077 @@ -670,7 +670,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", OEO_00020227 or Range: - OEO_00140178 some rdfs:Literal + OEO_00390080 some rdfs:Literal ObjectProperty: OEO_00390078 @@ -761,6 +761,19 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1834", DataProperty: OEO_00140178 +DataProperty: OEO_00390080 + + Annotations: + OEO_00020426 "add +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", + "Has literal value is a data property that links an entity to a type of literal that describes it.", + rdfs:label "has literal value"@en + + SubPropertyOf: + owl:topDataProperty + + DataProperty: owl:topDataProperty From af847d9753a5986451afa68749283a3a0440379a Mon Sep 17 00:00:00 2001 From: stap-m Date: Thu, 27 Feb 2025 13:27:27 +0100 Subject: [PATCH 116/150] fix catalog file after cco import #2016 --- src/ontology/edits/catalog-v001.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ontology/edits/catalog-v001.xml b/src/ontology/edits/catalog-v001.xml index 581fc7003..fbf0f7596 100644 --- a/src/ontology/edits/catalog-v001.xml +++ b/src/ontology/edits/catalog-v001.xml @@ -1,6 +1,5 @@ - @@ -12,8 +11,9 @@ + - - + + From d5d29bf430d73d73812b5d4777536422efe6ca42 Mon Sep 17 00:00:00 2001 From: madbkr Date: Thu, 27 Feb 2025 13:58:16 +0100 Subject: [PATCH 117/150] Changes to data property --- src/ontology/edits/oeo-model.omn | 196 ++++++++++++++++++------------- 1 file changed, 114 insertions(+), 82 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 24836371a..46e7e38d7 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -74,6 +74,14 @@ AnnotationProperty: skos:exactMatch AnnotationProperty: skos:relatedMatch +Datatype: OEO_00390089 + + Annotations: + OEO_00020426 "add +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", + "dateYear is a datatype that identifies a date by its year only.", + rdfs:label "dateYear"@en Datatype: rdf:PlainLiteral @@ -561,52 +569,22 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1944", rdfs:label "has time stamp alignment"@en -ObjectProperty: OEO_00390069 - - Annotations: - OEO_00020426 "add -issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has iri is a relation between a data item or document and the IRI that identifies it as rescource on the internet.", - rdfs:label "has iri"@en - - Domain: - or - - Range: - OEO_00390080 some rdfs:Literal - - ObjectProperty: OEO_00390071 Annotations: OEO_00020426 "add issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has study descriptor tag is a relation between a scenario bundle and a study descriptor that is tagging it.", + "has study descriptor tag is a relation between a scenario bundle and a oeo class represented by a study descriptor that is tagging it. + +Only classes with the oekg annotation property are eligible.", rdfs:label "has study descriptor tag"@en Domain: OEO_00020227 Range: - OEO_00390080 some rdfs:Literal - - -ObjectProperty: OEO_00390072 - - Annotations: - OEO_00020426 "add -issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has uuid is the relation between a factsheet or report and the 128-bit label used to identify it in a computer system.", - rdfs:label "has uuid"@en - - Domain: - OEO_00000162 or - - Range: - OEO_00140178 some xsd:hexBinary + ObjectProperty: OEO_00390073 @@ -623,70 +601,41 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", Range: OEO_00000364 + - -ObjectProperty: OEO_00390075 +ObjectProperty: OEO_00390078 Annotations: OEO_00020426 "add issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has publication date is the relation between a scenario bundle or report and the date it was published at.", - rdfs:label "has publication date"@en + "has reference is the relation between a continuant and a reference that points to a relevant resource to the continuant.", + rdfs:label "has reference"@en Domain: - OEO_00020227 or + Range: - OEO_00390080 some xsd:dateTime - + OEO_00000353 + -ObjectProperty: OEO_00390076 +ObjectProperty: OEO_00390093 Annotations: OEO_00020426 "add issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has report title is a relation between a report and its title.", - rdfs:label "has report title"@en + rdfs:comment "covers technology is a relation that holds between a study and the technology it covers", + rdfs:label "covers technology"@en - Domain: - - - Range: - OEO_00390080 some xsd:Name - - -ObjectProperty: OEO_00390077 - - Annotations: - "add -issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has doi is the relation between an information scenario bundle or report and the literal representing its doi.", - rdfs:label "has doi"@en + SubPropertyOf: + OEO_00000522 Domain: - OEO_00020227 or + OEO_00020011 Range: - OEO_00390080 some rdfs:Literal - - -ObjectProperty: OEO_00390078 - - Annotations: - OEO_00020426 "add -issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has reference is the relation between a continuant and a reference that points to a relevant resource to the continuant.", - rdfs:label "has reference"@en - - Domain: - - - Range: - OEO_00000353 + OEO_00000407 ObjectProperty: OEO_00400037 @@ -761,17 +710,100 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1834", DataProperty: OEO_00140178 -DataProperty: OEO_00390080 +DataProperty: OEO_00390085 Annotations: OEO_00020426 "add issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "Has literal value is a data property that links an entity to a type of literal that describes it.", - rdfs:label "has literal value"@en + "has iri is a relation between a data item or document and the IRI that identifies it as rescource on the internet.", + rdfs:label "has iri"@en - SubPropertyOf: - owl:topDataProperty + Domain: + or + + Range: + rdfs:Literal + + +DataProperty: OEO_00390086 + + Annotations: + OEO_00020426 "add +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", + "has uuid is the relation between a factsheet or report and the 128-bit label used to identify it in a computer system.", + rdfs:label "has uuid"@en + + Domain: + OEO_00000162 or + + Range: + xsd:hexBinary + + +DataProperty: OEO_00390087 + + Annotations: + OEO_00020426 "add +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", + "has publication date is the relation between a report and the year it was published at.", + rdfs:label "has publication date"@en + + Domain: + + + Range: + OEO_00390089 + + +DataProperty: OEO_00390090 + + Annotations: + OEO_00020426 "add +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", + "has creation date is the relation between a scenario bundle and the date it was created at.", + rdfs:label "has creation date"@en + + Domain: + OEO_00020227 + + Range: + xsd:dateTime + + +DataProperty: OEO_00390091 + + Annotations: + OEO_00020426 "add +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", + "has report title is a relation between a report and its title.", + rdfs:label "has report title"@en + + Domain: + + + Range: + xsd:Name + + +DataProperty: OEO_00390092 + + Annotations: + "add +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", + "has doi is the relation between a report and the literal representing its doi.", + rdfs:label "has doi"@en + + Domain: + + + Range: + rdfs:Literal DataProperty: owl:topDataProperty From 5019a5bc4043fb645bea11d842c5bc1252e0313c Mon Sep 17 00:00:00 2001 From: madbkr Date: Thu, 27 Feb 2025 14:00:07 +0100 Subject: [PATCH 118/150] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c53185a0e..7e224c6b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0. - conceptual model (#1976) - imports from stato: cutoff, lower confdence limit, upper confdence limit, statistic, measure of dispersion, confidence interval (#2002) - model uncertainty location (#1990) -- has iri, has study descriptor tag, has uuid, has scenario type, has publication date, has report title, has doi, has reference, based on sector division (#2020) +- has iri, has study descriptor tag, has uuid, has scenario type, has publication date, has report title, has doi, has reference, based on sector division, has creation date,dateYear, covers technology (#2020) - add dual licensing CC0-1.0 OR MIT (#2021) - add REUSE license check and copyright info (#2021) - import from CCO event ontology: Change, Effect, Stasis and subclasses, has occurent part, occurrent part of and subproperties (#2016) From 69ce9483e0352bab132876f5e3c3c5e4aabc6b66 Mon Sep 17 00:00:00 2001 From: madbkr Date: Thu, 27 Feb 2025 14:05:21 +0100 Subject: [PATCH 119/150] Fix error --- src/ontology/edits/oeo-model.omn | 196 +++++++++++++------------------ 1 file changed, 82 insertions(+), 114 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 46e7e38d7..24836371a 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -74,14 +74,6 @@ AnnotationProperty: skos:exactMatch AnnotationProperty: skos:relatedMatch -Datatype: OEO_00390089 - - Annotations: - OEO_00020426 "add -issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "dateYear is a datatype that identifies a date by its year only.", - rdfs:label "dateYear"@en Datatype: rdf:PlainLiteral @@ -569,22 +561,52 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1944", rdfs:label "has time stamp alignment"@en -ObjectProperty: OEO_00390071 +ObjectProperty: OEO_00390069 Annotations: OEO_00020426 "add issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has study descriptor tag is a relation between a scenario bundle and a oeo class represented by a study descriptor that is tagging it. + "has iri is a relation between a data item or document and the IRI that identifies it as rescource on the internet.", + rdfs:label "has iri"@en + + Domain: + or + + Range: + OEO_00390080 some rdfs:Literal + + +ObjectProperty: OEO_00390071 -Only classes with the oekg annotation property are eligible.", + Annotations: + OEO_00020426 "add +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", + "has study descriptor tag is a relation between a scenario bundle and a study descriptor that is tagging it.", rdfs:label "has study descriptor tag"@en Domain: OEO_00020227 Range: - + OEO_00390080 some rdfs:Literal + + +ObjectProperty: OEO_00390072 + + Annotations: + OEO_00020426 "add +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", + "has uuid is the relation between a factsheet or report and the 128-bit label used to identify it in a computer system.", + rdfs:label "has uuid"@en + + Domain: + OEO_00000162 or + + Range: + OEO_00140178 some xsd:hexBinary ObjectProperty: OEO_00390073 @@ -601,41 +623,70 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", Range: OEO_00000364 - -ObjectProperty: OEO_00390078 + +ObjectProperty: OEO_00390075 Annotations: OEO_00020426 "add issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has reference is the relation between a continuant and a reference that points to a relevant resource to the continuant.", - rdfs:label "has reference"@en + "has publication date is the relation between a scenario bundle or report and the date it was published at.", + rdfs:label "has publication date"@en Domain: - + OEO_00020227 or Range: - OEO_00000353 - + OEO_00390080 some xsd:dateTime -ObjectProperty: OEO_00390093 + +ObjectProperty: OEO_00390076 Annotations: OEO_00020426 "add issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - rdfs:comment "covers technology is a relation that holds between a study and the technology it covers", - rdfs:label "covers technology"@en + "has report title is a relation between a report and its title.", + rdfs:label "has report title"@en - SubPropertyOf: - OEO_00000522 + Domain: + + + Range: + OEO_00390080 some xsd:Name + + +ObjectProperty: OEO_00390077 + + Annotations: + "add +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", + "has doi is the relation between an information scenario bundle or report and the literal representing its doi.", + rdfs:label "has doi"@en Domain: - OEO_00020011 + OEO_00020227 or Range: - OEO_00000407 + OEO_00390080 some rdfs:Literal + + +ObjectProperty: OEO_00390078 + + Annotations: + OEO_00020426 "add +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", + "has reference is the relation between a continuant and a reference that points to a relevant resource to the continuant.", + rdfs:label "has reference"@en + + Domain: + + + Range: + OEO_00000353 ObjectProperty: OEO_00400037 @@ -710,100 +761,17 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1834", DataProperty: OEO_00140178 -DataProperty: OEO_00390085 - - Annotations: - OEO_00020426 "add -issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has iri is a relation between a data item or document and the IRI that identifies it as rescource on the internet.", - rdfs:label "has iri"@en - - Domain: - or - - Range: - rdfs:Literal - - -DataProperty: OEO_00390086 - - Annotations: - OEO_00020426 "add -issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has uuid is the relation between a factsheet or report and the 128-bit label used to identify it in a computer system.", - rdfs:label "has uuid"@en - - Domain: - OEO_00000162 or - - Range: - xsd:hexBinary - - -DataProperty: OEO_00390087 - - Annotations: - OEO_00020426 "add -issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has publication date is the relation between a report and the year it was published at.", - rdfs:label "has publication date"@en - - Domain: - - - Range: - OEO_00390089 - - -DataProperty: OEO_00390090 - - Annotations: - OEO_00020426 "add -issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has creation date is the relation between a scenario bundle and the date it was created at.", - rdfs:label "has creation date"@en - - Domain: - OEO_00020227 - - Range: - xsd:dateTime - - -DataProperty: OEO_00390091 +DataProperty: OEO_00390080 Annotations: OEO_00020426 "add issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has report title is a relation between a report and its title.", - rdfs:label "has report title"@en + "Has literal value is a data property that links an entity to a type of literal that describes it.", + rdfs:label "has literal value"@en - Domain: - - - Range: - xsd:Name - - -DataProperty: OEO_00390092 - - Annotations: - "add -issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has doi is the relation between a report and the literal representing its doi.", - rdfs:label "has doi"@en - - Domain: - - - Range: - rdfs:Literal + SubPropertyOf: + owl:topDataProperty DataProperty: owl:topDataProperty From 5c826200b5afd4b3bd741c2d58e0441626f4584e Mon Sep 17 00:00:00 2001 From: stap-m Date: Thu, 27 Feb 2025 14:08:29 +0100 Subject: [PATCH 120/150] add new shortcut relation covers bundle energy carrier --- src/ontology/edits/oeo-shared-axioms.omn | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/ontology/edits/oeo-shared-axioms.omn b/src/ontology/edits/oeo-shared-axioms.omn index 35aa9c46a..89f22478e 100644 --- a/src/ontology/edits/oeo-shared-axioms.omn +++ b/src/ontology/edits/oeo-shared-axioms.omn @@ -287,6 +287,22 @@ ObjectProperty: OEO_00020189 ObjectProperty: OEO_00020190 +ObjectProperty: OEO_00020432 + + Annotations: + "A relation between a scenario bundle and an energy carrier. It is a shortcut relation, see annotation.", + rdfs:label "covers bundle energy carrier"@en + + SubPropertyOf: + owl:topObjectProperty + + Domain: + OEO_00020227 + + Range: + OEO_00020039 + + ObjectProperty: OEO_00040010 @@ -698,6 +714,9 @@ Class: OEO_00020202 ( some OEO_00010116) or ( some OEO_00140124) +Class: OEO_00020227 + + Class: OEO_00020248 From b80b52973b18c36f434779653b567cac398994f9 Mon Sep 17 00:00:00 2001 From: stap-m Date: Thu, 27 Feb 2025 14:15:10 +0100 Subject: [PATCH 121/150] add annotation property for sparql #2013 --- src/ontology/edits/oeo-shared.omn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 568fda87f..37ada2de4 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -95,6 +95,12 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1923", +AnnotationProperty: OEO_00020434 + + Annotations: + rdfs:label "has associated axiom (sparql)"@en + + AnnotationProperty: OEO_00040001 Annotations: From ab6492f5662e24438e98517ef23745eff1f5e105 Mon Sep 17 00:00:00 2001 From: madbkr Date: Thu, 27 Feb 2025 14:21:01 +0100 Subject: [PATCH 122/150] Redo data property changes --- src/ontology/edits/oeo-model.omn | 199 ++++++++++++++++++------------- 1 file changed, 119 insertions(+), 80 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 24836371a..74404f7f5 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -75,6 +75,15 @@ AnnotationProperty: skos:exactMatch AnnotationProperty: skos:relatedMatch +Datatype: OEO_00390099 + + Annotations: + OEO_00020426 "add +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", + rdfs:label "dateYear"@en + + Datatype: rdf:PlainLiteral @@ -561,52 +570,22 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1944", rdfs:label "has time stamp alignment"@en -ObjectProperty: OEO_00390069 - - Annotations: - OEO_00020426 "add -issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has iri is a relation between a data item or document and the IRI that identifies it as rescource on the internet.", - rdfs:label "has iri"@en - - Domain: - or - - Range: - OEO_00390080 some rdfs:Literal - - ObjectProperty: OEO_00390071 Annotations: OEO_00020426 "add issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has study descriptor tag is a relation between a scenario bundle and a study descriptor that is tagging it.", + "has study descriptor tag is a relation between a scenario bundle and a oeo class represented by a study descriptor that is tagging it. + +Only classes with the oekg annotation property are eligible.", rdfs:label "has study descriptor tag"@en Domain: OEO_00020227 Range: - OEO_00390080 some rdfs:Literal - - -ObjectProperty: OEO_00390072 - - Annotations: - OEO_00020426 "add -issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has uuid is the relation between a factsheet or report and the 128-bit label used to identify it in a computer system.", - rdfs:label "has uuid"@en - - Domain: - OEO_00000162 or - - Range: - OEO_00140178 some xsd:hexBinary + ObjectProperty: OEO_00390073 @@ -625,68 +604,39 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", OEO_00000364 -ObjectProperty: OEO_00390075 +ObjectProperty: OEO_00390078 Annotations: OEO_00020426 "add issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has publication date is the relation between a scenario bundle or report and the date it was published at.", - rdfs:label "has publication date"@en + "has reference is the relation between a continuant and a reference that points to a relevant resource to the continuant.", + rdfs:label "has reference"@en Domain: - OEO_00020227 or + Range: - OEO_00390080 some xsd:dateTime + OEO_00000353 -ObjectProperty: OEO_00390076 +ObjectProperty: OEO_00390101 Annotations: OEO_00020426 "add issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has report title is a relation between a report and its title.", - rdfs:label "has report title"@en + "covers technology is a relation that holds between a study and the technology it covers.", + rdfs:label "covers technology"@en - Domain: - - - Range: - OEO_00390080 some xsd:Name - - -ObjectProperty: OEO_00390077 - - Annotations: - "add -issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has doi is the relation between an information scenario bundle or report and the literal representing its doi.", - rdfs:label "has doi"@en - - Domain: - OEO_00020227 or - - Range: - OEO_00390080 some rdfs:Literal - - -ObjectProperty: OEO_00390078 - - Annotations: - OEO_00020426 "add -issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has reference is the relation between a continuant and a reference that points to a relevant resource to the continuant.", - rdfs:label "has reference"@en + SubPropertyOf: + OEO_00000522 Domain: - + OEO_00020011 Range: - OEO_00000353 + OEO_00000407 ObjectProperty: OEO_00400037 @@ -761,22 +711,108 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1834", DataProperty: OEO_00140178 -DataProperty: OEO_00390080 +DataProperty: OEO_00390094 + + Annotations: + OEO_00020426 "add +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", + "has iri is a relation between a data item or document and the IRI that identifies it as rescource on the internet.", + rdfs:label "has iri"@en + + Domain: + or + + Range: + rdfs:Literal + + +DataProperty: OEO_00390095 Annotations: OEO_00020426 "add issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "Has literal value is a data property that links an entity to a type of literal that describes it.", - rdfs:label "has literal value"@en + "has uuid is the relation between a factsheet or report and the 128-bit label used to identify it in a computer system.", + rdfs:label "has uuid"@en - SubPropertyOf: - owl:topDataProperty + Domain: + OEO_00000162 or + + Range: + xsd:hexBinary + + +DataProperty: OEO_00390096 + + Annotations: + OEO_00020426 "add +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", + "has publication date is the relation between a report and the year it was published at.", + rdfs:label "has publication date"@en + + Domain: + + + Range: + OEO_00390099 + + +DataProperty: OEO_00390097 + + Annotations: + OEO_00020426 "add +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", + "has report title is a relation between a report and its title.", + rdfs:label "has report title"@en + + Domain: + + + Range: + xsd:Name + + +DataProperty: OEO_00390098 + + Annotations: + OEO_00020426 "add +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", + "has doi is the relation between a report and the literal representing its doi.", + rdfs:label "has doi"@en + + Domain: + + + Range: + rdfs:Literal + + +DataProperty: OEO_00390100 + + Annotations: + OEO_00020426 "add +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", + "has creation date is the relation between a scenario bundle and the date it was created at.", + rdfs:label "has creation date"@en + + Domain: + OEO_00020227 + + Range: + xsd:dateTime DataProperty: owl:topDataProperty +Class: + + Class: @@ -1625,6 +1661,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", OEO_00000149 +Class: OEO_00000407 + + Class: OEO_00000408 Annotations: From 8ed85be42cbd109010154ef105807410f0347448 Mon Sep 17 00:00:00 2001 From: madbkr Date: Thu, 27 Feb 2025 14:24:42 +0100 Subject: [PATCH 123/150] Remove dateYear --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-model.omn | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e224c6b3..0b867b7bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0. - conceptual model (#1976) - imports from stato: cutoff, lower confdence limit, upper confdence limit, statistic, measure of dispersion, confidence interval (#2002) - model uncertainty location (#1990) -- has iri, has study descriptor tag, has uuid, has scenario type, has publication date, has report title, has doi, has reference, based on sector division, has creation date,dateYear, covers technology (#2020) +- has iri, has study descriptor tag, has uuid, has scenario type, has publication date, has report title, has doi, has reference, based on sector division, has creation date, covers technology (#2020) - add dual licensing CC0-1.0 OR MIT (#2021) - add REUSE license check and copyright info (#2021) - import from CCO event ontology: Change, Effect, Stasis and subclasses, has occurent part, occurrent part of and subproperties (#2016) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 74404f7f5..57f5842ca 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -75,15 +75,6 @@ AnnotationProperty: skos:exactMatch AnnotationProperty: skos:relatedMatch -Datatype: OEO_00390099 - - Annotations: - OEO_00020426 "add -issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - rdfs:label "dateYear"@en - - Datatype: rdf:PlainLiteral @@ -756,7 +747,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", Range: - OEO_00390099 + xsd:dateTime DataProperty: OEO_00390097 From 0414d62153f08c2e28922b783df81af2c3c7e816 Mon Sep 17 00:00:00 2001 From: stap-m Date: Thu, 27 Feb 2025 14:25:02 +0100 Subject: [PATCH 124/150] add annotations for spqarql and nl #2013 --- src/ontology/edits/oeo-shared-axioms.omn | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-shared-axioms.omn b/src/ontology/edits/oeo-shared-axioms.omn index 89f22478e..068619693 100644 --- a/src/ontology/edits/oeo-shared-axioms.omn +++ b/src/ontology/edits/oeo-shared-axioms.omn @@ -35,6 +35,9 @@ AnnotationProperty: AnnotationProperty: +AnnotationProperty: + + AnnotationProperty: @@ -47,6 +50,9 @@ AnnotationProperty: "A relation between a scenario bundle and an energy carrier. It is a shortcut relation, see annotation.", + OEO_00020434 "SELECT ?scenariobundle ?energycarrier WHERE { +?scenariobundle IAO:0000136 _:1. +_:1 OEO:00000523 ?energycarrier. +}", + "A relation between a scenario bundle and an energy carrier. It is a shortcut relation, see associated sparql axiom.", + "'scenatio bundle' 'is about' some scenario +and +scenario 'has energy carrier' some 'energy carrier'", rdfs:label "covers bundle energy carrier"@en SubPropertyOf: From 02b9d1e4c4edccb2d9bab0d2e9a38c9f73f9a568 Mon Sep 17 00:00:00 2001 From: stap-m Date: Fri, 28 Feb 2025 11:45:37 +0100 Subject: [PATCH 125/150] update label and elucidation --- src/ontology/edits/oeo-shared-axioms.omn | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/ontology/edits/oeo-shared-axioms.omn b/src/ontology/edits/oeo-shared-axioms.omn index 068619693..cb0b14b7a 100644 --- a/src/ontology/edits/oeo-shared-axioms.omn +++ b/src/ontology/edits/oeo-shared-axioms.omn @@ -35,6 +35,9 @@ AnnotationProperty: AnnotationProperty: +AnnotationProperty: + + AnnotationProperty: @@ -301,10 +304,10 @@ ObjectProperty: OEO_00020432 _:1 OEO:00000523 ?energycarrier. }", "A relation between a scenario bundle and an energy carrier. It is a shortcut relation, see associated sparql axiom.", - "'scenatio bundle' 'is about' some scenario -and -scenario 'has energy carrier' some 'energy carrier'", - rdfs:label "covers bundle energy carrier"@en + "This is a shortcut relation to relate 'scenatio bundle' to 'energy carrier'. The original relation 'covers energy carrier' relates 'study' (process) to 'energy carrier'. +The shortcut relation should be used to represents these statements: +('scenario bundle 'is about' some 'scenario study'`) and ('scenario study' 'covers energy carrier' some 'energy carrier')", + rdfs:label "covers energy carrier (shortcut)"@en SubPropertyOf: owl:topObjectProperty From 248a8585fd345af9734a89ee181d8e8a68d674bf Mon Sep 17 00:00:00 2001 From: stap-m Date: Fri, 28 Feb 2025 11:57:57 +0100 Subject: [PATCH 126/150] add shortcut relation has output (shortcut) #2013 --- src/ontology/edits/oeo-shared-axioms.omn | 33 +++++++++++++++++++++++- src/ontology/edits/oeo-shared.omn | 2 +- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-shared-axioms.omn b/src/ontology/edits/oeo-shared-axioms.omn index cb0b14b7a..8604da7c2 100644 --- a/src/ontology/edits/oeo-shared-axioms.omn +++ b/src/ontology/edits/oeo-shared-axioms.omn @@ -303,7 +303,7 @@ ObjectProperty: OEO_00020432 ?scenariobundle IAO:0000136 _:1. _:1 OEO:00000523 ?energycarrier. }", - "A relation between a scenario bundle and an energy carrier. It is a shortcut relation, see associated sparql axiom.", + "A relation between a scenario bundle and an energy carrier. It is a shortcut relation, see elucidation and associated sparql axiom.", "This is a shortcut relation to relate 'scenatio bundle' to 'energy carrier'. The original relation 'covers energy carrier' relates 'study' (process) to 'energy carrier'. The shortcut relation should be used to represents these statements: ('scenario bundle 'is about' some 'scenario study'`) and ('scenario study' 'covers energy carrier' some 'energy carrier')", @@ -319,6 +319,34 @@ The shortcut relation should be used to represents these statements: OEO_00020039 +ObjectProperty: OEO_00020436 + + Annotations: + OEO_00020434 "select ?scenariofactsheet ?dataset where { + +?scenariofactsheet IAO:0000136 _:1. +_:2 OEO:00020226 _:1. +_:2 RO:0002234 ?dataset. + +}", + "A relation between a scenario factsheet and a dataset, where the dataset is an output of the scenario projection process the scenario factsheet is about. It is a shortcut relation, see elucidation and associated sparql axiom.", + "This is a shortcut relation to relate 'scenatio factsheet' to 'data set'. The original relation 'has output' relates 'scenario projection' (process) to 'data set'. +The shortcut relation should be used to represents these statements: +('scenario factsheet' 'is about' some scenario) and +('scenario projection' 'is based on' some scenario) and +('scenario projection' 'has output' some dataset)", + rdfs:label "has output (shortcut)"@en + + SubPropertyOf: + owl:topObjectProperty + + Domain: + OEO_00000365 + + Range: + + + ObjectProperty: OEO_00040010 @@ -506,6 +534,9 @@ Class: OEO_00000350 Class: OEO_00000364 +Class: OEO_00000365 + + Class: OEO_00000367 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 37ada2de4..d2ce7b8c0 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -98,7 +98,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1923", AnnotationProperty: OEO_00020434 Annotations: - rdfs:label "has associated axiom (sparql)"@en + rdfs:label "has associated axiom(sparql)"@en AnnotationProperty: OEO_00040001 From f2f5b421af8dfafdad321c41e9dd772adac28178 Mon Sep 17 00:00:00 2001 From: stap-m Date: Fri, 28 Feb 2025 12:14:06 +0100 Subject: [PATCH 127/150] add shortcut relation has information input (shortcut) #2013 --- src/ontology/edits/oeo-shared-axioms.omn | 27 +++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/src/ontology/edits/oeo-shared-axioms.omn b/src/ontology/edits/oeo-shared-axioms.omn index 8604da7c2..c746bcbd6 100644 --- a/src/ontology/edits/oeo-shared-axioms.omn +++ b/src/ontology/edits/oeo-shared-axioms.omn @@ -50,6 +50,9 @@ AnnotationProperty: AnnotationProperty: +AnnotationProperty: + + AnnotationProperty: OEO_00020426 @@ -330,12 +333,12 @@ _:2 RO:0002234 ?dataset. }", "A relation between a scenario factsheet and a dataset, where the dataset is an output of the scenario projection process the scenario factsheet is about. It is a shortcut relation, see elucidation and associated sparql axiom.", - "This is a shortcut relation to relate 'scenatio factsheet' to 'data set'. The original relation 'has output' relates 'scenario projection' (process) to 'data set'. + "This is a shortcut relation to relate 'scenatio factsheet' to 'data set'. The original relation 'has information output' relates 'scenario projection' (process) to 'data set'. The shortcut relation should be used to represents these statements: ('scenario factsheet' 'is about' some scenario) and ('scenario projection' 'is based on' some scenario) and -('scenario projection' 'has output' some dataset)", - rdfs:label "has output (shortcut)"@en +('scenario projection' 'has information output' some dataset)", + rdfs:label "has information output (shortcut)"@en SubPropertyOf: owl:topObjectProperty @@ -347,6 +350,24 @@ The shortcut relation should be used to represents these statements: +ObjectProperty: OEO_00020437 + + Annotations: + "This is a shortcut relation to relate 'scenatio factsheet' to 'data set'. The original relation 'has information input' relates 'scenario projection' (process) to 'data set'. +The shortcut relation should be used to represents these statements: +('scenario factsheet' 'is about' some scenario) and +('scenario projection' 'is based on' some scenario) and +('scenario projection' 'has information input' some dataset)", + rdfs:label "has information input (shortcut)"@en, + "A relation between a scenario factsheet and a dataset, where the dataset is an input to the scenario projection process the scenario factsheet is about. It is a shortcut relation, see elucidation and associated sparql axiom." + + Domain: + OEO_00000365 + + Range: + + + ObjectProperty: OEO_00040010 From 1a5833d594c35141753926bf3c6565ada608d1fa Mon Sep 17 00:00:00 2001 From: stap-m Date: Fri, 28 Feb 2025 12:17:03 +0100 Subject: [PATCH 128/150] correct sparql queries --- src/ontology/edits/oeo-shared-axioms.omn | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-shared-axioms.omn b/src/ontology/edits/oeo-shared-axioms.omn index c746bcbd6..b6b7c3baf 100644 --- a/src/ontology/edits/oeo-shared-axioms.omn +++ b/src/ontology/edits/oeo-shared-axioms.omn @@ -329,7 +329,7 @@ ObjectProperty: OEO_00020436 ?scenariofactsheet IAO:0000136 _:1. _:2 OEO:00020226 _:1. -_:2 RO:0002234 ?dataset. +_:2 OEO_00140094 ?dataset. }", "A relation between a scenario factsheet and a dataset, where the dataset is an output of the scenario projection process the scenario factsheet is about. It is a shortcut relation, see elucidation and associated sparql axiom.", @@ -353,6 +353,13 @@ The shortcut relation should be used to represents these statements: ObjectProperty: OEO_00020437 Annotations: + OEO_00020434 "select ?scenariofactsheet ?dataset where { + +?scenariofactsheet IAO:0000136 _:1. +_:2 OEO:00020226 _:1. +_:2 OEO_00140093 ?dataset. + +}", "This is a shortcut relation to relate 'scenatio factsheet' to 'data set'. The original relation 'has information input' relates 'scenario projection' (process) to 'data set'. The shortcut relation should be used to represents these statements: ('scenario factsheet' 'is about' some scenario) and From 59b65fced6d44a2d40927523206220918c7b2b00 Mon Sep 17 00:00:00 2001 From: stap-m Date: Fri, 28 Feb 2025 14:22:34 +0100 Subject: [PATCH 129/150] add covers technology (shortcut) #2013 --- src/ontology/edits/oeo-shared-axioms.omn | 29 ++++++++++++++++++++---- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/src/ontology/edits/oeo-shared-axioms.omn b/src/ontology/edits/oeo-shared-axioms.omn index b6b7c3baf..91394ecad 100644 --- a/src/ontology/edits/oeo-shared-axioms.omn +++ b/src/ontology/edits/oeo-shared-axioms.omn @@ -306,7 +306,7 @@ ObjectProperty: OEO_00020432 ?scenariobundle IAO:0000136 _:1. _:1 OEO:00000523 ?energycarrier. }", - "A relation between a scenario bundle and an energy carrier. It is a shortcut relation, see elucidation and associated sparql axiom.", + "A relation between a scenario bundle and an energy carrier that is covered by the study the scenario bundle is about. It is a shortcut relation, see elucidation and associated sparql axiom.", "This is a shortcut relation to relate 'scenatio bundle' to 'energy carrier'. The original relation 'covers energy carrier' relates 'study' (process) to 'energy carrier'. The shortcut relation should be used to represents these statements: ('scenario bundle 'is about' some 'scenario study'`) and ('scenario study' 'covers energy carrier' some 'energy carrier')", @@ -326,11 +326,9 @@ ObjectProperty: OEO_00020436 Annotations: OEO_00020434 "select ?scenariofactsheet ?dataset where { - ?scenariofactsheet IAO:0000136 _:1. _:2 OEO:00020226 _:1. _:2 OEO_00140094 ?dataset. - }", "A relation between a scenario factsheet and a dataset, where the dataset is an output of the scenario projection process the scenario factsheet is about. It is a shortcut relation, see elucidation and associated sparql axiom.", "This is a shortcut relation to relate 'scenatio factsheet' to 'data set'. The original relation 'has information output' relates 'scenario projection' (process) to 'data set'. @@ -354,11 +352,9 @@ ObjectProperty: OEO_00020437 Annotations: OEO_00020434 "select ?scenariofactsheet ?dataset where { - ?scenariofactsheet IAO:0000136 _:1. _:2 OEO:00020226 _:1. _:2 OEO_00140093 ?dataset. - }", "This is a shortcut relation to relate 'scenatio factsheet' to 'data set'. The original relation 'has information input' relates 'scenario projection' (process) to 'data set'. The shortcut relation should be used to represents these statements: @@ -375,6 +371,29 @@ The shortcut relation should be used to represents these statements: +ObjectProperty: OEO_00020438 + + Annotations: + OEO_00020434 "SELECT ?scenariobundle ?technology WHERE { +?scenariobundle IAO:0000136 _:1. +_:1 OEO:00390101 ?technology. +}", + "A relation between a scenario bundle and a technology that is covered by the study the scenario bundle is about. It is a shortcut relation, see elucidation and associated sparql axiom.", + "This is a shortcut relation to relate 'scenatio bundle' to 'technology'. The original relation 'covers technology' relates 'study' (process) to 'technology'. +The shortcut relation should be used to represents these statements: +('scenario bundle 'is about' some 'scenario study'`) and ('scenario study' 'covers technology' some 'technology')", + rdfs:label "covers technology (shortcut)"@en + + SubPropertyOf: + owl:topObjectProperty + + Domain: + OEO_00020227 + + Range: + OEO_00000407 + + ObjectProperty: OEO_00040010 From 28a6352a7c8f0842855e0e64d45dd80fe953e775 Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 2 Mar 2025 19:06:32 +0100 Subject: [PATCH 130/150] Remove falling and photosynthesis from meno-extracted.owl --- src/ontology/imports/meno-extracted.owl | 84 ------------------------- 1 file changed, 84 deletions(-) diff --git a/src/ontology/imports/meno-extracted.owl b/src/ontology/imports/meno-extracted.owl index aacfb1efb..776a11254 100644 --- a/src/ontology/imports/meno-extracted.owl +++ b/src/ontology/imports/meno-extracted.owl @@ -246,7 +246,6 @@ - Energy transformation is a process in which one type of energy is decreased, and simultaneously within the same bearer one or more other types of energy are increased. (forall (?et) (iff (EnergyTransformation ?et) (exists (?ed ?ei ?en1 ?en2 ?me) @@ -268,12 +267,6 @@ - - - - - - @@ -614,7 +607,6 @@ - Combustion is an energy transformation in which chemical energy from a fuel is transformed into thermal energy and other kinds of energy, e.g. radiative energy. combustion @@ -625,12 +617,6 @@ - - - - - - @@ -646,76 +632,6 @@ - - - - - Photosynthesis is an energy transformation in which radiative (solar) energy is transformed into chemical energy within a plant. - - photosynthesis - - - - - - - - - - - - - - - - - Photosynthesis is an energy transformation in which radiative (solar) energy is transformed into chemical energy within a plant. - - - - - - photosynthesis - - - - - - - - - - Falling is an energy transformation in which gravitational potential energy is transformed into kintetic energy. - - falling - - - - - - - - - - - - - - - - - Falling is an energy transformation in which gravitational potential energy is transformed into kintetic energy. - - - - - - falling - - - - - From 9b0cf3d6db83d561b8d70fc7962066c48d188f2c Mon Sep 17 00:00:00 2001 From: LillyG Date: Sun, 2 Mar 2025 19:06:55 +0100 Subject: [PATCH 131/150] Re-add term trackers and hierarchy --- src/ontology/edits/oeo-import-edits.owl | 50 +++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/src/ontology/edits/oeo-import-edits.owl b/src/ontology/edits/oeo-import-edits.owl index e895512a1..22b14d4d5 100644 --- a/src/ontology/edits/oeo-import-edits.owl +++ b/src/ontology/edits/oeo-import-edits.owl @@ -750,10 +750,22 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1820 + + + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + + + + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 @@ -762,6 +774,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1820 + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 @@ -770,6 +784,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1820 + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 @@ -778,6 +794,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1820 + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 @@ -786,6 +804,18 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1820 + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + + + + + + + + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 @@ -939,6 +969,26 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136 + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + From ce7759271f522337b57da518b3eda9f171eafd19 Mon Sep 17 00:00:00 2001 From: stap-m Date: Mon, 3 Mar 2025 08:44:50 +0100 Subject: [PATCH 132/150] add covers sector (shortcut) #2013 --- src/ontology/edits/oeo-shared-axioms.omn | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/ontology/edits/oeo-shared-axioms.omn b/src/ontology/edits/oeo-shared-axioms.omn index 91394ecad..b972e64f5 100644 --- a/src/ontology/edits/oeo-shared-axioms.omn +++ b/src/ontology/edits/oeo-shared-axioms.omn @@ -394,6 +394,29 @@ The shortcut relation should be used to represents these statements: OEO_00000407 +ObjectProperty: OEO_00020439 + + Annotations: + OEO_00020434 "SELECT ?scenariobundle ?technology WHERE { +?scenariobundle IAO:0000136 _:1. +_:1 OEO:00390101 ?technology. +}", + "A relation between a scenario bundle and a sector that is covered by the study the scenario bundle is about. It is a shortcut relation, see elucidation and associated sparql axiom.", + "This is a shortcut relation to relate 'scenatio bundle' to 'sector'. The original relation 'covers sector' relates 'study' (process) to 'sector'. +The shortcut relation should be used to represents these statements: +('scenario bundle 'is about' some 'scenario study'`) and ('scenario study' 'covers sector' some 'sector')", + rdfs:label "covers sector (shortcut)"@en + + SubPropertyOf: + owl:topObjectProperty + + Domain: + OEO_00020227 + + Range: + OEO_00000407 + + ObjectProperty: OEO_00040010 From e120caf915f0776cb7c9b60d07a96501b61dc547 Mon Sep 17 00:00:00 2001 From: stap-m Date: Mon, 3 Mar 2025 08:50:12 +0100 Subject: [PATCH 133/150] correct sparql --- src/ontology/edits/oeo-shared-axioms.omn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-shared-axioms.omn b/src/ontology/edits/oeo-shared-axioms.omn index b972e64f5..7bf15ee05 100644 --- a/src/ontology/edits/oeo-shared-axioms.omn +++ b/src/ontology/edits/oeo-shared-axioms.omn @@ -397,9 +397,9 @@ The shortcut relation should be used to represents these statements: ObjectProperty: OEO_00020439 Annotations: - OEO_00020434 "SELECT ?scenariobundle ?technology WHERE { + OEO_00020434 "SELECT ?scenariobundle ?sector WHERE { ?scenariobundle IAO:0000136 _:1. -_:1 OEO:00390101 ?technology. +_:1 OEO:00000505 ?sector. }", "A relation between a scenario bundle and a sector that is covered by the study the scenario bundle is about. It is a shortcut relation, see elucidation and associated sparql axiom.", "This is a shortcut relation to relate 'scenatio bundle' to 'sector'. The original relation 'covers sector' relates 'study' (process) to 'sector'. From 09c632296ef6df2ea11bdcf55f63d0d540f2c970 Mon Sep 17 00:00:00 2001 From: stap-m Date: Mon, 3 Mar 2025 09:11:38 +0100 Subject: [PATCH 134/150] term tracker annotations #2013 --- src/ontology/edits/oeo-shared-axioms.omn | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/ontology/edits/oeo-shared-axioms.omn b/src/ontology/edits/oeo-shared-axioms.omn index 7bf15ee05..d1158e8a7 100644 --- a/src/ontology/edits/oeo-shared-axioms.omn +++ b/src/ontology/edits/oeo-shared-axioms.omn @@ -302,6 +302,8 @@ ObjectProperty: OEO_00020190 ObjectProperty: OEO_00020432 Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2023", OEO_00020434 "SELECT ?scenariobundle ?energycarrier WHERE { ?scenariobundle IAO:0000136 _:1. _:1 OEO:00000523 ?energycarrier. @@ -325,6 +327,8 @@ The shortcut relation should be used to represents these statements: ObjectProperty: OEO_00020436 Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2023", OEO_00020434 "select ?scenariofactsheet ?dataset where { ?scenariofactsheet IAO:0000136 _:1. _:2 OEO:00020226 _:1. @@ -351,6 +355,8 @@ The shortcut relation should be used to represents these statements: ObjectProperty: OEO_00020437 Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2023", OEO_00020434 "select ?scenariofactsheet ?dataset where { ?scenariofactsheet IAO:0000136 _:1. _:2 OEO:00020226 _:1. @@ -374,6 +380,8 @@ The shortcut relation should be used to represents these statements: ObjectProperty: OEO_00020438 Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2023", OEO_00020434 "SELECT ?scenariobundle ?technology WHERE { ?scenariobundle IAO:0000136 _:1. _:1 OEO:00390101 ?technology. @@ -397,6 +405,8 @@ The shortcut relation should be used to represents these statements: ObjectProperty: OEO_00020439 Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2023", OEO_00020434 "SELECT ?scenariobundle ?sector WHERE { ?scenariobundle IAO:0000136 _:1. _:1 OEO:00000505 ?sector. From 23d688e8b553f817c32662f1927cbbb49205ebb7 Mon Sep 17 00:00:00 2001 From: stap-m Date: Mon, 3 Mar 2025 09:14:05 +0100 Subject: [PATCH 135/150] changelog #2013 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc94e2abd..67ce0c4b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -150,6 +150,7 @@ and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0. - has unit numerator, has unit denominator and subproperties (#1816) - compressor, compressor station and subclasses (#1818) - new units and prefixes from UO (#1820) +- has associated axiom(sparql), shortcut relations for has information input/output, covers energy carrier, covers technology, covers sector (#2023) ### Changed - energy transfer function, energy transformation function and subclasses (#1785) From 2982fdef21d71f5918ba07bee1092e0392ece2d1 Mon Sep 17 00:00:00 2001 From: madbkr <92733183+madbkr@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:57:25 +0100 Subject: [PATCH 136/150] 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 57f5842ca..004704591 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -772,7 +772,7 @@ DataProperty: OEO_00390098 OEO_00020426 "add issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has doi is the relation between a report and the literal representing its doi.", + "has doi is the relation between a digital object and the literal representing its doi (digital object identifier).", rdfs:label "has doi"@en Domain: From 6fc8473c1ff682c569acd7c13a768c0a4612ae59 Mon Sep 17 00:00:00 2001 From: madbkr <92733183+madbkr@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:57:41 +0100 Subject: [PATCH 137/150] 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 004704591..f69fa07af 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -740,7 +740,7 @@ DataProperty: OEO_00390096 OEO_00020426 "add issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has publication date is the relation between a report and the year it was published at.", + "has publication date is the relation between a report and the year it was published in.", rdfs:label "has publication date"@en Domain: From 17e278a683217d4e62020dbf6fb53d084f0a9613 Mon Sep 17 00:00:00 2001 From: madbkr <92733183+madbkr@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:58:13 +0100 Subject: [PATCH 138/150] 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 f69fa07af..26b2adbc4 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -617,7 +617,7 @@ ObjectProperty: OEO_00390101 OEO_00020426 "add issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "covers technology is a relation that holds between a study and the technology it covers.", + "covers technology is a relation that holds between a study and a technology covered in the study.", rdfs:label "covers technology"@en SubPropertyOf: From 0ef402abf56760a7153852efc6b0a76b957941b4 Mon Sep 17 00:00:00 2001 From: madbkr <92733183+madbkr@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:59:18 +0100 Subject: [PATCH 139/150] 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 26b2adbc4..c5b08ed8d 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -585,7 +585,7 @@ ObjectProperty: OEO_00390073 OEO_00020426 "add issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has scenario type is the relation between a scenario factsheet and the scenario-subclass it is about.", + "has scenario type is a relation between a scenario factsheet and a subclass of scenario.", rdfs:label "has scenario type"@en Domain: From a4e4eba3e3d58596d2b385cb3d4854c5673fe062 Mon Sep 17 00:00:00 2001 From: madbkr <92733183+madbkr@users.noreply.github.com> Date: Mon, 3 Mar 2025 10:09:27 +0100 Subject: [PATCH 140/150] 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index c5b08ed8d..60f03f085 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -569,7 +569,6 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", "has study descriptor tag is a relation between a scenario bundle and a oeo class represented by a study descriptor that is tagging it. -Only classes with the oekg annotation property are eligible.", rdfs:label "has study descriptor tag"@en Domain: From f2e29c07fdea8cf59451fce1b063ffc0df0fabeb Mon Sep 17 00:00:00 2001 From: madbkr <92733183+madbkr@users.noreply.github.com> Date: Mon, 3 Mar 2025 10:09:41 +0100 Subject: [PATCH 141/150] 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 60f03f085..44bb2f944 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -567,7 +567,7 @@ ObjectProperty: OEO_00390071 OEO_00020426 "add issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has study descriptor tag is a relation between a scenario bundle and a oeo class represented by a study descriptor that is tagging it. + "has study descriptor tag is a relation between a scenario bundle and an oeo class which is used as a study descriptor.", rdfs:label "has study descriptor tag"@en From 992b3f98cd8607b680e15a018ae1ee87864874cb Mon Sep 17 00:00:00 2001 From: madbkr Date: Mon, 3 Mar 2025 10:32:50 +0100 Subject: [PATCH 142/150] Add changes to definitions --- src/ontology/edits/oeo-model.omn | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 44bb2f944..9942ed75a 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -36,6 +36,9 @@ AnnotationProperty: AnnotationProperty: +AnnotationProperty: + + AnnotationProperty: @@ -568,7 +571,7 @@ ObjectProperty: OEO_00390071 issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", "has study descriptor tag is a relation between a scenario bundle and an oeo class which is used as a study descriptor.", - + "OEO classes that are used as study descriptors are annotated by the annotation property \"oekg annotation\" with value \"study descriptor\".", rdfs:label "has study descriptor tag"@en Domain: @@ -600,7 +603,13 @@ ObjectProperty: OEO_00390078 OEO_00020426 "add issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has reference is the relation between a continuant and a reference that points to a relevant resource to the continuant.", + "has reference is the relation between a continuant and a reference that points to a relevant resource to the continuant. + +Example: +http://openenergyplatform.org/ontology/oekg/region/Albania +has reference https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/Albania + +Here the region Albania in the oekg references the region Albania in the LCC ontology. In the same way any continuant may link to a document it is referencing.", rdfs:label "has reference"@en Domain: From 20045e16b8368ab6a5f73265bbce8888b21369cd Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Mon, 3 Mar 2025 12:39:17 +0100 Subject: [PATCH 143/150] Update src/ontology/edits/oeo-shared-axioms.omn Co-authored-by: madbkr <92733183+madbkr@users.noreply.github.com> --- src/ontology/edits/oeo-shared-axioms.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-shared-axioms.omn b/src/ontology/edits/oeo-shared-axioms.omn index d1158e8a7..0cafd89b2 100644 --- a/src/ontology/edits/oeo-shared-axioms.omn +++ b/src/ontology/edits/oeo-shared-axioms.omn @@ -424,7 +424,7 @@ The shortcut relation should be used to represents these statements: OEO_00020227 Range: - OEO_00000407 + OEO_00000367 ObjectProperty: OEO_00040010 From e4f74d807b25d47c6a2f21f65ab0720f5000daf7 Mon Sep 17 00:00:00 2001 From: stap-m Date: Tue, 4 Mar 2025 09:16:47 +0100 Subject: [PATCH 144/150] add equivalence axiom to energetic conversion process --- src/ontology/edits/oeo-import-edits.owl | 31 +++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/ontology/edits/oeo-import-edits.owl b/src/ontology/edits/oeo-import-edits.owl index 22b14d4d5..a35231218 100644 --- a/src/ontology/edits/oeo-import-edits.owl +++ b/src/ontology/edits/oeo-import-edits.owl @@ -459,6 +459,18 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 + + + + + + + + + + + @@ -763,6 +775,25 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + + + + + + + + + + + + + + + + + + + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 From 6c65afe356f2b2fbe3d9213c7c6a2bb100ddc2e6 Mon Sep 17 00:00:00 2001 From: stap-m Date: Tue, 4 Mar 2025 09:31:00 +0100 Subject: [PATCH 145/150] replace all term tracker items with term tracker annotations in oeo-import-edit.owl --- src/ontology/edits/oeo-import-edits.owl | 88 ++++++++++++------------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/src/ontology/edits/oeo-import-edits.owl b/src/ontology/edits/oeo-import-edits.owl index a35231218..27dd7877b 100644 --- a/src/ontology/edits/oeo-import-edits.owl +++ b/src/ontology/edits/oeo-import-edits.owl @@ -117,8 +117,8 @@ pull request https://github.com/OpenEnergyPlatform/ontology/pull/1086 - issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 + issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016
@@ -128,8 +128,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 - issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 + issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016
@@ -137,8 +137,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 - issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 + issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 @@ -147,8 +147,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 - issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 + issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016
@@ -423,8 +423,8 @@ pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136 - issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 + issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016
@@ -432,8 +432,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 - issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 + issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 @@ -442,8 +442,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 - issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 + issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016
@@ -766,8 +766,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1820 - issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 @@ -795,8 +795,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 - issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 @@ -805,8 +805,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 - issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 @@ -815,8 +815,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 - issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 @@ -825,8 +825,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 - issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 @@ -835,8 +835,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 - issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 @@ -845,8 +845,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 - issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 @@ -880,8 +880,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 - issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 + issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 In CCO, the SubClassOf axioms are actually anonymous ancestors and inherited from process (BFO 2020). @@ -939,8 +939,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 - issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 + issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 In CCO, the SubClassOf axioms are actually anonymous ancestors and inherited from process (BFO 2020). @@ -975,8 +975,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 - issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 + issue https://github.com/OpenEnergyPlatform/ontology/issues/2014 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 In CCO, the SubClassOf axioms are actually anonymous ancestors and inherited from process (BFO 2020). @@ -1001,24 +1001,24 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/1079 pull-request: https://github.com/OpenEnergyPlatform/ontology/pull/1136 - issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 - issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 - issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 - issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 - issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 From c657b45aa2c6e20751b3868071f8c430e4d58477 Mon Sep 17 00:00:00 2001 From: madbkr Date: Wed, 5 Mar 2025 12:03:50 +0100 Subject: [PATCH 146/150] Fix example --- src/ontology/edits/oeo-model.omn | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 9942ed75a..b522b9240 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -603,13 +603,11 @@ ObjectProperty: OEO_00390078 OEO_00020426 "add issue: https://github.com/OpenEnergyPlatform/ontology/issues/2013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2020", - "has reference is the relation between a continuant and a reference that points to a relevant resource to the continuant. - -Example: -http://openenergyplatform.org/ontology/oekg/region/Albania + "http://openenergyplatform.org/ontology/oekg/region/Albania has reference https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/Albania Here the region Albania in the oekg references the region Albania in the LCC ontology. In the same way any continuant may link to a document it is referencing.", + "has reference is the relation between a continuant and a reference that points to a relevant resource to the continuant.", rdfs:label "has reference"@en Domain: From 4bd27d6944951e1bb4a92152fe6212d9b2e62bb0 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 6 Mar 2025 12:35:56 +0100 Subject: [PATCH 147/150] Missing landscape classifications for SLE project (#1991) * Implement first version * Removed `spatial legislation` and splitted `Natura 2000 role` * Updated definition of BNatSchG and ROG to reflect the change of hierarchy * Fixed typos in definitions * Added term tracker annotation to all classes and individuals changed by this pr * Added changelog * Fix IRIs of protected area role individuals * Update src/ontology/edits/oeo-model.omn Co-authored-by: madbkr <92733183+madbkr@users.noreply.github.com> * Update src/ontology/edits/oeo-model.omn * Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> * Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> * Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> * Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> * Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> * Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> * Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> * Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> * Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> * Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> * Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> * Update src/ontology/edits/oeo-model.omn Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> * Added definition sources for legislation and protected area role * Added equivalence relation to protected area * Changed regions defined by ROG and their roles back to classes * Changed Bird Sanctuary and Flora Fauna Habitat and their roles to classes * No unnecessary changes * Added term tracker annotation * Updated changelog --------- Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> Co-authored-by: madbkr <92733183+madbkr@users.noreply.github.com> --- CHANGELOG.md | 17 +-- src/ontology/edits/catalog-v001.xml | 40 +++---- src/ontology/edits/oeo-model.omn | 169 +++++++++++++++++++++++++++- src/ontology/edits/oeo-physical.omn | 16 --- 4 files changed, 193 insertions(+), 49 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84b0fb5cc..da038d2ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,13 @@ For each version, important additions, changes and removals are listed here. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/), and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [2.X.X] - 20XX-XX-XX -## [2.x.x] - ### Added +- legislation, ROG, BNatSchG (#1991) +- protected area role, Fauna Flora Habitat role, Bird Sanctuary role (#1991) +- Fauna Flora Habitat, Bird Sanctuary (#1991) - conceptual model (#1976) - imports from stato: cutoff, lower confdence limit, upper confdence limit, statistic, measure of dispersion, confidence interval (#2002) - model uncertainty location (#1990) @@ -25,16 +28,16 @@ and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0. ### Changed - technical model implementation, conceptual model, model system boundary, input data/exogenous data, output data (#1990) -- feasible potential determination method, techno-economic potential determination method, wind characteristics determination method, wind farm area determination method, wind potential determination method (#2005) -- apply socio-economic constraints for assessment of potential (#1995) -- net capacity factor (#1995) +- protected area, conditionally reserved region role, priority region role, suitable region role (#1991) +- apply socio-economic constraints for assessment of potential, net capacity factor (#1995) +- cost, delivery cost, fixed cost, investment cost, levelised cost of electricity, social cost of emission, system cost, variable cost (#1999) - has model(#2001) -- model (#2007) -- models (#2007) -- cost, delivery cost, fixed cost, investment cost, levelised cost of electricity, social cost of emission, system cost, variable cost (#1999) +- feasible potential determination method, techno-economic potential determination method, wind characteristics determination method, wind farm area determination method, wind potential determination method (#2005) +- model, models (#2007) - uncertainty of a model, model, model system boundary (#2012) - solid (#2019) +### Removed ## [2.6.0] - 2024-12-06 diff --git a/src/ontology/edits/catalog-v001.xml b/src/ontology/edits/catalog-v001.xml index d7f96f2a0..0a6d85e4e 100644 --- a/src/ontology/edits/catalog-v001.xml +++ b/src/ontology/edits/catalog-v001.xml @@ -1,20 +1,20 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index b522b9240..75ee3cd8b 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3592,6 +3592,31 @@ 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 + +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, + "Naturschutzgebiet"@de, + rdfs:label "protected area"@en + + EquivalentTo: + OEO_00360020 + and ( some OEO_00410013) + + SubClassOf: + OEO_00360020 + + Class: OEO_00280000 Annotations: @@ -3835,39 +3860,54 @@ 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 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", +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 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", +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 SubClassOf: - + , + OEO_00000504 value OEO_00410011 Class: OEO_00360029 @@ -4096,6 +4136,95 @@ 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: + 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: + , + 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: + 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: + + + +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: @@ -4780,3 +4909,31 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1945", OEO_00400017 +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, + "German spatial planning law"@en, + "Raumordnungsgesetz"@de, + rdfs:label "ROG"@en + + Types: + OEO_00410009 + + +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, + "German nature conservation law"@en, + rdfs:label "BNatSchG"@en + + Types: + OEO_00410009 + + diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 2e1fda0ad..16233f04d 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -13336,22 +13336,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 c82ddf3b530ee02e30891ab2d563b9a21e54e7bd Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Thu, 6 Mar 2025 12:54:34 +0100 Subject: [PATCH 148/150] adjust changelog, citation and version for release --- CHANGELOG.md | 3 +-- CITATION.cff | 2 +- VERSION | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da038d2ab..32a453e8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ For each version, important additions, changes and removals are listed here. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/), and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [2.X.X] - 20XX-XX-XX +## [2.7.0] - 2025-03-06 ### Added @@ -37,7 +37,6 @@ and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0. - uncertainty of a model, model, model system boundary (#2012) - solid (#2019) -### Removed ## [2.6.0] - 2024-12-06 diff --git a/CITATION.cff b/CITATION.cff index 1baccd98c..c33db9e8f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -169,6 +169,6 @@ authors: title: "Open Energy Ontology (OEO)" type: software license: CC0-1.0 OR MIT -version: 2.6.0 +version: 2.7.0 date-released: 2024-12-06 url: "https://github.com/OpenEnergyPlatform/ontology" diff --git a/VERSION b/VERSION index e70b4523a..24ba9a38d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6.0 +2.7.0 From a32762c8f8261c190bd37013e84c02febd8713ab Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Thu, 6 Mar 2025 13:03:31 +0100 Subject: [PATCH 149/150] update order in changelog --- CHANGELOG.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32a453e8b..32ac2b3c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,16 +14,14 @@ and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0. ### Added -- legislation, ROG, BNatSchG (#1991) -- protected area role, Fauna Flora Habitat role, Bird Sanctuary role (#1991) -- Fauna Flora Habitat, Bird Sanctuary (#1991) - conceptual model (#1976) -- imports from stato: cutoff, lower confdence limit, upper confdence limit, statistic, measure of dispersion, confidence interval (#2002) - model uncertainty location (#1990) +- legislation, ROG, BNatSchG, protected area role, Fauna Flora Habitat role, Bird Sanctuary role, Fauna Flora Habitat, Bird Sanctuary (#1991) +- imports from stato: cutoff, lower confdence limit, upper confdence limit, statistic, measure of dispersion, confidence interval (#2002) +- import from CCO event ontology: Change, Effect, Stasis and subclasses, has occurent part, occurrent part of and subproperties (#2016) - has iri, has study descriptor tag, has uuid, has scenario type, has publication date, has report title, has doi, has reference, based on sector division, has creation date, covers technology (#2020) - add dual licensing CC0-1.0 OR MIT (#2021) - add REUSE license check and copyright info (#2021) -- import from CCO event ontology: Change, Effect, Stasis and subclasses, has occurent part, occurrent part of and subproperties (#2016) - import from MENO ontology: energetic conversion process, energy decrease, energy increase, quality transfer + subclasses, quality transformation + subclasses(#2022) ### Changed From 4cf901e46143a0b985270a20bd4963311b2ecd38 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Thu, 6 Mar 2025 13:09:04 +0100 Subject: [PATCH 150/150] revert obsoletion wording --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ac2b3c5..bcaf6ebe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -91,7 +91,7 @@ and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0. - replace term tracker item with term tracker annotation (#1922, #1923) - replace has bearer with characteristic of (#1928) -### Removed +### Obsoletion - economic value, has economic value, economic value (#1931) - has bearer (#1928)