From ff2ba271a93b4f62e3747be49fa9c930f0602496 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 12 Dec 2023 09:12:34 +0100 Subject: [PATCH 001/126] Add axioms to sector classes and individuals #1333 --- CHANGELOG.md | 1 + src/ontology/edits/oeo-shared-axioms.omn | 161 +++++++++++++++++++++++ 2 files changed, 162 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d016e530c..2e7f544b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - B7, E10 (#1774) - data descriptor (#1775) - target description, policy instrument, policy (#1778) +- electricity sector, industry sector, CRF sector (IPCC 2006) individuals (###) ## [2.0.1] - 2023-10-26 diff --git a/src/ontology/edits/oeo-shared-axioms.omn b/src/ontology/edits/oeo-shared-axioms.omn index 8bb1d7e56..bca42bda7 100644 --- a/src/ontology/edits/oeo-shared-axioms.omn +++ b/src/ontology/edits/oeo-shared-axioms.omn @@ -389,6 +389,9 @@ Class: Class: OEO_00000001 +Class: OEO_00000006 + + Class: OEO_00000020 @@ -407,6 +410,9 @@ Class: OEO_00000061 Class: OEO_00000064 +Class: OEO_00000072 + + Class: OEO_00000087 @@ -422,6 +428,12 @@ Class: OEO_00000139 Class: OEO_00000143 +Class: OEO_00000145 + + SubClassOf: + OEO_00010312 some OEO_00240014 + + Class: OEO_00000147 @@ -434,6 +446,12 @@ Class: OEO_00000199 Class: OEO_00000206 +Class: OEO_00000227 + + SubClassOf: + OEO_00010312 some OEO_00050000 + + Class: OEO_00000264 SubClassOf: @@ -516,6 +534,12 @@ Class: OEO_00010130 OEO_00000501 value OEO_00010129 +Class: OEO_00010138 + + +Class: OEO_00010140 + + Class: OEO_00010255 SubClassOf: @@ -528,6 +552,15 @@ Class: OEO_00010268 OEO_00020179 some OEO_00140081 +Class: OEO_00010280 + + +Class: OEO_00010285 + + +Class: OEO_00010292 + + Class: OEO_00010296 SubClassOf: @@ -753,9 +786,15 @@ Class: OEO_00050018 Class: OEO_00090001 +Class: OEO_00140003 + + Class: OEO_00140004 +Class: OEO_00140038 + + Class: OEO_00140039 @@ -825,12 +864,18 @@ Class: OEO_00240029 some OEO_00040011 +Class: OEO_00240030 + + Class: OEO_00240031 SubClassOf: some OEO_00040011 +Class: OEO_00240032 + + Class: OEO_00240034 SubClassOf: @@ -852,6 +897,42 @@ Class: OEO_00320021 OEO_00020180 some OEO_00040009 +Individual: OEO_00010042 + + Types: + (not (OEO_00010312 some OEO_00140004)) + and (OEO_00010312 some OEO_00140003) + + +Individual: OEO_00010043 + + Types: + OEO_00010312 some OEO_00140038 + + +Individual: OEO_00010046 + + Types: + OEO_00010312 some OEO_00050000 + + +Individual: OEO_00010058 + + Types: + OEO_00010312 some + (OEO_00010140 + and (OEO_00140003 + and ( some OEO_00000006))) + + +Individual: OEO_00010061 + + Types: + OEO_00010312 some + (OEO_00140003 + and ( some OEO_00010280)) + + Individual: OEO_00010122 Facts: @@ -876,6 +957,86 @@ Individual: OEO_00010132 Individual: OEO_00010133 +Individual: OEO_00010164 + + Types: + OEO_00010312 some + (OEO_00240003 + and (OEO_00000533 some OEO_00240030)) + + +Individual: OEO_00010165 + + Types: + OEO_00010312 some + (OEO_00240003 + and (OEO_00000533 some OEO_00240029)) + + +Individual: OEO_00010166 + + Types: + OEO_00010312 some + (OEO_00240003 + and (OEO_00000533 some OEO_00240027)) + + +Individual: OEO_00010167 + + Types: + OEO_00010312 some + (OEO_00240003 + and (OEO_00000533 some OEO_00240032)) + + +Individual: OEO_00010168 + + Types: + OEO_00010312 some + (OEO_00240003 + and (OEO_00000533 some OEO_00240034)) + + +Individual: OEO_00010200 + + Types: + OEO_00010312 some + (OEO_00010285 or (OEO_00140004 + and ( some OEO_00010292))) + + +Individual: OEO_00010201 + + Types: + OEO_00010312 some + (OEO_00140004 + and ( some OEO_00010292)) + + +Individual: OEO_00010202 + + Types: + OEO_00010312 some + (OEO_00140004 + and ( some OEO_00010285)) + + Individual: OEO_00010205 +Individual: OEO_00010228 + + Types: + OEO_00010312 some + (OEO_00260007 + and ( some + (OEO_00140038 + and (OEO_00000532 some OEO_00000072)))) + + +Individual: OEO_00010229 + + Types: + OEO_00010312 some OEO_00010138 + + From adb9a70232546a45bd91f4463d3c2473f83dfb0a Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 12 Dec 2023 09:16:28 +0100 Subject: [PATCH 002/126] Update term tracker items #1333 --- src/ontology/edits/oeo-sector.omn | 104 ++++++++++++++++++++++++------ 1 file changed, 86 insertions(+), 18 deletions(-) diff --git a/src/ontology/edits/oeo-sector.omn b/src/ontology/edits/oeo-sector.omn index 34bc6233b..8d4f97c04 100644 --- a/src/ontology/edits/oeo-sector.omn +++ b/src/ontology/edits/oeo-sector.omn @@ -332,7 +332,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724 + +Add 'is sector of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", rdfs:label "electricity sector"@en SubClassOf: @@ -400,7 +404,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724 + +Add 'is sector of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", rdfs:label "industry sector"@en SubClassOf: @@ -1019,7 +1027,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/523 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724 + +Add 'is sector of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", rdfs:label "CRF sector (IPCC 2006): transport"@en Types: @@ -1045,7 +1057,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/523 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724 + +Add 'is sector of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", rdfs:label "CRF sector (IPCC 2006): fuel combustion - other sectors"@en Types: @@ -1098,7 +1114,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/941 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724 + +Add 'is sector of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", rdfs:label "CRF sector (IPCC 2006): industrial processes and product use"@en Types: @@ -1374,7 +1394,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/595 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724 + +Add 'is sector of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", rdfs:label "CRF sector (IPCC 2006): CO2 transport and storage"@en Types: @@ -1442,14 +1466,18 @@ Individual: OEO_00010061 Annotations: OEO_00010037 "CRF 1.A.3.c", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", - "The CRF sector (IPCC 2006) 'railways' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: -Emissions from railway transport for both freight and passenger traffic routes.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/580 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/595 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", + "The CRF sector (IPCC 2006) 'railways' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: +Emissions from railway transport for both freight and passenger traffic routes. + +Add 'is sector of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", rdfs:label "CRF sector (IPCC 2006): railways"@en Types: @@ -1991,7 +2019,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/941 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724 + +Add 'is sector of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", rdfs:label "CRF sector (IPCC 2006): mineral industry"@en Types: @@ -2014,7 +2046,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/941 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724 + +Add 'is sector of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", rdfs:label "CRF sector (IPCC 2006): cement production"@en Types: @@ -2037,7 +2073,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/941 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724 + +Add 'is sector of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", rdfs:label "CRF sector (IPCC 2006): chemical industry"@en Types: @@ -2060,7 +2100,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/941 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724 + +Add 'is sector of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", rdfs:label "CRF sector (IPCC 2006): metal industry"@en Types: @@ -2087,7 +2131,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1440 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724 + +Add 'is sector of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", rdfs:label "CRF sector (IPCC 2006): iron and steel production"@en Types: @@ -2820,7 +2868,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1334 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724 + +Add 'is sector of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", rdfs:label "CRF sector (IPCC 2006): international bunkers"@en Types: @@ -2851,7 +2903,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1334 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724 + +Add 'is sector of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", rdfs:label "CRF sector (IPCC 2006): international aviation"@en Types: @@ -2884,7 +2940,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1334 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724 + +Add 'is sector of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", rdfs:label "CRF sector (IPCC 2006): maritime navigation"@en Types: @@ -3081,7 +3141,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/967 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724 + +Add 'is sector of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", rdfs:label "CRF sector (IPCC 2006): CO2 emissions from biomass"@en Types: @@ -3102,7 +3166,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/967 move to oeo-sector issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724 + +Add 'is sector of' axiom: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", rdfs:label "CRF sector (IPCC 2006): CO2 captured"@en Types: From b29c7c362e9dfa58488bf58c1a78add54c68d90e Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 18 Dec 2023 14:44:24 +0100 Subject: [PATCH 003/126] Add subsector functionallity #1333 Add class: `subsector` Add object property: `has proper part`, `proper part of`, `has subsector`, `subsector of` Adapt some axioms to test --- src/ontology/edits/oeo-sector.omn | 67 ++++++++++++++++++++++++++----- src/ontology/edits/oeo-shared.omn | 32 +++++++++++++++ 2 files changed, 89 insertions(+), 10 deletions(-) diff --git a/src/ontology/edits/oeo-sector.omn b/src/ontology/edits/oeo-sector.omn index 8d4f97c04..88d435fa4 100644 --- a/src/ontology/edits/oeo-sector.omn +++ b/src/ontology/edits/oeo-sector.omn @@ -168,6 +168,39 @@ ObjectProperty: OEO_00010312 OEO_00000367 +ObjectProperty: OEO_00010465 + + +ObjectProperty: OEO_00010466 + + Annotations: + rdfs:label "subsector of"@en + + SubPropertyOf: + OEO_00010465 + + Domain: + OEO_00010464 + + Range: + OEO_00000367 + + +ObjectProperty: OEO_00010467 + + Annotations: + rdfs:label "has subsector"@en + + SubPropertyOf: + + + Domain: + OEO_00000367 + + Range: + OEO_00010464 + + ObjectProperty: OEO_00020056 @@ -757,6 +790,20 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", OEO_00000368 +Class: OEO_00010464 + + Annotations: + "A subsector is a sector that is a proper part of an other sector."@en, + rdfs:label "subsector"@en + + EquivalentTo: + OEO_00000367 + and (OEO_00010465 some OEO_00000367) + + SubClassOf: + OEO_00000367 + + Class: OEO_00020015 @@ -1466,18 +1513,18 @@ Individual: OEO_00010061 Annotations: OEO_00010037 "CRF 1.A.3.c", "2006 IPCC Guidelines for National Greenhouse Gas Inventories, Volume 1, Chapter 8.5, https://www.ipcc-nggip.iges.or.jp/public/2006gl/", - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/580 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/595 - -move to oeo-sector -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", "The CRF sector (IPCC 2006) 'railways' is a transport sector defined by the 2006 IPCC Guidelines for National Greenhouse Gas Inventories: Emissions from railway transport for both freight and passenger traffic routes. Add 'is sector of' axiom: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/580 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/595 + +move to oeo-sector +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", rdfs:label "CRF sector (IPCC 2006): railways"@en Types: @@ -1585,9 +1632,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", Facts: OEO_00000504 OEO_00010056, - OEO_00010040, - OEO_00010057, - OEO_00010064 + OEO_00010467 OEO_00010040, + OEO_00010467 OEO_00010057, + OEO_00010467 OEO_00010064 Individual: OEO_00010066 @@ -1880,7 +1927,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", Facts: OEO_00000504 OEO_00000242, - OEO_00010040 + OEO_00010466 OEO_00010040 Individual: OEO_00010159 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index e23cd17ea..aced6b193 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -654,6 +654,38 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1321", or +ObjectProperty: OEO_00010463 + + Annotations: + rdfs:label "has proper part"@en + + SubPropertyOf: + + + Characteristics: + Irreflexive, + Asymmetric + + InverseOf: + OEO_00010465 + + +ObjectProperty: OEO_00010465 + + Annotations: + rdfs:label "proper part of"@en + + SubPropertyOf: + + + Characteristics: + Irreflexive, + Asymmetric + + InverseOf: + OEO_00010463 + + ObjectProperty: OEO_00020056 Annotations: From 0c8c5a638c26aec02d99b240c44ee1d2931845fd Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Thu, 11 Jan 2024 08:49:07 +0100 Subject: [PATCH 004/126] Fix hierarchy of `has subsector` #1333 --- src/ontology/edits/oeo-sector.omn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-sector.omn b/src/ontology/edits/oeo-sector.omn index 88d435fa4..8cdd5f287 100644 --- a/src/ontology/edits/oeo-sector.omn +++ b/src/ontology/edits/oeo-sector.omn @@ -168,6 +168,9 @@ ObjectProperty: OEO_00010312 OEO_00000367 +ObjectProperty: OEO_00010463 + + ObjectProperty: OEO_00010465 @@ -192,7 +195,7 @@ ObjectProperty: OEO_00010467 rdfs:label "has subsector"@en SubPropertyOf: - + OEO_00010463 Domain: OEO_00000367 From ba187538ddd861c22acc33e19da86b4b29cd959c Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Thu, 11 Jan 2024 16:48:21 +0100 Subject: [PATCH 005/126] Fix axiom --- 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 bca42bda7..cc185eae1 100644 --- a/src/ontology/edits/oeo-shared-axioms.omn +++ b/src/ontology/edits/oeo-shared-axioms.omn @@ -1001,8 +1001,8 @@ Individual: OEO_00010200 Types: OEO_00010312 some - (OEO_00010285 or (OEO_00140004 - and ( some OEO_00010292))) + (OEO_00140004 + and (OEO_00010285 or ( some OEO_00010292))) Individual: OEO_00010201 From 88cd0eb962459f7a7088620a39dd1bcea1d29939 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 2 Feb 2024 12:35:53 +0100 Subject: [PATCH 006/126] Add definition to `has proper part` and update CHANGELOG.md --- CHANGELOG.md | 3 ++- src/ontology/edits/oeo-shared.omn | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68046ebd9..d70b3f584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,14 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ### Added - economic instrument, voluntary agreement, voluntary agreement instrument, regulatory instrument, information instrument, education instrument (#1786) +- has proper part (1788) - priority region role, priority region, conditionally reserved region role, conditionally reserved region, suitable region role, suitable region, priority region with effect of suitable region, spatial planning policy (#1791) - missing value reason, notation key (#1795) ### Changed - energy transfer function, energy transformation function and subclasses (#1785) - effort sharing, feed-in tariff, levy, market premium (#1786) +- electricity sector, industry sector, CRF sector (IPCC 2006) individuals (1788) - policy instrument (#1791) - region of relevance (#1791) - MMR sector division, EU emission sector division (#1797) @@ -43,7 +45,6 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - B7, E10 (#1774) - data descriptor (#1775) - target description, policy instrument, policy (#1778) -- electricity sector, industry sector, CRF sector (IPCC 2006) individuals (###) ## [2.0.1] - 2023-10-26 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index aced6b193..397cfa231 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -657,6 +657,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1321", ObjectProperty: OEO_00010463 Annotations: + "A has part relation that denotes an antisymmetric, irreflexive (normally transitive) relation between a whole and a distinct part."@en, rdfs:label "has proper part"@en SubPropertyOf: From 48b5805ecf95c7c551930030ac754844e00eb14e Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 2 Feb 2024 12:59:36 +0100 Subject: [PATCH 007/126] Add term tracker items #1333 --- src/ontology/edits/oeo-shared.omn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 397cfa231..7a495d75d 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -658,6 +658,8 @@ ObjectProperty: OEO_00010463 Annotations: "A has part relation that denotes an antisymmetric, irreflexive (normally transitive) relation between a whole and a distinct part."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", rdfs:label "has proper part"@en SubPropertyOf: @@ -674,6 +676,8 @@ ObjectProperty: OEO_00010463 ObjectProperty: OEO_00010465 Annotations: + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", rdfs:label "proper part of"@en SubPropertyOf: From 728d095aa3708b664e03ec2baeef209fdad4e99f Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 11 Mar 2024 15:33:09 +0100 Subject: [PATCH 008/126] Add new unreleased section in CHANGELOG.md and move entries #1788 --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c004f42d8..0e70ffd11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,20 @@ All notable changes to this project will be documented in this file. The format is inspired from [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [2.X.X] - 20XX-XX-XX + +### Added +- has proper part (1788) + +### Changed +- electricity sector, industry sector, CRF sector (IPCC 2006) individuals (1788) + +### Removed + ## [2.2.0] - 2024-03-04 ### Added - economic instrument, voluntary agreement, voluntary agreement instrument, regulatory instrument, information instrument, education instrument (#1786) -- has proper part (1788) - priority region role, priority region, conditionally reserved region role, conditionally reserved region, suitable region role, suitable region, priority region with effect of suitable region, spatial planning policy (#1791) - missing value reason, notation key (#1795) - non-energy use technology (#1803) @@ -20,7 +29,6 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ### Changed - energy transfer function, energy transformation function and subclasses (#1785) - effort sharing, feed-in tariff, levy, market premium (#1786) -- electricity sector, industry sector, CRF sector (IPCC 2006) individuals (1788) - policy instrument (#1791) - region of relevance (#1791) - MMR sector division, EU emission sector division (#1797) From ee9fd8f5b14fd57349c33b3e35f98adb80da989c Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 11 Mar 2024 15:36:10 +0100 Subject: [PATCH 009/126] Update CHANGELOG.md #1788 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e70ffd11..d58b83c12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ## [2.X.X] - 20XX-XX-XX ### Added -- has proper part (1788) +- has proper part, proper part of, subsector, has subsector, subsector of (1788) ### Changed - electricity sector, industry sector, CRF sector (IPCC 2006) individuals (1788) From df31a534dcc9ee7ec62c616278eabebc2d7f4e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nele=20K=C3=B6hler?= <135724657+nelekoehler@users.noreply.github.com> Date: Tue, 21 May 2024 11:11:37 +0200 Subject: [PATCH 010/126] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82878946b..07f83f090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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 + +### Changed + +### Removed + ## [2.3.0] - 2024-05-21 ### Added From 50cb4be858797030d4b1c0ae4340a8d559d993e9 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 21 May 2024 14:01:41 +0200 Subject: [PATCH 011/126] Add alternative german labels #1471 --- src/ontology/edits/oeo-model.omn | 1 + src/ontology/edits/oeo-physical.omn | 2 ++ src/ontology/edits/oeo-social.omn | 1 + 3 files changed, 4 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 46e38d07d..679e2842a 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3082,6 +3082,7 @@ Class: OEO_00280004 Annotations: "A binary file format is a file format that is not a text format.", + "binäres Dateiformat"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1145 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1326 diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index e5c5f2332..492ef2b0e 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1770,6 +1770,7 @@ Class: OEO_00000071 Annotations: "Biodiesel is a portion of matter that has a liquid state of matter and has a diesel fuel role. It is produced from plants or animals and thus has a biogenic origin.", + "Biodiesel"@de, "redefine and change axiom: issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027", @@ -14306,6 +14307,7 @@ Class: OEO_00320065 Annotations: "A bidirectional vehicle charging station is a vehicle charging station that can also feed electrical energy from the traction battery back into the electricity grid.", + "bidirektionale Ladestation für Fahrzeuge"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1369 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1393", rdfs:label "bidirectional vehicle charging station"@en diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 6c9f41aae..db8e9b088 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -1865,6 +1865,7 @@ Class: OEO_00140121 Annotations: "A bid is a document describing an offer made by an agent to another agent in an effort to exchange commodities or services via terms relating to price and quantity which will be part of the resulting contract.", + "Gebot"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/376 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/778", rdfs:label "bid"@en From e5f07a31143eec3f1ac0ecfa21d327f11bc7c209 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 21 May 2024 14:12:15 +0200 Subject: [PATCH 012/126] Add 5 german alternative labels #1471 --- src/ontology/edits/oeo-physical.omn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 492ef2b0e..bc2780b79 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -837,6 +837,7 @@ Class: OEO_00000004 Annotations: "A biogas power plant is a biofuel power plant that has biogas power units as parts.", + "Biogaskraftwerk"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "biogas power plant"@en @@ -1788,6 +1789,7 @@ Class: OEO_00000072 Annotations: "A biofuel is a combustion fuel that has a biogenic origin.", + "biogener Brennstoff"@de, "biogenic combustion fuel", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/396 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/400 @@ -1841,6 +1843,7 @@ Class: OEO_00000074 Annotations: "Biogas is a gas mixture produced by anaerobic digestion. It consists mainly of methane and carbon dioxide and can be used as fuel.", + "Biogas"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/872 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/952 improve definition and make subclass of gas mixture: @@ -6739,6 +6742,7 @@ Class: OEO_00010258 "Bioenergy is chemical energy that is stored in biofuels.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1168 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1188", + "Bioenrgie"@de, rdfs:label "bioenergy"@en EquivalentTo: @@ -10294,6 +10298,7 @@ Class: OEO_00030001 Annotations: "Biogenic is an origin of portions of matter made by or produced from life forms.", + "biogen"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/108 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/130 From 0857e7f74c71d3a5d4c201fbe1b4066cbff5d078 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 21 May 2024 14:16:48 +0200 Subject: [PATCH 013/126] Add 5 german alternative labels #1471 --- src/ontology/edits/oeo-physical.omn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index bc2780b79..7c9b47f06 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1895,6 +1895,8 @@ Class: OEO_00000077 Annotations: "Blast furnace gas is manufactured coal based gas produced during the combustion of coke in blast furnaces in the iron and steel industry. It is recovered and used as a fuel partly within the plant and partly in other steel industry processes or in power stations equipped to burn it. The quantity of fuel should be reported on a gross calorific value basis."@en, + "Gichtgas"@de, + "Hochofengas"@de, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, rdfs:label "blast furnace gas"@en @@ -6168,6 +6170,7 @@ Class: OEO_00010214 Annotations: "Biomass is a portion of matter from plants or animals and has thus has a biogenic origin.", + "Biomasse"@de, "issue:https://github.com/OpenEnergyPlatform/ontology/issues/872 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/952", rdfs:label "biomass"@en @@ -6181,6 +6184,7 @@ Class: OEO_00010215 Annotations: "Biomethane is a gas mixture produced from biogas by removing carbon dioxide. It consists mainly of methane and can be used as fuel.", + "Biomethan"@de, "issue:https://github.com/OpenEnergyPlatform/ontology/issues/872 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/952 @@ -12917,6 +12921,7 @@ Class: OEO_00310013 Annotations: "A boiler is a heater that increases the thermal energy of fluids.", + "Heizkessel"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1432 From ebacc3695f16e709c6402e3d0b18fd704c79567e Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Thu, 23 May 2024 09:36:09 +0200 Subject: [PATCH 014/126] Add 5 german alternative labels #1471 --- src/ontology/edits/oeo-model.omn | 1 + src/ontology/edits/oeo-physical.omn | 3 +++ src/ontology/edits/oeo-sector.omn | 1 + 3 files changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 679e2842a..c2d5bff55 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -646,6 +646,7 @@ Class: OEO_00000078 Annotations: "A boolean variable is a variable that represents a boolean value."@en, + "boolsche Variable"@de, "definition: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1148 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1255", diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 7c9b47f06..2b4710704 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6913,6 +6913,7 @@ Class: OEO_00010277 Annotations: "A bus is a motorised road vehicle that is used for passenger transport and has more than eight seats.", + "Bus"@de, "autobus", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", @@ -13682,6 +13683,7 @@ Class: OEO_00320023 Annotations: "A bridge is a transport network component that spans a physical obstacle without blocking the way underneath."@en, + "Brücke"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1267 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", rdfs:comment "It can hold other transport network components such as rails and roads."@en, @@ -13784,6 +13786,7 @@ Class: OEO_00320031 Annotations: "A bus station is a transport hub for busses."@en, + "Bushaltestelle"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1278 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", rdfs:label "bus station"@en diff --git a/src/ontology/edits/oeo-sector.omn b/src/ontology/edits/oeo-sector.omn index 3da4a7eda..5f6940077 100644 --- a/src/ontology/edits/oeo-sector.omn +++ b/src/ontology/edits/oeo-sector.omn @@ -505,6 +505,7 @@ Class: OEO_00010034 Annotations: "A building sector is a sector that covers buildings.", + "Gebäudesektor"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/30 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484 From aa0fd0ec1c27f5469ff62ea369a8337262330155 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Thu, 23 May 2024 09:55:20 +0200 Subject: [PATCH 015/126] Add 5 new alternative labels in german #1471 --- src/ontology/edits/oeo-physical.omn | 4 ++++ src/ontology/edits/oeo-social.omn | 1 + 2 files changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 2b4710704..e101b3eac 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -5839,6 +5839,7 @@ Class: OEO_00010138 Annotations: "Carbon capture is a process that captures carbon dioxide from a gas. test", + "CO2-Abscheidung"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911", rdfs:label "carbon capture"@en @@ -5881,6 +5882,7 @@ Class: OEO_00010141 Annotations: "Carbon capture and storage (CCS) is a process that combines carbon capture and carbon sequestration.", "CCS", + "CCS"@de, "carbon capture and sequestration", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911", @@ -6899,6 +6901,7 @@ Class: OEO_00010276 Annotations: "A car is a motorised road vehicle that is used for passenger transport and has a maximum of eight seats.", + "Auto"@de, "automobile", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", @@ -13723,6 +13726,7 @@ Class: OEO_00320026 Annotations: "A canal is a transport network component that is an artificially created waterway."@en, + "Kanal"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1267 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", rdfs:label "canal"@en diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index db8e9b088..9ae97e5d8 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -1111,6 +1111,7 @@ Class: OEO_00020111 Annotations: "A capacity premium is a market premium that guarantees remuneration for reserving capacity of energy transformation units to be available for unexpected events.", + "Kapazitätsprämie"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/839 issue: https://github.com/OpenEnergyPlatform/ontology/issues/903 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/909", From 0d671b58dc273c6b2697010798594ec5c47f1bf6 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Thu, 23 May 2024 10:02:44 +0200 Subject: [PATCH 016/126] Add new german alternative labels #1471 --- src/ontology/edits/oeo-physical.omn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index e101b3eac..4c1119616 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -863,6 +863,7 @@ Class: OEO_00000006 Annotations: "Carbon dioxide is a portion of matter with the chemical formula CO2. It has a gaseous normal state of matter. It occurs naturally in the atmosphere as a trace gas and can work as a greenhouse gas.", "CO2", + "Kohlendioxid"@de, "move to oeo-shared: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1329 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1615 @@ -4478,6 +4479,7 @@ Class: OEO_00010001 Annotations: "Carbon monoxide is a portion of matter with the chemical formula CO. It has a gaseous normal state of matter and can act as an air pollutant.", "CO", + "Kohlenmonoxid"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", @@ -11635,6 +11637,8 @@ Class: OEO_00140083 Annotations: "A carbon dioxide equivalent quantity is a greenhouse gas emission value that quantifies the combined effect of all emitted greenhouse gases by giving an equivalent amount of CO2 which would have the same effect on the climate.", "CO2 equivalent quantity", + "CO2-Äquivalent"@de, + "Kohlendioxid-Äquivalent"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/651 From edc5ebe7be9def5284bda1d9543e1097535bb4d6 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Thu, 23 May 2024 12:06:43 +0200 Subject: [PATCH 017/126] Add 5 german alternative labels #1471 --- src/ontology/edits/oeo-physical.omn | 4 ++++ src/ontology/edits/oeo-social.omn | 2 ++ 2 files changed, 6 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 4c1119616..aef08e016 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1909,6 +1909,7 @@ Class: OEO_00000084 Annotations: "Charcoal is a portion of matter produced from wood via pyrolysis. It has a solid state of matter and can be used as fuel."@en, + "Holzkohle"@de, "issue:https://github.com/OpenEnergyPlatform/ontology/issues/872 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/952 add axiom to secondary energy carrier disposition @@ -5869,6 +5870,7 @@ Class: OEO_00010140 Annotations: "Carbon storage is a process that stores CO2 in a geological formation.", + "CO2-Speicherung"@de, "carbon sequestration", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911", @@ -7068,6 +7070,7 @@ Class: OEO_00010288 Annotations: "A cargo ship is a ship that is used for freight transport.", + "Frachtschiff"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "cargo ship"@en @@ -12538,6 +12541,7 @@ Class: OEO_00240029 Annotations: "Cement is a portion of matter that is made from limestone and clay; other elements may be present. It is used as a building material to set as a solid mass or is used as an ingredient in making mortar or concrete. It has a solid normal state of matter. It is the physical output of an industrial process and has a commodity role."@en, + "Zement"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082 diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 9ae97e5d8..6776b2341 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -684,6 +684,7 @@ Class: OEO_00010270 Annotations: "A carbon tax value is a CO2 price that is set by a carbon tax.", + "CO2-Steuer Höhe"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/866 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1253 @@ -1348,6 +1349,7 @@ Class: OEO_00020156 Annotations: "Carbon tax is a tax for emitting CO2 or other greenhouse gases (measured in CO2 equivalent values).", "CO2 tax", + "CO2-Steuer"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/866 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/956", rdfs:label "carbon tax"@en From a91cbd806c8093ad22ef251f75ce8b9732c102a5 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Thu, 23 May 2024 12:17:21 +0200 Subject: [PATCH 018/126] Add german alternative labels #1471 --- src/ontology/edits/oeo-model.omn | 2 ++ src/ontology/edits/oeo-physical.omn | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index c2d5bff55..c3562c269 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -2834,6 +2834,7 @@ Class: OEO_00140026 Annotations: "Checking against measurements is a validation where something gets checked by using relevant measurements.", + "Abgleich mit Messwerten"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/487 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/565", rdfs:label "checking against measurements"@en @@ -2846,6 +2847,7 @@ Class: OEO_00140027 Annotations: "Checking against empirical data is a validation where something gets checked against empirical data.", + "Abgleich mit empirischen Daten"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/487 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/565", rdfs:label "checking against empirical data"@en diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index aef08e016..8f8abc8c7 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -887,6 +887,7 @@ Class: OEO_00000007 Annotations: "Chemical energy is energy that is stored in the chemical bonds of a substance, which can be released by a chemical reaction.", + "chemische Energie"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/174 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/214 @@ -14319,6 +14320,7 @@ Class: OEO_00320064 Annotations: "Charging is an electrical energy transfer where the transferred energy is stored in a battery.", + "laden"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1368 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1394", rdfs:label "charging"@en From b40fa2800a1c07bdf4763a0bde4beac39c80f3f6 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 28 May 2024 09:39:38 +0200 Subject: [PATCH 019/126] Add 5 new german alternative labels #1471 --- src/ontology/edits/oeo-model.omn | 1 + src/ontology/edits/oeo-physical.omn | 2 ++ src/ontology/edits/oeo-social.omn | 2 ++ 3 files changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index c3562c269..23f19571c 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -664,6 +664,7 @@ Class: OEO_00000085 Annotations: "A citation reference is a reference stating where a citation was taken from.", + "Quellenverweis"@de, rdfs:label "citation reference"@en SubClassOf: diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 8f8abc8c7..d2e8d89a4 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -11132,6 +11132,7 @@ Class: OEO_00140033 Annotations: "A chemical reaction is a transformation that involves the interconversion of chemical species.", + "chemische Reaktion"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568 @@ -12506,6 +12507,7 @@ Class: OEO_00240027 Annotations: "A chemical substance is a portion of matter of constant composition and that is neither a metal or mineral. It is composed of molecular entities of the same type or of different types that is used in or produced by a chemical reaction involving changes to atoms or molecules. It is the physical output of an industrial process and has a commodity role."@en, + "chemische Substanz"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1053 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1082 diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 6776b2341..8f43b2855 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -432,6 +432,8 @@ Class: OEO_00000087 Annotations: "A client is an agent that receives a product or service.", + "Kunde"@de, + "Kundin"@de, "rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", From 39d380783e71cda031ebe78753257eb2d3062961 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 28 May 2024 09:53:00 +0200 Subject: [PATCH 020/126] Add 5 alternative german labels #1471 --- src/ontology/edits/oeo-model.omn | 1 + src/ontology/edits/oeo-physical.omn | 2 ++ src/ontology/edits/oeo-social.omn | 2 ++ 3 files changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 23f19571c..55e864322 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -2578,6 +2578,7 @@ Class: OEO_00030007 Annotations: "A climate scenario is a scenario that describes a possible future state of a climate system.", + "Klimaszenario"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/328 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/344 diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index d2e8d89a4..7c36c6825 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1935,6 +1935,7 @@ Class: OEO_00000088 Annotations: "Coal is a portion of matter consisting of combustible black or brownish-black sedimentary rock, formed as rock strata called coal seams."@en, + "Kohle"@de, "https://en.wikipedia.org/w/index.php?title=Coal&oldid=907331967", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 @@ -12706,6 +12707,7 @@ Class: OEO_00260007 Annotations: "A CO2 emission is an emission that releases carbon dioxide."@en, + "CO2-Emission"@de, "carbon dioxide emission"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/866 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1253/ diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 8f43b2855..a38387efb 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -670,6 +670,7 @@ Class: OEO_00010269 Annotations: "A CO2 price is an emission price of emitting a certain CO2 emission value.", + "CO2-Preis"@de, "carbon price", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/866 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1253 @@ -703,6 +704,7 @@ Class: OEO_00010271 Annotations: "A CO2 emission certificate price is an emission price of an CO2 emission certificate that allows the emission of certain CO2 emission value.", + "CO2-Zertifikatspreis"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/866 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1253 From 892afcc45d27588642c8f0e1fdd09c4512bcc2dd Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 28 May 2024 10:00:17 +0200 Subject: [PATCH 021/126] Add 5 german alternative labels #1471 --- src/ontology/edits/oeo-physical.omn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 7c36c6825..4e16d033e 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -911,6 +911,7 @@ Class: OEO_00000008 Annotations: "A coal power unit is a power generating unit using coal as fuel.", + "Kohlekraftwerksblock"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "coal power unit"@en @@ -1960,6 +1961,7 @@ Class: OEO_00000089 Annotations: "A coal power plant is a power plant that has coal power units as parts."@en, + "Kohlekraftwerk"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", @@ -1977,6 +1979,7 @@ Class: OEO_00000093 Annotations: "Coke oven gas is manufactured coal based gas obtained as a by-product of the manufacture of coke oven coke for the production of iron and steel."@en, + "Kokereigas"@de, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, rdfs:label "coke oven gas"@en @@ -1988,6 +1991,7 @@ Class: OEO_00000094 Annotations: "Coking coal is hard coal that is bituminous with a quality that allows the production of a coke suitable to support a blast furnace charge. Its gross calorific value is greater than 23 865 kJ/kg (5 700 kcal/kg) on an ash-free but moist basis."@en, + "Kokskohle"@de, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, rdfs:label "coking coal"@en @@ -11305,6 +11309,7 @@ Class: OEO_00140051 Annotations: "A coefficient of performance value is a quantity value stating the ratio between the work input and the total output of an energy conversion process.", + "Leistungszahl"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/434 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/591", rdfs:label "coefficient of performance value"@en From 693bccc859c204b3cf5b35b232dce460b21b09b0 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 28 May 2024 11:12:24 +0200 Subject: [PATCH 022/126] Add 5 german alternative labels #1471 --- src/ontology/edits/oeo-physical.omn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 4e16d033e..d1bcb44ff 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2003,6 +2003,7 @@ Class: OEO_00000096 Annotations: "Colliery gas is natural gas found in coal mines (British English: colliery). The main component is methane. Synonyms are firedamp, mine gas. It is used as a fossil fuel."@en, + "Grubengas"@de, "firedamp", "mine gas", "Add alternative labels: @@ -12284,6 +12285,7 @@ Class: OEO_00240010 Annotations: "A combined heat and power generating unit is an energy transformation unit that has both the function to produce thermal energy and the function to produce electrical energy.", + "KWK-Anlage"@de, "co-generating power unit", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/915 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/923 @@ -12694,6 +12696,7 @@ Class: OEO_00260003 Annotations: "A cold start is a process in which an energy transformation unit is started-up after a period of inactivity.", + "Kaltstart"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/948 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1126 @@ -13045,6 +13048,8 @@ Class: OEO_00310025 Annotations: "A combined cycle electricity generation process is a fuel-powered electricity generation process in which a gas turbine process is followed by an steam-electric process.", + "Gas-und-Dampf-Prozess"@de, + "GuD-Prozess"@de, "combined cycle electricity generation", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", From df0c2936c65faf6ea0d271279e244611c2c31d78 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 28 May 2024 11:21:42 +0200 Subject: [PATCH 023/126] Add 5 german alternative labels #1471 --- src/ontology/edits/oeo-physical.omn | 4 ++++ src/ontology/edits/oeo-sector.omn | 1 + 2 files changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index d1bcb44ff..211083c63 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -11213,6 +11213,7 @@ Class: OEO_00140038 Annotations: "Combustion is an exothermic redox reaction between a fuel (the reductant) and an oxidant (usually atmospheric oxygen) which is initiated by a ignition source.", + "Verbrennung"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", rdfs:label "combustion"@en @@ -12261,6 +12262,8 @@ Class: OEO_00240009 Annotations: "A combined heat and power generation (CHP) process is an energy transformation that converts energy simultaneously to electrical energy and thermal energy."@en, "CHP"@en, + "KWK"@de, + "Kraft-Wärme-Kopplung"@de, "co-generation"@en, "combined heat and power generation", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/915 @@ -12969,6 +12972,7 @@ Class: OEO_00310014 Annotations: "A combustion-based heater is a heater that increases the thermal energy using combustion.", + "Heizkessel"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1360", rdfs:label "combustion-based heater"@en diff --git a/src/ontology/edits/oeo-sector.omn b/src/ontology/edits/oeo-sector.omn index 5f6940077..5e86b5aaf 100644 --- a/src/ontology/edits/oeo-sector.omn +++ b/src/ontology/edits/oeo-sector.omn @@ -470,6 +470,7 @@ Class: OEO_00000405 Annotations: "A commercial sector is a sector that covers non-industrial commercial activities."@en, "TCS sector", + "kommerzieller Sektor"@de, "service sector", "trading, commerce and service sector", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/30 From 37b1f123158c04bf2462a91cb7d4a26a2bc4a527 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 28 May 2024 11:30:12 +0200 Subject: [PATCH 024/126] Add 5 german alternative labels #1471 --- src/ontology/edits/oeo-model.omn | 1 + src/ontology/edits/oeo-physical.omn | 3 +++ src/ontology/edits/oeo-social.omn | 1 + 3 files changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 55e864322..a0409f139 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -1941,6 +1941,7 @@ The study region is not modelled as a whole, but several subregions are modelled In the study, a spatial region outside the study region plays a role. E.g. for modelling the electricity transfer between Germany and its neighbouring countries. In this example, the neighbouring countries represent the interacting / external region. The union of the study region and the interacting/ external region ist the considered region."@en, "A considered region is a region of relevance that has the considered region role."@en, + "betrachtete Region"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/475 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/585 diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 211083c63..c313dfe9e 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2067,6 +2067,7 @@ Class: OEO_00000102 Annotations: "Compressed air is air that has been compressed to store energy. To discharge energy, the air is expanded."@en, + "verdichtete Luft"@de, "add axiom to secondary energy carrier disposition issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", @@ -13557,6 +13558,7 @@ Class: OEO_00320012 Annotations: "Compressed natural gas (CNG) is natural gas that has been compressed."@en, "CNG"@en, + "komprimiertes Erdgas"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290"@en, rdfs:label "compressed natural gas"@en @@ -13570,6 +13572,7 @@ Class: OEO_00320013 Annotations: "Compressed biomethane is biomethane that has been compressed."@en, + "verdichtetes Biomethan"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290"@en, rdfs:label "compressed biomethane"@en diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index a38387efb..9db556e67 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -951,6 +951,7 @@ Class: OEO_00020067 Annotations: "A commodity is a good that bears the commodity role.", + "Ware"@de, "product", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/302 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/748 From 7b49568d352290e3698ec27bba35ff73d12af79c Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 28 May 2024 13:13:43 +0200 Subject: [PATCH 025/126] Add 5 german alternative labels #1471 --- src/ontology/edits/oeo-model.omn | 1 + src/ontology/edits/oeo-physical.omn | 2 ++ src/ontology/edits/oeo-social.omn | 2 ++ 3 files changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index a0409f139..75b0a71d6 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -696,6 +696,7 @@ Class: OEO_00000104 Annotations: "\"The carbon dioxide emissions in Germany have to be reduced by 95% till 2050.\" is a constraint for a model calculation about the energy system."@en, "A constraint is a condition that has to be fulfilled within a calculation."@en, + "Nebenbedingung"@de, rdfs:label "constraint"@en SubClassOf: diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index c313dfe9e..abb4f7172 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9597,6 +9597,7 @@ Class: OEO_00020176 Annotations: "A construction time is a time span that measures the time that is needed to construct an artificial object.", + "Bauzeit"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/894 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1026 rework module structure @@ -12290,6 +12291,7 @@ Class: OEO_00240010 Annotations: "A combined heat and power generating unit is an energy transformation unit that has both the function to produce thermal energy and the function to produce electrical energy.", "KWK-Anlage"@de, + "Kraft-Wärme-Kopplungs-Anlage"@de, "co-generating power unit", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/915 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/923 diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 9db556e67..a22270729 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -447,6 +447,8 @@ Class: OEO_00000105 Annotations: "A consumer is a user of a commercial product or service."@en, + "Verbraucher"@de, + "Verbraucherin"@de, rdfs:label "consumer"@en SubClassOf: From d4284cc00023f34867d876d914c35c11beaa7377 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 28 May 2024 13:21:24 +0200 Subject: [PATCH 026/126] Add 5 german alternative labels #1471 --- src/ontology/edits/oeo-physical.omn | 3 +++ src/ontology/edits/oeo-shared.omn | 1 + src/ontology/edits/oeo-social.omn | 1 + 3 files changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index abb4f7172..277e79c7d 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -7092,6 +7092,7 @@ Class: OEO_00010289 Annotations: "A container ship is a cargo ship used for the transport of containers.", + "Containerschiff"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "container ship"@en @@ -9521,6 +9522,7 @@ Class: OEO_00020147 Annotations: "Conventional is an origin of energies that don't replenish when transformed / consumed.", + "konventionell"@de, "non-renewable", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/833 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/955 @@ -11228,6 +11230,7 @@ Class: OEO_00140039 Annotations: "Consumption is the process of using something and thereby reducing its amount.", + "Verbrauch"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/140 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/569 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 82111e38d..022dc7000 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1349,6 +1349,7 @@ Class: OEO_00000107 Annotations: "A contact person is an agent that can be contacted for help or information about a specific service or good.", + "Kontaktperson"@de, "rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index a22270729..055d4cfe5 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -1814,6 +1814,7 @@ Class: OEO_00140109 Annotations: "A contract is a document that contains an agreement between two or more competent agents to which those agents agree to be legally bound.", + "Vertrag"@de, "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/Contract", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/376 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/756", From d33ceeb1740336d77bb39bfeb80b273fd7279423 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 28 May 2024 13:31:09 +0200 Subject: [PATCH 027/126] Add german alternative labels #1471 --- src/ontology/edits/oeo-model.omn | 1 + src/ontology/edits/oeo-physical.omn | 2 ++ src/ontology/edits/oeo-social.omn | 1 + 3 files changed, 4 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 75b0a71d6..80ed3e105 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -2248,6 +2248,7 @@ Class: OEO_00020185 Annotations: "A copyright licence is a licence that states the ownership and contractually sets the rights and obligations to use, copy, and distribute a creative work.", + "Urheberrechtslizenz"@de, "copyright license", "add relation has copyright license issue https://github.com/OpenEnergyPlatform/ontology/issues/1061 diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 277e79c7d..96b1809bc 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2082,6 +2082,7 @@ Class: OEO_00000115 Annotations: "Crude oil is a portion of mater of fossil origin comprising a mixture of hydrocarbons and associated impurities, such as sulphur. It exists in the liquid phase under normal surface temperature and pressure and its physical characteristics (density, viscosity, etc.) are highly variable. This category includes field or lease condensate recovered from associated and non-associated gas where it is commingled with the commercial crude oil stream."@en, + "Rohöl"@de, "petroleum", "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, "make direct subclass of 'portion of matter' and preserve axioms from old class 'oil and petroleum products' @@ -7176,6 +7177,7 @@ Class: OEO_00010295 Annotations: "A conventional energy is an energy that has a conventional origin.", + "konventionelle Energie"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1270 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1295", rdfs:label "conventional energy"@en diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 055d4cfe5..040b8de74 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -1701,6 +1701,7 @@ Class: OEO_00040009 Annotations: "Cost is an economic value that describes the amount of money needed to buy, make, or do a thing.", + "Kosten"@de, "https://dictionary.cambridge.org/dictionary/english/cost", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/268 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/643 From 10762b644a601421bd04f3d7f59dc9636bab094c Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 28 May 2024 13:38:21 +0200 Subject: [PATCH 028/126] Add german alternative labels #1471 --- src/ontology/edits/oeo-model.omn | 1 + src/ontology/edits/oeo-physical.omn | 4 ++++ src/ontology/edits/oeo-social.omn | 1 + 3 files changed, 6 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 80ed3e105..2e33518bd 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3684,6 +3684,7 @@ Individual: OEO_00020163 Annotations: "one value per day", + "täglich"@de, "rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 96b1809bc..45bbbd34a 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2115,6 +2115,7 @@ Class: OEO_00000117 Annotations: "A dam is an artificial object that stops or restricts the flow of water or underground streams."@en, + "Staudamm"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/681 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/755", rdfs:label "dam"@en @@ -7197,6 +7198,7 @@ Class: OEO_00010300 Annotations: "A current collector is an energy converting component that transfers electrical energy between a stationary conductor and a grid supplied electric vehicle.", + "Stromabnehmer"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315", rdfs:label "current collector"@en @@ -9379,6 +9381,7 @@ Class: OEO_00020107 Annotations: "Curtailment is a process in which a power generating unit is forced to reduce its output, in order to balance energy supply and demand or due to transmission constraints.", + "Abregelung"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/888 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/897 rework module structure @@ -12816,6 +12819,7 @@ Class: OEO_00310000 Annotations: "A datacenter is an artificial object that houses computer systems and associated components."@en, + "Rechenzentrum"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "data center"@en diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 040b8de74..ec9fb4bb5 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -1617,6 +1617,7 @@ Class: OEO_00040004 Annotations: "The currency used in France in 2020 was Euro.", "A unit which is a measure of the medium of an exchange value, defined by reference to the geographical location of the monetary authorities responsible for it.", + "Währung"@de, "fibo-fnd-acc-cur:Currency", "https://github.com/OpenEnergyPlatform/ontology/issues/331 https://github.com/OpenEnergyPlatform/ontology/pull/640 From d915b1fd97c38dca1939d00a22e5b04b65892643 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 28 May 2024 13:52:50 +0200 Subject: [PATCH 029/126] Add 5 german alternative labels #1471 --- src/ontology/edits/oeo-model.omn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 2e33518bd..7fba4e12f 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -707,6 +707,7 @@ Class: OEO_00000118 Annotations: "A database is an information content entity that stores data items and data sets.", + "Datenbank"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/253 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/272 @@ -746,6 +747,7 @@ Class: OEO_00000120 Annotations: "A data format is a data descriptor that specifies the structure in which the data item is encoded.", + "Datenformat"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1145 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1326", rdfs:label "data format"@en @@ -780,6 +782,7 @@ Class: OEO_00000123 Class: OEO_00000124 Annotations: + "Datenverarbeitung"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/252 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/289", rdfs:comment "data processing is a transformation in which a data item gets transformed.", @@ -794,6 +797,7 @@ Class: OEO_00000125 Annotations: "data processing software is software used in the context of data processing.", + "Datenverarbeitungssoftware"@de, rdfs:label "data processing software"@en SubClassOf: @@ -2271,6 +2275,7 @@ Class: OEO_00020186 Annotations: "A data licence is a licence that determines ownership, database protection, and permissions for data.", + "Datenlizenz"@de, "data license", "issue https://github.com/OpenEnergyPlatform/ontology/issues/1061 pull request https://github.com/OpenEnergyPlatform/ontology/pull/1090 From ff95f552ac69493e4e3a7b347cefdf3449a8ddd4 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 28 May 2024 14:00:36 +0200 Subject: [PATCH 030/126] Add 5 german alternative labels #1471 --- src/ontology/edits/oeo-physical.omn | 2 ++ src/ontology/edits/oeo-social.omn | 3 +++ 2 files changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 45bbbd34a..8b08ba378 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9621,6 +9621,7 @@ Class: OEO_00020177 Annotations: "A decommissioning time is a time span that measures the time that is needed to decommission an artificial object.", + "Stilllegungszeitraum"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/894 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1026 rework module structure @@ -12141,6 +12142,7 @@ Class: OEO_00230002 Annotations: "Declared net capacity is a power capacity stating the maximum power a power generating unit or a power plant can deliver to the electrical grid. It equals the sum of the rated powers of all plant generators minus all power used internally within the plant.", + "Nettonennleistung"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/320 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/391 diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index ec9fb4bb5..46220e826 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -645,6 +645,7 @@ Class: OEO_00010212 Annotations: "A decarbonisation pathway is a policy that aims at long-term emissions reductions.", + "Dekarbonisierungspfad"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/831 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/951", rdfs:label "decarbonisation pathway"@en @@ -1468,6 +1469,7 @@ Class: OEO_00020173 Annotations: "Decommissioning costs are investment costs arising from the decommissioning of a technological device at the end of its lifetime.", + "Stilllegungskosten"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/891 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022", rdfs:label "decommissioning cost"@en @@ -1480,6 +1482,7 @@ Class: OEO_00020174 Annotations: "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, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/891 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022 From d9cbd89a0ab3b2b86adee9d512e0e07ca972f08e Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 28 May 2024 14:18:07 +0200 Subject: [PATCH 031/126] dd 5 german alternative labels #1471 --- src/ontology/edits/oeo-physical.omn | 2 ++ src/ontology/edits/oeo-social.omn | 3 +++ 2 files changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 8b08ba378..dfa51c368 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -11253,6 +11253,7 @@ Class: OEO_00140040 Annotations: "A demand is a realizable entity that is characterised by a person, organisation or object needing it for a specific purpose.", + "Bedarf"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/140 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/569 @@ -13178,6 +13179,7 @@ Class: OEO_00310036 Annotations: "Desorption is a process that leads to a detaching of a substance that was accumulated within a phase or at an interface between two phases (for example by adsorption).", + "Desorption"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "desorption"@en diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 46220e826..b442d96fe 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -1833,6 +1833,7 @@ Class: OEO_00140117 Annotations: "Delivery time is a one-dimensional temporal region expressing the amount of time that it takes for goods that have been bought to arrive at the place where they are wanted.", + "Lieferzeit"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/376 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/778", rdfs:label "delivery time"@en @@ -1845,6 +1846,7 @@ Class: OEO_00140118 Annotations: "A delivery time point is a zero-dimensional temporal region expressing the point in time when goods that have been bought arrive at the place where they are wanted.", + "Lieferzeitpunkt"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/376 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/778", rdfs:label "delivery time point"@en @@ -1943,6 +1945,7 @@ Class: OEO_00140125 Annotations: "A delivery interval is the duration between repeated deliveries of services or commodities.", + "Lieferintervall"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/779", rdfs:comment "This duration is often contractually fixed and regular.", From b615d49eb60d5eee54a263c1cc4a9756c9796b96 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 31 May 2024 09:02:28 +0200 Subject: [PATCH 032/126] Remove `has proper part` and `proper part of` #1333 Follow-up changes: * class `subsector` cannot be a equivalent class anymore * `has subsector` and `subsector of` become direct subproperties of `has part` resp. `part of` --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-sector.omn | 14 ++---------- src/ontology/edits/oeo-shared.omn | 37 ------------------------------- 3 files changed, 3 insertions(+), 50 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index beb095ec3..cca422da7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ## [2.X.X] - 20XX-XX-XX ### Added -- has proper part, proper part of, subsector, has subsector, subsector of (#1788) +- subsector, has subsector, subsector of (#1788) - methanol (#1827) - has prefix (#1835) - imported 'characteristic of' and subclasses from RO (#1838) diff --git a/src/ontology/edits/oeo-sector.omn b/src/ontology/edits/oeo-sector.omn index ae265dbaf..b089bc252 100644 --- a/src/ontology/edits/oeo-sector.omn +++ b/src/ontology/edits/oeo-sector.omn @@ -171,19 +171,13 @@ ObjectProperty: OEO_00010312 OEO_00000367 -ObjectProperty: OEO_00010463 - - -ObjectProperty: OEO_00010465 - - ObjectProperty: OEO_00010466 Annotations: rdfs:label "subsector of"@en SubPropertyOf: - OEO_00010465 + Domain: OEO_00010464 @@ -198,7 +192,7 @@ ObjectProperty: OEO_00010467 rdfs:label "has subsector"@en SubPropertyOf: - OEO_00010463 + Domain: OEO_00000367 @@ -807,10 +801,6 @@ Class: OEO_00010464 "A subsector is a sector that is a proper part of an other sector."@en, rdfs:label "subsector"@en - EquivalentTo: - OEO_00000367 - and (OEO_00010465 some OEO_00000367) - SubClassOf: OEO_00000367 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 270a819b1..00df52f85 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -649,43 +649,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1321", or -ObjectProperty: OEO_00010463 - - Annotations: - "A has part relation that denotes an antisymmetric, irreflexive (normally transitive) relation between a whole and a distinct part."@en, - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", - rdfs:label "has proper part"@en - - SubPropertyOf: - - - Characteristics: - Irreflexive, - Asymmetric - - InverseOf: - OEO_00010465 - - -ObjectProperty: OEO_00010465 - - Annotations: - "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", - rdfs:label "proper part of"@en - - SubPropertyOf: - - - Characteristics: - Irreflexive, - Asymmetric - - InverseOf: - OEO_00010463 - - ObjectProperty: OEO_00010472 Annotations: From 7ac678c11cded2837a9dbfafbc561d2751b78c86 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 31 May 2024 09:23:25 +0200 Subject: [PATCH 033/126] Add/improve definitions and add term tracker items #1333 --- src/ontology/edits/oeo-sector.omn | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-sector.omn b/src/ontology/edits/oeo-sector.omn index b089bc252..67b583020 100644 --- a/src/ontology/edits/oeo-sector.omn +++ b/src/ontology/edits/oeo-sector.omn @@ -174,6 +174,9 @@ ObjectProperty: OEO_00010312 ObjectProperty: OEO_00010466 Annotations: + "A part of relation between a sector and its parent sector."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", rdfs:label "subsector of"@en SubPropertyOf: @@ -185,10 +188,16 @@ ObjectProperty: OEO_00010466 Range: OEO_00000367 + InverseOf: + OEO_00010467 + ObjectProperty: OEO_00010467 Annotations: + "A has part relation between a sector and its subsector."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", rdfs:label "has subsector"@en SubPropertyOf: @@ -200,6 +209,9 @@ ObjectProperty: OEO_00010467 Range: OEO_00010464 + InverseOf: + OEO_00010466 + ObjectProperty: OEO_00020056 @@ -798,9 +810,15 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", Class: OEO_00010464 Annotations: - "A subsector is a sector that is a proper part of an other sector."@en, + "A subsector is a sector that is a part of an other sector."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1333 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1788", rdfs:label "subsector"@en + EquivalentTo: + OEO_00000367 + and (OEO_00010466 some OEO_00000367) + SubClassOf: OEO_00000367 From 4d860319127aadbe853caa848a93081763432bac Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 31 May 2024 09:25:14 +0200 Subject: [PATCH 034/126] Add German label to class `subsector` #1333 --- src/ontology/oeo.omn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ontology/oeo.omn b/src/ontology/oeo.omn index 7dc5c10f4..a36195f92 100644 --- a/src/ontology/oeo.omn +++ b/src/ontology/oeo.omn @@ -65,6 +65,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 1b96e96a6435a3db5c007a2757702cb876c0d039 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 31 May 2024 09:27:25 +0200 Subject: [PATCH 035/126] Fix changelog #1333 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ccb19be..3c0a48b3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,16 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ## [2.X.X] - 20XX-XX-XX ### Added +- subsector, has subsector, subsector of (#1788) ### Changed +- electricity sector, industry sector, CRF sector (IPCC 2006) individuals (#1788) ### Removed ## [2.3.0] - 2024-05-21 ### Added -- subsector, has subsector, subsector of (#1788) - methanol (#1827) - has prefix (#1835) - imported 'characteristic of' and subclasses from RO (#1838) @@ -27,7 +28,6 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - German alternative labels to about 40 classes (#1854) ### Changed -- electricity sector, industry sector, CRF sector (IPCC 2006) individuals (#1788) - has documentation quality (#1834) - megawatt-hour, gigawatt-hour, terawatt-hour, petawatt-hour (#1845) - energy consumption value, final energy consumption value, primary energy consumption value, gross inland energy consumption value, gross national electricity consumption value (#1841) From 6535c0c3b8c6a1a9e5d4ce1d2856fa4ab792108e Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 31 May 2024 09:29:08 +0200 Subject: [PATCH 036/126] Clean oeo.omn #1333 --- src/ontology/oeo.omn | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ontology/oeo.omn b/src/ontology/oeo.omn index a36195f92..7dc5c10f4 100644 --- a/src/ontology/oeo.omn +++ b/src/ontology/oeo.omn @@ -65,9 +65,6 @@ A supplementary module is the oeo-physical-axioms module, which contains general dct:license , dct:title "Open Energy Ontology" -AnnotationProperty: - - AnnotationProperty: dc:contributor From a1dd45d36aadbf6637ab286b235685f749c64e1f Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Wed, 5 Jun 2024 11:41:17 +0200 Subject: [PATCH 037/126] Update changelog #1862 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d1255ac1..edba4bc05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -106,6 +106,7 @@ We added a lot of classes that are relevant for the OEKG development, i.e. techn - new module oeo-sectors (#1724) - mobility technology, electric mobility technology (#1727) - energy storage object hierarchy, energy storage technology hierarchy (#1728) +- german alternative labels (#1854) (#1862) ### Changed - energy transformation (#1625) From 992e02390d5e40829420337cde8123acb2431585 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Wed, 5 Jun 2024 11:57:19 +0200 Subject: [PATCH 038/126] Add 7 german alternative labels #1471 --- src/ontology/edits/oeo-model.omn | 1 + src/ontology/edits/oeo-physical.omn | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 7fba4e12f..0a09fab30 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3840,6 +3840,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/824", Individual: OEO_00140169 Annotations: + "deterministisch"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/183 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/824", rdfs:label "deterministic"@en diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index dfa51c368..0d39f7f34 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6533,6 +6533,7 @@ Class: OEO_00010242 Annotations: "A diesel fuel is a combustion fuel that has a diesel fuel role.", + "Dieselkraftstoff"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027 @@ -6574,6 +6575,7 @@ Class: OEO_00010244 Annotations: "A diesel engine is an internal combustion engine that uses a diesel fuel.", + "Dieselmotor"@de, "diesel motor", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027 @@ -14002,6 +14004,7 @@ Class: OEO_00320043 Annotations: "A diesel car is a car that has only a diesel engine as motor for propulsion and thus is also a diesel vehicle.", + "Dieselauto"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", rdfs:label "diesel car"@en @@ -14020,6 +14023,9 @@ Class: OEO_00320044 Annotations: "A diesel truck is a truck that has only a diesel engine as motor for propulsion and thus is also a diesel vehicle.", + "Diesel-LKW"@de, + "Diesellastkraftwagen"@de, + "Diesellastwagen"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", rdfs:label "diesel truck"@en From fbad0cde6ac1f07e663806d4812a2c57edf20824 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Wed, 5 Jun 2024 13:00:54 +0200 Subject: [PATCH 039/126] Add 5 new german alternative labels #1471 --- src/ontology/edits/oeo-physical.omn | 2 ++ src/ontology/edits/oeo-social.omn | 3 +++ 2 files changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 0d39f7f34..8a7d3eec5 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6621,6 +6621,7 @@ Class: OEO_00010246 Annotations: "A diesel vehicle is an internal combustion vehicle that has only a diesel engine as motor for propulsion.", + "Dieselfahrzeug"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027 @@ -7856,6 +7857,7 @@ Class: OEO_00010393 Annotations: "Diffuse solar radiation is radiation that is the part of solar radiation that has been scattered by gas molecules in the atmosphere and by particles such as cloud droplets and aerosols.", + "diffuse Solarstrahlung"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1076 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1448", rdfs:label "diffuse solar radiation"@en diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index b442d96fe..8316c8d1b 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -628,6 +628,7 @@ Class: OEO_00010136 Annotations: "Distribution is the process of delivering goods and services to agents. ETst", + "Verteilung"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/836 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/876 @@ -2031,6 +2032,7 @@ Class: OEO_00140143 Annotations: "A direct marketer is a trader who is the relay between the energy exchange and power plant operators.", + "Direktvermarkter"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/793", rdfs:label "direct marketer"@en @@ -2252,6 +2254,7 @@ Class: OEO_00240021 Annotations: "A discount rate is an economic value with the unit percent that refers to the interest rate used in discounted cash flow (DCF) analysis to determine the present value of future cash flows."@en, + "Diskontierungsrate"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1049 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1077"@en, rdfs:label "discount rate"@en From 7a94cec03617df14c41dd38c4b03b48f42b6c75f Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Wed, 5 Jun 2024 13:07:18 +0200 Subject: [PATCH 040/126] Add 5 german alternative labels --- src/ontology/edits/oeo-model.omn | 1 + src/ontology/edits/oeo-physical.omn | 3 +++ src/ontology/edits/oeo-social.omn | 1 + 3 files changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 0a09fab30..d688f936a 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3652,6 +3652,7 @@ Individual: OEO_00020028 Individual: OEO_00020029 Annotations: + "ökonometrisch"@de, rdfs:label "econometric"@en Types: diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 8a7d3eec5..515ef0b54 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2180,6 +2180,7 @@ Class: OEO_00000132 Annotations: "District heating is a grid-bound heating transfer to residential or commercial buildings."@en, + "Fernwärme"@de, "district grid-bound heating", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/393 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/770", @@ -7014,6 +7015,8 @@ Class: OEO_00010283 Annotations: "An e-bike is a bicycle that is propelled by a person and an electric traction motor.", + "E-Bike"@de, + "Elektrofahrrad"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293 diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 8316c8d1b..7c86b3984 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -1218,6 +1218,7 @@ Class: OEO_00020124 Annotations: "A due is an economic value that represents a payment that an agent makes to belong to an organisation.", + "Mitgliedsbeitrag"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/904 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/913", rdfs:label "due"@en From 7d097d815009cb8c50a4829ade38c147cdf840d3 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Wed, 5 Jun 2024 13:13:41 +0200 Subject: [PATCH 041/126] Add 5 german alternative labels #1471 --- src/ontology/edits/oeo-model.omn | 1 + src/ontology/edits/oeo-shared.omn | 1 + src/ontology/edits/oeo-social.omn | 3 +++ 3 files changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index d688f936a..76b52a5bf 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -2606,6 +2606,7 @@ Class: OEO_00030008 Annotations: "An economic scenario is a scenario that describes a possible future state of economic systems.", + "Wirtschaftsszenario"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/328 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/344 make equivalent diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 022dc7000..5d3669b77 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1829,6 +1829,7 @@ Class: OEO_00140012 Annotations: "An economic value is a quantity value that is economically relevant.", + "wirtschaftlicher Wert"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/454 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/559 move to oeo-shared diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 7c86b3984..b8f1679a4 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -575,6 +575,7 @@ Class: OEO_00010115 Annotations: "An economy is a system of production, distribution, trade and consumption of goods and services.", + "Wirtschaft"@de, "economic system", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/832 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/843 @@ -597,6 +598,7 @@ Class: OEO_00010123 Annotations: "Effort sharing is a regulatory instrument that sets a common emission reduction goal for a number of countries. Each country has a national reduction goal. Under- or overachievement of that goal can be compensated by various flexibilities given in the regulation."@en, + "Lastenteilung"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/834 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/857 @@ -2418,6 +2420,7 @@ Individual: OEO_00010124 Annotations: "The Effort Sharing Decision (ESD) is the European effort sharing for the years 2013-2020. It covers the European Union, Norway, Iceland and Liechtenstein and the following greenhouse gases: carbon dioxide, methane, nitrous oxide, hydrofluorocarbons, perfluorocarbons and sulphur hexafluoride. Emission quantities under the ESD are calculated using global warming potentials from the Fourth IPCC Assessment Report.", "ESD", + "Lastenteilungsentscheidung"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/834 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/857", rdfs:label "Effort Sharing Decision"@en From 93f88f58151a433f525fc91be82308a7a24623b0 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Wed, 5 Jun 2024 13:17:51 +0200 Subject: [PATCH 042/126] Add five german alternative labels #1471 --- src/ontology/edits/oeo-physical.omn | 4 ++++ src/ontology/edits/oeo-social.omn | 1 + 2 files changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 515ef0b54..a152e1b1a 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -930,6 +930,7 @@ Class: OEO_00000009 Annotations: "An electric heat pump is a heat pump that uses electrical energy as drive energy.", + "elektrische Wärmepumpe"@de, "fix energy axiom: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1281 pull: https://github.com/OpenEnergyPlatform/ontology/pulls/1282", @@ -4936,6 +4937,8 @@ Class: OEO_00010027 Annotations: "An electric motor is a motor that converts electrical energy into kinetic energy."@en, + "Elektromotor"@de, + "elektrischer Motor"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/787 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/817 @@ -4956,6 +4959,7 @@ Class: OEO_00010028 Annotations: "An electric traction motor is an electric motor used for propulsion."@en, + "elektrischer Antriebsmotor"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453 diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index b8f1679a4..eda466095 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -2438,6 +2438,7 @@ Individual: OEO_00010125 Annotations: "The Effort Sharing Regulation (ESR) is the European effort sharing for the years 2021-2030. It covers the European Union, Norway, Iceland and Liechtenstein and the following greenhouse gases: carbon dioxide, methane, nitrous oxide, hydrofluorocarbons, perfluorocarbons, sulphur hexafluoride and nitrogen trifluoride. Emission quantities under the ESR are calculated using global warming potentials from the Fifth IPCC Assessment Report.", "ESR", + "Lastenteilungsverordnung"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/834 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/857", rdfs:label "Effort Sharing Regulation"@en From 1373e3e6873dae54ed7e1ae2855d36bac647aa9e Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Wed, 5 Jun 2024 13:37:03 +0200 Subject: [PATCH 043/126] Add 5 german alternative labels #1471 --- src/ontology/edits/oeo-physical.omn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index a152e1b1a..631468b34 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2195,7 +2195,9 @@ Class: OEO_00000139 Annotations: "Electrical energy is a form of energy derived from the potential or kinetic energy of charged particles."@en, + "Elektroenergie"@de, "electricity", + "elektrische Energie"@de, "https://en.wikipedia.org/wiki/Electrical_energy"@en, "definition of electrical energy: issue: https://github.com/OpenEnergyPlatform/ontology/issues/224 @@ -2287,6 +2289,7 @@ Class: OEO_00000146 Annotations: "An electric vehicle (abbreviated as EV) is a vehicle that uses one or more electric traction motors."@en, "EV", + "Elektrofahrzeug"@de, "https://github.com/OpenEnergyPlatform/ontology/issues/425 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/431 @@ -9820,6 +9823,7 @@ Class: OEO_00020208 Annotations: "Electricity export is the export of electrical energy.", + "Stromexport"@de, "add class issue: https://github.com/OpenEnergyPlatform/ontology/issues/998 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221 @@ -14339,6 +14343,7 @@ Class: OEO_00320062 Annotations: "Electricity demand is the energy demand for electricity.", + "Strombedarf"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1366 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1389 From 3a7dbecb6dc56188fbfa363beb1e2dfe804c9382 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Wed, 5 Jun 2024 13:42:11 +0200 Subject: [PATCH 044/126] Add 4 german alternative labels #1471 --- src/ontology/edits/oeo-physical.omn | 2 ++ src/ontology/edits/oeo-sector.omn | 1 + src/ontology/edits/oeo-social.omn | 1 + 3 files changed, 4 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 631468b34..7840e2167 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2238,6 +2238,7 @@ Class: OEO_00000143 Annotations: "An electricity grid is a supply grid that distributes electrical energy / electricity."@en, + "Stromnetz"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/138 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/165 @@ -9801,6 +9802,7 @@ Class: OEO_00020207 Annotations: "Electricity import is the import of electrical energy.", + "Stromimport"@de, "add class issue: https://github.com/OpenEnergyPlatform/ontology/issues/998 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221 diff --git a/src/ontology/edits/oeo-sector.omn b/src/ontology/edits/oeo-sector.omn index 5e86b5aaf..8dd9562d9 100644 --- a/src/ontology/edits/oeo-sector.omn +++ b/src/ontology/edits/oeo-sector.omn @@ -330,6 +330,7 @@ Class: OEO_00000145 Annotations: "An electricity sector is a transformation sector that covers electricity generation and transport of electrical energy to consumers of electrical energy."@en, + "Stromsektor"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/30 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484 diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index eda466095..69cc697a7 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -1207,6 +1207,7 @@ Class: OEO_00020117 Annotations: "The electricity price is Y EUR per megawatt-hour.", "Electricity price is the monetary price per energy unit of electricity.", + "Strompreis"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/335 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/910", rdfs:comment "has unit some \"currency per energy unit\"", From bb894053cd608dfcd4313bbf66fd7e88d6b307c4 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Wed, 5 Jun 2024 13:47:58 +0200 Subject: [PATCH 045/126] Add 5 german alternative labels #1471 --- src/ontology/edits/oeo-physical.omn | 4 ++++ src/ontology/edits/oeo-social.omn | 1 + 2 files changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 7840e2167..979aa68c1 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -952,6 +952,7 @@ Class: OEO_00000010 Annotations: "An electro motive generator is a generator that converts kinetic energy into electric energy.", + "Generator"@de, rdfs:label "electro motive generator"@en SubClassOf: @@ -2316,6 +2317,7 @@ Class: OEO_00000147 Annotations: "emission is a process releasing by-products from human activity (e.g. production, distribution or consumption) into the environment."@en, + "Emission"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234 moved to oeo-shared @@ -7641,6 +7643,7 @@ Class: OEO_00010379 Annotations: "Electrolytic hydrogen is hydrogen that is a physical output of a water electrolysis process.", + "Elektrolysewasserstoff"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1013 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1442", rdfs:label "electrolytic hydrogen"@en @@ -11228,6 +11231,7 @@ Class: OEO_00140037 Annotations: "An electrochemical reaction is a chemical reaction that describes the overall reactions of individual redox reactions being separated but connected by an external electric circuit and an intervening electrolyte.", + "elektrochemische Reaktion"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/449 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568", rdfs:label "electrochemical reaction"@en diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 69cc697a7..e9a7269b5 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -2135,6 +2135,7 @@ Class: OEO_00140171 Annotations: "An email address is an information content entity that identifies an email box to which messages are delivered.", + "E-Mail-Adresse"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/818 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/827", rdfs:label "email address"@en From a07e2847a4651314af801db3fcac24fae86cf1a7 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Wed, 5 Jun 2024 14:36:43 +0200 Subject: [PATCH 046/126] Add 5 german alternative labels #1471 --- src/ontology/edits/oeo-model.omn | 1 + src/ontology/edits/oeo-physical.omn | 1 + src/ontology/edits/oeo-social.omn | 9 ++++++--- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 76b52a5bf..ad10e0e72 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -2622,6 +2622,7 @@ Class: OEO_00030009 Annotations: "An emission scenario is a scenario that describes a possible emission trajectory.", + "Emissionsszenario"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/328 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/344 diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 979aa68c1..1149f30d0 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2337,6 +2337,7 @@ Class: OEO_00000148 Annotations: "An emission factor is a process attribute that describes the correlation of emissions and the activity causing that emission.", + "Emissionsfaktor"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/243 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/581 moved to oeo-shared diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index e9a7269b5..77b101e84 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -661,6 +661,7 @@ Class: OEO_00010268 Annotations: "An emission price is a monetary price of emitting a certain emission value.", + "Emissionspreis"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/866 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1253 rework module structure @@ -889,6 +890,7 @@ Class: OEO_00020063 Annotations: "An emission certificate is a licence that permits its holder/owner a specific emission value. An emission certificate can be traded at a CO2 market exchange.", + "Emissionszertifikat"@de, "issue https://github.com/OpenEnergyPlatform/ontology/issues/677 pull request https://github.com/OpenEnergyPlatform/ontology/pull/740 moved to oeo-shared @@ -1320,6 +1322,7 @@ Class: OEO_00020154 Annotations: "Emission certificate price is a monetary price of an emission certificate that allows the emission of a certain emission value.", "CO2 price", + "Emissionszertifikatspreis"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/866 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/956 add relation to emission certificate @@ -1334,9 +1337,9 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", rdfs:label "emission certificate price"@en - SubClassOf: - OEO_00010268, - OEO_00020179 some OEO_00020063 + EquivalentTo: + OEO_00010268 + and (OEO_00020179 some OEO_00020063) Class: OEO_00020155 From 5675ad0d6bcec1b77b83eb49d79ce49d1d28f68a Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Wed, 5 Jun 2024 14:51:02 +0200 Subject: [PATCH 047/126] Add 5 german alternative labels #1471 --- src/ontology/edits/oeo-model.omn | 2 ++ src/ontology/edits/oeo-physical.omn | 2 ++ src/ontology/edits/oeo-shared.omn | 1 + 3 files changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index ad10e0e72..1f7118e4c 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -821,6 +821,7 @@ Class: OEO_00000149 Annotations: "The measurement series of some experiment."@en, "An empirical data set is a dataset that is obtained from observations in the real world."@en, + "Empirischer Datensatz"@de, "Move to oeo-shared and harmonise label: https://github.com/OpenEnergyPlatform/ontology/pull/1463 rework module structure @@ -2749,6 +2750,7 @@ Class: OEO_00030032 Annotations: "An ending time is a zero-dimensional temporal region that indicates the end of a one-dimensional temporal region.", + "Endzeit"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/538 diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 1149f30d0..29df25fbb 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10875,6 +10875,7 @@ Class: OEO_00050019 Annotations: "An energy amount value is a quantity value that has an energy unit as unit."@en, + "Energiemenge"@de, "energy quantity value", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/576 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/613 @@ -14615,6 +14616,7 @@ Class: OEO_00340064 Annotations: "An emission value is a quantity value that quantifies an emission rate and has a mass unit.", + "Emissionswert"@de, "emission quantity value", "restructuring emission rate and emission value issue: https://github.com/OpenEnergyPlatform/ontology/issues/1759 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 5d3669b77..12a8a2097 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1363,6 +1363,7 @@ Class: OEO_00000150 Annotations: "Energy is a quality of material entities which manifests as a capacity to perform work (such as causing motion or the interaction of molecules)", + "Energie"@de, "Derived from https://www.lexico.com/en/definition/energy", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/224 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/364 From 9b1d36bf8fa110a96ed79ef384e3716b3f41a737 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Wed, 5 Jun 2024 15:14:00 +0200 Subject: [PATCH 048/126] Fix switched definitions of `electricity export value` and `electricity import value` #1863 --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-physical.omn | 16 ++++++++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07f83f090..304d29f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - area value (#1851) - has bearer, has characteristic, characteristic of, role of, model role (#1852) - time stamp (#1853) - +- electricity import/export value (#1864) ### Removed diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index a1ba61f31..4f6d31eb2 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9749,12 +9749,16 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", Class: OEO_00020205 Annotations: - "An electricity export value is an electrical energy amount value that measures the export of electrical energy.", + "An electricity import value is an electrical energy amount value that measures the import of electrical energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/998 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221 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 + +Fix definition: +https://github.com/OpenEnergyPlatform/ontology/issues/1863 +https://github.com/OpenEnergyPlatform/ontology/pull/1864", rdfs:label "electricity import value"@en SubClassOf: @@ -9765,12 +9769,16 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", Class: OEO_00020206 Annotations: - "An electricity import value is an electrical energy amount value that measures the import of electrical energy.", + "An electricity export value is an electrical energy amount value that measures the export of electrical energy."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/998 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221 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 + +Fix definition: +https://github.com/OpenEnergyPlatform/ontology/issues/1863 +https://github.com/OpenEnergyPlatform/ontology/pull/1864", rdfs:label "electricity export value"@en SubClassOf: From 8b938f506164e17d05971cc84dd4441627f6b341 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Wed, 5 Jun 2024 16:39:33 +0200 Subject: [PATCH 049/126] Add 5 new German alternative labels #1471 --- src/ontology/edits/oeo-model.omn | 1 + src/ontology/edits/oeo-physical.omn | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 1f7118e4c..e8d8169b6 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -1587,6 +1587,7 @@ Class: OEO_00010404 Annotations: "An energy balance data set is an empirical data set that describes a specified set of energy transformations and a specified set of energy carriers in a spatial region for a specific time step (usually a year).", + "Energiebilanzdatensatz"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1400 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1463 diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 29df25fbb..ac028038a 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -8991,6 +8991,7 @@ Class: OEO_00020039 Annotations: "An energy carrier is a material entity that has an energy carrier disposition.", + "Energieträger"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/407 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/627 move to oeo-shared @@ -11300,6 +11301,8 @@ Class: OEO_00140049 Annotations: "Energy conversion efficiency is a process attribute describing the ratio between the input of an energy transformation and the outputs that are used.", + "Energieumwandlungseffizienz"@de, + "Wirkungsgrad"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/434 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/591 @@ -12494,6 +12497,7 @@ Class: OEO_00240019 Annotations: "An energy consumption value is an energy amount value that measures the energy consumption over a time span."@en, + "Energieverbrauch"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/916 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/997 From 58a559b8ae9a65f92115e2dc0e9311f7dfcbd4ec Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:51:38 +0200 Subject: [PATCH 050/126] Update src/ontology/edits/oeo-physical.omn Co-authored-by: l-emele <36884905+l-emele@users.noreply.github.com> --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index dfa51c368..1016ba1bc 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1793,7 +1793,7 @@ Class: OEO_00000072 Annotations: "A biofuel is a combustion fuel that has a biogenic origin.", "biogener Brennstoff"@de, - "biogenic combustion fuel", + "biogenic combustion fuel"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/396 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/400 From 1836cee7751b79503324bacda723f66b3225b806 Mon Sep 17 00:00:00 2001 From: christian-rli <42000429+christian-rli@users.noreply.github.com> Date: Thu, 6 Jun 2024 12:08:49 +0200 Subject: [PATCH 051/126] Update CHANGELOG.md Co-authored-by: l-emele <36884905+l-emele@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edba4bc05..1df35075e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -106,7 +106,7 @@ We added a lot of classes that are relevant for the OEKG development, i.e. techn - new module oeo-sectors (#1724) - mobility technology, electric mobility technology (#1727) - energy storage object hierarchy, energy storage technology hierarchy (#1728) -- german alternative labels (#1854) (#1862) +- German alternative labels (#1854, #1862) ### Changed - energy transformation (#1625) From 98f834aad5105429c480f49c28e46869f2729cff Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:31:40 +0200 Subject: [PATCH 052/126] Update src/ontology/edits/oeo-physical.omn Add @en --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 1016ba1bc..a26c88c9f 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -5895,7 +5895,7 @@ Class: OEO_00010141 Annotations: "Carbon capture and storage (CCS) is a process that combines carbon capture and carbon sequestration.", - "CCS", + "CCS"@en, "CCS"@de, "carbon capture and sequestration", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863 From 3132d7f95a9db2fefc1d301fef807c207aa95064 Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:31:54 +0200 Subject: [PATCH 053/126] Update src/ontology/edits/oeo-model.omn Add @en --- 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 7fba4e12f..078e254dd 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -2253,7 +2253,7 @@ Class: OEO_00020185 Annotations: "A copyright licence is a licence that states the ownership and contractually sets the rights and obligations to use, copy, and distribute a creative work.", "Urheberrechtslizenz"@de, - "copyright license", + "copyright license"@en, "add relation has copyright license issue https://github.com/OpenEnergyPlatform/ontology/issues/1061 pull request https://github.com/OpenEnergyPlatform/ontology/pull/1090 From ad1b27033fdb582bbef43b26015386a75cda6183 Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:32:05 +0200 Subject: [PATCH 054/126] Update src/ontology/edits/oeo-model.omn Add @en --- 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 078e254dd..c62b1f266 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -2276,7 +2276,7 @@ Class: OEO_00020186 Annotations: "A data licence is a licence that determines ownership, database protection, and permissions for data.", "Datenlizenz"@de, - "data license", + "data license"@en, "issue https://github.com/OpenEnergyPlatform/ontology/issues/1061 pull request https://github.com/OpenEnergyPlatform/ontology/pull/1090 From cb334601bbabd70d26fb84f6432a08efcad5de97 Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:32:18 +0200 Subject: [PATCH 055/126] Update src/ontology/edits/oeo-sector.omn Add @en --- src/ontology/edits/oeo-sector.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-sector.omn b/src/ontology/edits/oeo-sector.omn index 5e86b5aaf..730955f9d 100644 --- a/src/ontology/edits/oeo-sector.omn +++ b/src/ontology/edits/oeo-sector.omn @@ -469,7 +469,7 @@ Class: OEO_00000405 Annotations: "A commercial sector is a sector that covers non-industrial commercial activities."@en, - "TCS sector", + "TCS sector"@en, "kommerzieller Sektor"@de, "service sector", "trading, commerce and service sector", From 26eb923b7c8756b1a523f0e21196cd09c68ea1fc Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:32:34 +0200 Subject: [PATCH 056/126] Update src/ontology/edits/oeo-sector.omn Add @en --- src/ontology/edits/oeo-sector.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-sector.omn b/src/ontology/edits/oeo-sector.omn index 730955f9d..5398be3a8 100644 --- a/src/ontology/edits/oeo-sector.omn +++ b/src/ontology/edits/oeo-sector.omn @@ -471,7 +471,7 @@ Class: OEO_00000405 "A commercial sector is a sector that covers non-industrial commercial activities."@en, "TCS sector"@en, "kommerzieller Sektor"@de, - "service sector", + "service sector"@en, "trading, commerce and service sector", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/30 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484 From 2199285c98c2c3b1aca6d38dec2335c4117d02a7 Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:32:45 +0200 Subject: [PATCH 057/126] Update src/ontology/edits/oeo-sector.omn Add @en --- src/ontology/edits/oeo-sector.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-sector.omn b/src/ontology/edits/oeo-sector.omn index 5398be3a8..0df0fe029 100644 --- a/src/ontology/edits/oeo-sector.omn +++ b/src/ontology/edits/oeo-sector.omn @@ -472,7 +472,7 @@ Class: OEO_00000405 "TCS sector"@en, "kommerzieller Sektor"@de, "service sector"@en, - "trading, commerce and service sector", + "trading, commerce and service sector"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/30 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484 From 0188b792dca78710be72e0dfcaf4dd6e9413adc2 Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:33:02 +0200 Subject: [PATCH 058/126] Update src/ontology/edits/oeo-social.omn Add @en --- 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 b442d96fe..3112c44d7 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -674,7 +674,7 @@ Class: OEO_00010269 Annotations: "A CO2 price is an emission price of emitting a certain CO2 emission value.", "CO2-Preis"@de, - "carbon price", + "carbon price"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/866 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1253 rework module structure From b6f857735cb87ca946be4a7466506d6004538586 Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:33:18 +0200 Subject: [PATCH 059/126] Update src/ontology/edits/oeo-physical.omn Add @en --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index a26c88c9f..dc28aa01f 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -9528,7 +9528,7 @@ Class: OEO_00020147 Annotations: "Conventional is an origin of energies that don't replenish when transformed / consumed.", "konventionell"@de, - "non-renewable", + "non-renewable"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/833 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/955 From d265c72b769c771376046951e44d94adfd3b55cf Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:33:30 +0200 Subject: [PATCH 060/126] Update src/ontology/edits/oeo-physical.omn Add @en --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index dc28aa01f..7da457060 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -11661,7 +11661,7 @@ Class: OEO_00140083 Annotations: "A carbon dioxide equivalent quantity is a greenhouse gas emission value that quantifies the combined effect of all emitted greenhouse gases by giving an equivalent amount of CO2 which would have the same effect on the climate.", - "CO2 equivalent quantity", + "CO2 equivalent quantity"@en, "CO2-Äquivalent"@de, "Kohlendioxid-Äquivalent"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 From d40bff98e1a66dd4d8b6cbc77333ae46877917a5 Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:33:42 +0200 Subject: [PATCH 061/126] Update src/ontology/edits/oeo-physical.omn Add @en --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 7da457060..4a223fdbd 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -12303,7 +12303,7 @@ Class: OEO_00240010 "A combined heat and power generating unit is an energy transformation unit that has both the function to produce thermal energy and the function to produce electrical energy.", "KWK-Anlage"@de, "Kraft-Wärme-Kopplungs-Anlage"@de, - "co-generating power unit", + "co-generating power unit"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/915 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/923 From b58d14f25b45800f8bc9e8148b0eda2b8f99e396 Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:33:54 +0200 Subject: [PATCH 062/126] Update src/ontology/edits/oeo-physical.omn Add @en --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 4a223fdbd..7b0caf8d5 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -13069,7 +13069,7 @@ Class: OEO_00310025 "A combined cycle electricity generation process is a fuel-powered electricity generation process in which a gas turbine process is followed by an steam-electric process.", "Gas-und-Dampf-Prozess"@de, "GuD-Prozess"@de, - "combined cycle electricity generation", + "combined cycle electricity generation"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "combined cycle electricity generation process"@en From 0253e3b0b61080e7d9f39ce5d3ef49e9274f1178 Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:34:11 +0200 Subject: [PATCH 063/126] Update src/ontology/edits/oeo-social.omn Add @en --- 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 3112c44d7..413636b54 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -955,7 +955,7 @@ Class: OEO_00020067 Annotations: "A commodity is a good that bears the commodity role.", "Ware"@de, - "product", + "product"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/302 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/748 add alternative term From e9c28c6645c541523811186e9d24e7276f9fd764 Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:34:32 +0200 Subject: [PATCH 064/126] Update src/ontology/edits/oeo-social.omn Add @en --- 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 413636b54..38b35a666 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -1356,7 +1356,7 @@ Class: OEO_00020156 Annotations: "Carbon tax is a tax for emitting CO2 or other greenhouse gases (measured in CO2 equivalent values).", - "CO2 tax", + "CO2 tax"@en, "CO2-Steuer"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/866 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/956", From 7ed7f61bfdefdd78b1447821e59bec11f4af4169 Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:34:59 +0200 Subject: [PATCH 065/126] Update src/ontology/edits/oeo-physical.omn Add @en --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 7b0caf8d5..e7328d732 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2004,7 +2004,7 @@ Class: OEO_00000096 Annotations: "Colliery gas is natural gas found in coal mines (British English: colliery). The main component is methane. Synonyms are firedamp, mine gas. It is used as a fossil fuel."@en, "Grubengas"@de, - "firedamp", + "firedamp"@en, "mine gas", "Add alternative labels: pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1406", From db39834a3b6a0ebfd91c4587dac8b57fbf1239fe Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:35:30 +0200 Subject: [PATCH 066/126] Update src/ontology/edits/oeo-physical.omn Add @en --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index e7328d732..abfdfe56c 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2005,7 +2005,7 @@ Class: OEO_00000096 "Colliery gas is natural gas found in coal mines (British English: colliery). The main component is methane. Synonyms are firedamp, mine gas. It is used as a fossil fuel."@en, "Grubengas"@de, "firedamp"@en, - "mine gas", + "mine gas"@en, "Add alternative labels: pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1406", rdfs:label "colliery gas"@en From 7bff7dcd577acfce2a60bf6ed529866430c73e63 Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:35:57 +0200 Subject: [PATCH 067/126] Update src/ontology/edits/oeo-physical.omn Add @en --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index abfdfe56c..3708f8743 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2083,7 +2083,7 @@ Class: OEO_00000115 Annotations: "Crude oil is a portion of mater of fossil origin comprising a mixture of hydrocarbons and associated impurities, such as sulphur. It exists in the liquid phase under normal surface temperature and pressure and its physical characteristics (density, viscosity, etc.) are highly variable. This category includes field or lease condensate recovered from associated and non-associated gas where it is commingled with the commercial crude oil stream."@en, "Rohöl"@de, - "petroleum", + "petroleum"@en, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, "make direct subclass of 'portion of matter' and preserve axioms from old class 'oil and petroleum products' issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 From 67b947b09f69b2253d146cbeb00ab3afa432133f Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:36:13 +0200 Subject: [PATCH 068/126] Update src/ontology/edits/oeo-physical.omn Add @en --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 3708f8743..ee69b9eed 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -5881,7 +5881,7 @@ Class: OEO_00010140 Annotations: "Carbon storage is a process that stores CO2 in a geological formation.", "CO2-Speicherung"@de, - "carbon sequestration", + "carbon sequestration"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911", rdfs:label "carbon storage"@en From 1282ffa5f8a53f368798e729abc339d68a8989a5 Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:36:27 +0200 Subject: [PATCH 069/126] Update src/ontology/edits/oeo-physical.omn Add @en --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index ee69b9eed..f2ba3137f 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -5897,7 +5897,7 @@ Class: OEO_00010141 "Carbon capture and storage (CCS) is a process that combines carbon capture and carbon sequestration.", "CCS"@en, "CCS"@de, - "carbon capture and sequestration", + "carbon capture and sequestration"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/863 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/911", rdfs:label "carbon capture and storage"@en From db2d61b2fff1ecdce27fb1a77d86696dfdf5ec3c Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:36:43 +0200 Subject: [PATCH 070/126] Update src/ontology/edits/oeo-physical.omn Add @en --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index f2ba3137f..162d20702 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6916,7 +6916,7 @@ Class: OEO_00010276 Annotations: "A car is a motorised road vehicle that is used for passenger transport and has a maximum of eight seats.", "Auto"@de, - "automobile", + "automobile"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "car"@en From 68e6ebc8df529da531d206bd0e79e0a9634a285f Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:37:14 +0200 Subject: [PATCH 071/126] Update src/ontology/edits/oeo-physical.omn Add @en --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 162d20702..c2a1b8c43 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6931,7 +6931,7 @@ Class: OEO_00010277 Annotations: "A bus is a motorised road vehicle that is used for passenger transport and has more than eight seats.", "Bus"@de, - "autobus", + "autobus"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "bus"@en From f9cbab70b7dd33e9185c8ee375e3ab9d2d509fc4 Mon Sep 17 00:00:00 2001 From: l-emele <36884905+l-emele@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:52:50 +0200 Subject: [PATCH 072/126] Fix typos --- src/ontology/edits/oeo-physical.omn | 2 +- src/ontology/edits/oeo-social.omn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index c2a1b8c43..93ee0f1a6 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6762,7 +6762,7 @@ Class: OEO_00010258 "Bioenergy is chemical energy that is stored in biofuels.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1168 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1188", - "Bioenrgie"@de, + "Bioenergie"@de, rdfs:label "bioenergy"@en EquivalentTo: diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 38b35a666..e96ab3bf9 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -690,7 +690,7 @@ Class: OEO_00010270 Annotations: "A carbon tax value is a CO2 price that is set by a carbon tax.", - "CO2-Steuer Höhe"@de, + "CO2-Steuer-Höhe"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/866 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1253 From 4439ca6780f43051f07f5ea83faa5ad39a85e655 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 11 Jun 2024 14:37:55 +0200 Subject: [PATCH 073/126] Add English language tag to english alternative labels to German alternative labels from PR #1854 #1471 --- src/ontology/edits/oeo-physical.omn | 10 +++++----- src/ontology/edits/oeo-sector.omn | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index dfa51c368..9f22b5c9e 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -4463,8 +4463,8 @@ Class: OEO_00010000 "Ammonia is a portion of matter with the chemical formula NH3. It has a gaseous normal state of matter and can act as an air pollutant. As it can be oxidised it can be used as a fuel.", "Ammoniak"@de, "NH3", - "nitrogen trihydride", - "trihydridonitrogen", + "nitrogen trihydride"@en, + "trihydridonitrogen"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356 @@ -4868,7 +4868,7 @@ Class: OEO_00010024 Annotations: "A battery electric vehicle (BEV) is an electric vehicle that stores energy in a traction battery.", - "BEV", + "BEV"@en, "batterieelektrisches Fahrzeug"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453 @@ -5106,7 +5106,7 @@ Class: OEO_00010074 Annotations: "An areal power density is a quantity value that indicates a certain power per area.", "Flächenleistungsdichte"@de, - "specific power", + "specific power"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/597 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/615", rdfs:label "areal power density"@en @@ -9489,7 +9489,7 @@ Class: OEO_00020143 Annotations: "An area value is a quantity value indicating the size of a two-dimensional spatial region.", "Flächenwert"@de, - "area quantity value", + "area quantity value"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/889 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/933 rework module structure diff --git a/src/ontology/edits/oeo-sector.omn b/src/ontology/edits/oeo-sector.omn index 5e86b5aaf..0191b684f 100644 --- a/src/ontology/edits/oeo-sector.omn +++ b/src/ontology/edits/oeo-sector.omn @@ -523,7 +523,7 @@ Class: OEO_00010035 Annotations: "A agriculture, forestry and land use (AFOLU) sector is a sector that covers activities and natural processes from agriculture, forestry, land use and land use change.", - "AFOLU sector", + "AFOLU sector"@en, "Landwirtschaft, Forstwirtschaft und Landnutzungssektor"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/30 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484 From b4a5da553f96491dcb58bed96f34a9c4de794a88 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 11 Jun 2024 14:44:06 +0200 Subject: [PATCH 074/126] Add english language tag to alternative labels #1854 #1471 --- 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 b442d96fe..3a87475e5 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -614,7 +614,7 @@ Class: OEO_00010126 Annotations: "An Annual Emission Allocation (AEA) is an emission certificate used in the Effort Sharing Decision (ESD) and the Effort Sharing Regulation (ESR). It permits the emission of a CO2 equivalent quantity of 1 tonne.", - "AEA", + "AEA"@en, "jährliche Emissionszuweisung"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/834 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/857", From fa09e02882b8afab6bd727fb73388567af386869 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Thu, 13 Jun 2024 12:27:57 +0200 Subject: [PATCH 075/126] Add five alternative german labels #1471 --- src/ontology/edits/oeo-model.omn | 1 + src/ontology/edits/oeo-physical.omn | 2 ++ src/ontology/edits/oeo-sector.omn | 1 + src/ontology/edits/oeo-social.omn | 1 + 4 files changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index e8d8169b6..b47d71cd2 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -920,6 +920,7 @@ Class: OEO_00000264 Annotations: "An energy market model is a model that is about the energy market.", + "Energiemarktmodell"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/415 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/821 diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index ac028038a..365416da9 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -11979,6 +11979,8 @@ Class: OEO_00140146 Annotations: "Energy demand is a demand for energy.", + "Energiebedarf"@de, + "Energienachfrage"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/794 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/796 diff --git a/src/ontology/edits/oeo-sector.omn b/src/ontology/edits/oeo-sector.omn index 8dd9562d9..d6b47658e 100644 --- a/src/ontology/edits/oeo-sector.omn +++ b/src/ontology/edits/oeo-sector.omn @@ -310,6 +310,7 @@ Class: OEO_00000128 Annotations: "An energy demand sector is a sector that covers energy consumers."@en, + "Energienachfragesektor"@de, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1014 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1015" diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 77b101e84..8ebd730e9 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -924,6 +924,7 @@ Class: OEO_00020065 Annotations: "An energy market exchange is a market exchange in which energy commodities are traded.", + "Energiebörse"@de, "issue https://github.com/OpenEnergyPlatform/ontology/issues/256 pull request https://github.com/OpenEnergyPlatform/ontology/pull/748 From 1bd890e9332b74c330ee5805276e8f7063a4b0d7 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Thu, 13 Jun 2024 12:34:04 +0200 Subject: [PATCH 076/126] Add 5 german alternative labels, add 1 en language tag to alternative label #1471 --- src/ontology/edits/oeo-model.omn | 2 ++ src/ontology/edits/oeo-physical.omn | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index b47d71cd2..23bb09e2d 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -2646,6 +2646,7 @@ Class: OEO_00030010 Annotations: "An energy scenario is a scenario that describes a possible future state of an energy system.", + "Energieszenario"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/328 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/344 @@ -2666,6 +2667,7 @@ Class: OEO_00030015 Annotations: "An energy system model is a model of an energy system.", + "Energiesystemmodell"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/337 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/358 rework module structure diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 365416da9..ab91e2863 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2395,6 +2395,7 @@ Class: OEO_00000159 Annotations: "An energy storage object is an artificial object that has the function energy storage.", + "Energiespeicher"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/209 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/276 @@ -9338,6 +9339,7 @@ Class: OEO_00020103 Annotations: "Energy transfer is an energy transformation in form of a spatial transmission, that does not change the types of energies, apart from losses, e.g. waste heat.", + "Energieübertragung"@de, "class added: issue: https://github.com/OpenEnergyPlatform/ontology/issues/465 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895", @@ -10503,7 +10505,8 @@ Class: OEO_00030024 Annotations: "An energy system is a supply system of spatially extended linked energy sources and sinks.", - "energy supply system", + "Energiesystem"@de, + "energy supply system"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/432 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/493 From 372c1821aa2025da7fac868c2705bb0d398c70ae Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Thu, 13 Jun 2024 12:45:29 +0200 Subject: [PATCH 077/126] Add 6 german alternative labels, add 2 en label tags #1471 --- src/ontology/edits/oeo-physical.omn | 5 ++++- src/ontology/edits/oeo-social.omn | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index ab91e2863..a5877fc80 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -6140,7 +6140,8 @@ Class: OEO_00010210 Annotations: "Energy use is the consumption of an energy carrier making use of the energy it carries.", - "energy consumption", + "Energieverbrauch"@de, + "energy consumption"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/718 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/950 @@ -8763,6 +8764,7 @@ Class: OEO_00020001 Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" "C2H6O", + "Ethanol"@de, "class: issue: https://github.com/OpenEnergyPlatform/ontology/issues/439 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/445 @@ -8787,6 +8789,7 @@ Class: OEO_00020003 Annotations: "Energy transformation is a transformation in which one or more certain types of energy as input result in certain types of energy as output."@en, + "Energieumwandlung"@de, "class added: issue: https://github.com/OpenEnergyPlatform/ontology/issues/77 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/371 diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 8ebd730e9..28df705f3 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -911,7 +911,9 @@ Class: OEO_00020064 Annotations: "An EU Allowance (EUA) is an emission certificate used in the European Union Emissions Trading System (EU ETS). It permits the emission of a CO2 equivalent quantity of 1 tonne.", - "EUA", + "EU-Berechtigungen"@de, + "EU-Klimazertifikate"@de, + "EUA"@en, "issue https://github.com/OpenEnergyPlatform/ontology/issues/677 pull request https://github.com/OpenEnergyPlatform/ontology/pull/740", rdfs:label "EU allowance"@en @@ -1418,6 +1420,7 @@ Class: OEO_00020169 Annotations: "Equipment cost is an investment cost for acquisition of the components and machinery including environmental facilities.", + "Ausrüstungskosten"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/891 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022 From 90977294ec0101e0a965159fbbf86ee7e21c1215 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Thu, 13 Jun 2024 13:10:49 +0200 Subject: [PATCH 078/126] Add german alternative labels, add en language tags #1471 --- src/ontology/edits/oeo-physical.omn | 4 +++- src/ontology/edits/oeo-social.omn | 8 ++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index a5877fc80..2382d4dbf 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10721,6 +10721,7 @@ Class: OEO_00050007 Annotations: "An energy unit which is equal to 10^18 joules.", + "Exajoule"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", "EJ", @@ -13289,7 +13290,8 @@ Class: OEO_00310041 Annotations: "Evaporation is a phase transition from a liquid medium to their gaseous state.", - "evaporating", + "Verdunstung"@de, + "evaporating"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1303 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1363", rdfs:label "evaporation"@en diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 28df705f3..c6fdf1ef6 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -1169,7 +1169,8 @@ Class: OEO_00020114 Annotations: "The exchange rate between USD and EUR on March 15, 2020 was X.X.", "The exchange rate is an economic value representing the ratio at which one currency can be exchanged for another.", - "market exchange rate", + "Umrechnungskurs"@de, + "market exchange rate"@en, "https://github.com/OpenEnergyPlatform/ontology/issues/335 https://github.com/OpenEnergyPlatform/ontology/pull/910", rdfs:comment "The ratio at which one can exchange one currency for another can differ over time therefore it is necessary to specify a time point when referring to an exchange rate.", @@ -2403,7 +2404,7 @@ Individual: OEO_00010122 Annotations: "The European Union Emissions Trading System (EU ETS) is a policy instrument that implements an emissions trading system covering the European Union, Norway, Iceland and Liechtenstein.", - "EU ETS", + "EU ETS"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/834 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/857 @@ -2414,6 +2415,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/944 move govern axioms to oeo-shared-axioms issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", + rdfs:comment "EU-EHS"@de, + rdfs:comment "Emissionshandelssystem der Europäischen Union"@de, rdfs:label "European Union Emissions Trading System"@en Types: @@ -2474,6 +2477,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1462 move axiom to oeo-shared-axioms issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", + rdfs:comment "EU-Klimapolitik"@de, rdfs:label "EU climate policy"@en Types: From 895529181d806314132e4c3e9edc31e78bd71ea7 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 10:42:52 +0200 Subject: [PATCH 079/126] Add 5 german alternative labels, add en label tag #1471 --- src/ontology/edits/oeo-model.omn | 4 +++- src/ontology/edits/oeo-shared.omn | 1 + src/ontology/edits/oeo-social.omn | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 23bb09e2d..899afbf70 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -840,7 +840,8 @@ Class: OEO_00000161 Annotations: "An external optimiser is a software external to a model that computes an optimisation.", - "external optimizer", + "external optimizer"@en, + "externer Optimierer"@de, rdfs:label "external optimiser"@en SubClassOf: @@ -2357,6 +2358,7 @@ Class: OEO_00020248 Annotations: "An explorative scenario is a scenario that contains certain constraints / statements regarding measures that are taken in the near future / today to explore where these measures will lead to in a later future. The later future is not predefined in the scenario.", + "exploratives Szenario"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1110 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1459 move to oeo-shared diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 12a8a2097..f1afed685 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1690,6 +1690,7 @@ Class: OEO_00020202 Annotations: "Export is the process of selling goods or services abroad and their delivery to a foreign market.", + "Export"@de, "add class issue: https://github.com/OpenEnergyPlatform/ontology/issues/998 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221 diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index c6fdf1ef6..cd6166f67 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -1254,6 +1254,7 @@ Class: OEO_00020126 Annotations: "A fee is an economic value that represents an amount of money paid for a particular piece of work or for a particular right or service.", + "Gebühr"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/905 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/913", rdfs:label "fee"@en @@ -2293,6 +2294,7 @@ Class: OEO_00240037 Annotations: "An export price is the monetary price for the export of a material entity."@en, + "Exportpreis"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1050 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1083", rdfs:label "export price"@en From 737b81a5247ec97b1c8a9288f62f88842d58fa4b Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 10:49:00 +0200 Subject: [PATCH 080/126] Add 5 german alternative labels, add en language tags, fix typo #1471 --- src/ontology/edits/oeo-physical.omn | 6 +++++- src/ontology/edits/oeo-social.omn | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 2382d4dbf..4361bf365 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2419,7 +2419,9 @@ Class: OEO_00000165 Annotations: "A field photovoltaic power plant (also: solar farm, solar park) is a photovoltaic power plant that is installed out in the open on the ground."@en, - "Solar park", + "Freiflächen-PV-Anlage"@de, + "Freiflächenphotovoltaikanlage"@de, + "solar park"@en, rdfs:label "field photovoltaic power plant"@en SubClassOf: @@ -11632,6 +11634,7 @@ Class: OEO_00140080 Annotations: "A final energy carrier is an energy carrier that has the disposition final energy carrier disposition.", + "Endenergieträger"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/575 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/633", rdfs:label "final energy carrier"@en @@ -14303,6 +14306,7 @@ Class: OEO_00320058 Annotations: "A filling station is energy transformation unit that transfers fuel into the fuel tank of a vehicle.", + "Tankstelle"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1308 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1357", rdfs:label "filling station"@en diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index cd6166f67..4db02667e 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -1076,6 +1076,7 @@ Class: OEO_00020108 Annotations: "A feed-in tariff is an economic instrument designed to stimulate investment in renewable energy technologies by offering long-term contracts to agents who are producers of renewable energy."@en, + "Einspeisetarif"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/839 issue: https://github.com/OpenEnergyPlatform/ontology/issues/898 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/909 From 5d011dfcafe03b119c9e72b39587c50b1166967f Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 11:04:53 +0200 Subject: [PATCH 081/126] Add 6 german alternative albels, add en language tag #1471 --- src/ontology/edits/oeo-physical.omn | 5 +++++ src/ontology/edits/oeo-social.omn | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 4361bf365..5e479b558 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1020,6 +1020,8 @@ Class: OEO_00000013 Annotations: "A fluorinated greenhouse gas is a greenhouse gas that is produced by fluorination. Hence it contains Fluor (F) atoms and is of anthropogenic origin.", + "F-Gas"@de, + "Fluoriertes Treibhausgas"@de, rdfs:label "fluorinated greenhouse gas"@en EquivalentTo: @@ -10794,6 +10796,7 @@ Class: OEO_00050016 Annotations: "Final energy consumption is an energy consumption value accounting for the energy delivered to and consumed by end users."@en, + "Endenergieverbrauch"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/576 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/613 @@ -11854,6 +11857,7 @@ Class: OEO_00140116 Annotations: "A fluid is a material entity which is a liquid, gas or plasma.", + "Fluid"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/763 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/769", rdfs:label "fluid"@en @@ -13094,6 +13098,7 @@ Class: OEO_00310022 Annotations: "A flat-plate collector is a solar thermal collector that consists of flat-plates.", + "Flachkollektor"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1254 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1432", rdfs:label "flat-plate collector"@en diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 4db02667e..98b635c3b 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -1403,7 +1403,8 @@ Class: OEO_00020168 Annotations: "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.", - "fixed operation and maintenance cost", + "Fixkosten"@de, + "fixed operation and maintenance cost"@en, "oemof-Model: https://oemof-solph.readthedocs.io/en/latest/_modules/oemof/solph/options.html?highlight=fix%20costs Fixe Kosten: Kosten, die von der jeweils betrachteten Einflussgröße bzw. Entscheidung unabhängig sind, d.h. Kosten, die sich nicht mit der jeweils betrachteten Einflussgröße ändern. (https://wirtschaftslexikon.gabler.de/definition/fixe-kosten-33359)", From c0e4ab4d6f1e98225291585ee0d6d81758362695 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 11:13:31 +0200 Subject: [PATCH 082/126] Add 5 german alternative labels #1471 --- src/ontology/edits/oeo-model.omn | 2 ++ src/ontology/edits/oeo-physical.omn | 3 +++ 2 files changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 899afbf70..ac87aad4f 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -1389,6 +1389,7 @@ Class: OEO_00010233 Annotations: "A forecast error is a quantity value that quantifies the difference between a measured and a forecasted value.", + "Vorhersagefehler"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/907 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1002", rdfs:label "forecast error"@en @@ -3438,6 +3439,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1255", Individual: OEO_00000170 Annotations: + "Fortran"@de, rdfs:label "fortran"@en Types: diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 5e479b558..ea36c2162 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1035,6 +1035,7 @@ Class: OEO_00000014 Annotations: "A fossil combustion fuel is a combustion fuel with the origin fossil.", + "fossiler Brennstoff"@de, "move to oeo-shared: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390 @@ -2163,6 +2164,7 @@ Class: OEO_00000131 Annotations: "Diesel fuel is gas diesel oil used on-road for diesel compression ignition (cars, trucks, etc.), usually of low sulphur content."@en, + "fossiler Dieselkraftstoff"@de, "transport diesel"@en, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, "relabel and add axiom @@ -10381,6 +10383,7 @@ Class: OEO_00030002 Annotations: "Fossil is a geogenic origin of portions of matter created from organic material by geological processes lasting thousands or millions of years.", "In real world, fossils are from biogenic origin some thousands or millions of years ago. However, this is irrelevant in the energy modelling domain.", + "fossil"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/108 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/130 From 440a713c58c11d7514cabdbeb7714e54cda299d2 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 11:23:33 +0200 Subject: [PATCH 083/126] Add 6 german alternative labels #1471 --- src/ontology/edits/oeo-physical.omn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index ea36c2162..54014abe9 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -4659,6 +4659,7 @@ Class: OEO_00010015 Annotations: "Fossil hydrogen is hydrogen with fossil origin.", + "fossiler Wasserstoff"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/411", rdfs:label "fossil hydrogen"@en @@ -7008,6 +7009,7 @@ Class: OEO_00010281 Annotations: "A freight train is a train that is used for freight transport.", + "Güterzug"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "freight train"@en @@ -9595,6 +9597,7 @@ Class: OEO_00020149 Annotations: "Fossil energy is chemical energy that is stored in fossil combustion fuels and thus has a conventional origin.", + "fossile Energie"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/833 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/955 @@ -11125,6 +11128,8 @@ Class: OEO_00140005 Annotations: "Freight transport is a transport process which moves goods from one place to another.", + "Frachttransport"@de, + "Gütertransport"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/503 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/517 @@ -13857,6 +13862,7 @@ Class: OEO_00320029 Annotations: "A freight train station is a train station for the exchange of goods."@en, + "Güterbahnhof"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1278 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1297", rdfs:label "freight train station"@en From ee572b264e87e3aa806008273a7f785bbdbe6ea6 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 11:28:41 +0200 Subject: [PATCH 084/126] Add 6 german alternative labels, add en language tag #1471 --- src/ontology/edits/oeo-physical.omn | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 54014abe9..effd1a77b 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1066,6 +1066,7 @@ Class: OEO_00000016 Annotations: "A fuel cell is a generator that converts chemical energy into electricity using redox reactions.", + "Brennstoffzelle"@de, "Improve axioms: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1337 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1340", @@ -2453,6 +2454,7 @@ Class: OEO_00000173 Annotations: "A fuel is a portion of matter that has the disposition to be an energy carrier and that has a fuel role.", + "Brennstoff"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/227 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/279 add role fuel commodity @@ -4910,7 +4912,8 @@ Class: OEO_00010025 Annotations: "A fuel cell electric vehicle (FCEV) is an electric vehicle that uses electrical energy from a fuel cell.", - "FCEV", + "Brennstoffzellenfahrzeug"@de, + "FCEV"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/425 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/453 @@ -12088,6 +12091,7 @@ Class: OEO_00160001 Annotations: "Frequency control is a process that regulates the electricity output of an artificial object to maintain the equilibrium between electricity supply and demand.", + "Frequenzregelung"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1107 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1202 @@ -14132,6 +14136,7 @@ Class: OEO_00320047 Annotations: "A fuel cell electric car is a car that has an electric traction motor and uses electrical energy from a fuel cell and thus is also a fuel cell electric vehicle.", + "Brennstoffzellenauto"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", rdfs:label "fuel cell electric car"@en @@ -14224,6 +14229,7 @@ Class: OEO_00320052 Annotations: "A fuel cell electric truck is a truck that has an electric traction motor and uses electrical energy from a fuel cell and thus is also a fuel cell electric vehicle.", + "Brennstoffzellen-LKW"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", rdfs:label "fuel cell electric truck"@en From 435cb0dc871ad12b7db03a2b7a2665af514fe772 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 11:37:30 +0200 Subject: [PATCH 085/126] Add 6 german alternative labels #1471 --- src/ontology/edits/oeo-physical.omn | 4 ++++ src/ontology/edits/oeo-social.omn | 2 ++ 2 files changed, 6 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index effd1a77b..6fc459b8c 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -14298,6 +14298,8 @@ Class: OEO_00320056 Annotations: "A fuel tank is a tank that stores a combustion fuel.", + "Brennstofftank"@de, + "Kraftstofftank"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1301 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1356", rdfs:label "fuel tank"@en @@ -14406,6 +14408,8 @@ Class: OEO_00320063 Annotations: "Fuel demand is the energy demand for fuel.", + "Brennstoffbedarf"@de, + "Kraftstoffbedarf"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1366 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1389 diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 98b635c3b..930c62ff9 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -2159,6 +2159,8 @@ Class: OEO_00160005 Annotations: "A fuel cost is a variable cost that depends on the type and amount of fuel.", + "Brennstoffkosten"@de, + "Kraftstoffkosten"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1257 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1260", rdfs:label "fuel cost"@en From e17652345761dd22ff8a77bd735ebc4b56c8a65b Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 11:42:32 +0200 Subject: [PATCH 086/126] Add 5 german alternative labels #1471 --- src/ontology/edits/oeo-model.omn | 1 + src/ontology/edits/oeo-physical.omn | 3 +++ src/ontology/edits/oeo-shared.omn | 1 + 3 files changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index ac87aad4f..41fd78d49 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3449,6 +3449,7 @@ Individual: OEO_00000170 Individual: OEO_00000180 Annotations: + "GAMS"@de, rdfs:label "gams"@en Types: diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 6fc459b8c..3e8f849da 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -11991,6 +11991,7 @@ Class: OEO_00140144 Annotations: "Full load hours are a quantity value that describes the utilization of a technical device. The value of the full load hours is obtained by dividing the annual amount of energy generated by the declared net capacity of the plant.", + "Volllaststunden"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/793", rdfs:label "full load hours"@en @@ -13988,6 +13989,8 @@ Class: OEO_00320038 Annotations: "Fuel transport is the freight transport of fuels."@en, + "Brennstofftransport"@de, + "Kraftstofftransport"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1269 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1299", rdfs:label "fuel transport"@en diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index f1afed685..abe2a1f85 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1801,6 +1801,7 @@ Class: OEO_00090001 Annotations: "A funder is a sponsor that supports by giving money.", + "Förderer"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/246 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/776 rework module structure From a44b6ad3972f9e2fe8b66842843483bf8b046913 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 11:47:39 +0200 Subject: [PATCH 087/126] Add 5 german alternative labels, add en language tag #1471 --- src/ontology/edits/oeo-physical.omn | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 3e8f849da..4871e19de 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1089,7 +1089,8 @@ Class: OEO_00000017 Annotations: "A gas fired power unit is a power generating unit using gas as fuel.", - "gas power unit", + "Gaskraftwerksblock"@de, + "gas power unit"@en, "Add 'gas power unit' as alternative term: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362/", @@ -2523,6 +2524,7 @@ Class: OEO_00000181 Annotations: "Gas/diesel oil is a portion of matter that is primarily a medium distillate distilling between 180 °C and 380 °C. Includes blending components. Several grades are available depending on uses."@en, + "Gasöl"@de, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, "make direct subclass of 'portion of matter' and preserve axioms from old class 'oil and petroleum products' issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 @@ -8867,6 +8869,7 @@ Class: OEO_00020004 Annotations: "A gas grid is a supply grid that distributes gaseous fuel, e.g. methane.", + "Gasnetz"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 pull request: https://github.com/OpenEnergyPlatform/ontology/385", rdfs:label "gas grid"@en @@ -8912,6 +8915,7 @@ Class: OEO_00020007 Annotations: "A gas grid component is a grid component that is part of a gas grid."@en, + "Gasnetzkomponente"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, @@ -13576,6 +13580,7 @@ Class: OEO_00320008 Annotations: "A gas engine is an internal combustion engine that uses a gaseous combustion fuel."@en, + "Gasmotor"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290"@en, rdfs:label "gas engine"@en From a0a97201f544c08bcb3e678a9efc856a511bb72c Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 12:46:17 +0200 Subject: [PATCH 088/126] Add 5 german alternative labels, add en language tag #1471 --- src/ontology/edits/oeo-physical.omn | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 4871e19de..54840fc58 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2592,6 +2592,7 @@ Class: OEO_00000184 Annotations: "A gas power plant is a power plant that has gas fired power units as parts."@en, + "Gaskraftwerk"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "gas power plant"@en @@ -2605,7 +2606,8 @@ Class: OEO_00000185 Annotations: "A gas turbine is a turbine that participates in a gas turbine process. It is also called combustion turbine.", - "combustion turbine", + "Gasturbine"@de, + "combustion turbine"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/299 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/300 @@ -6464,6 +6466,7 @@ Class: OEO_00010236 Annotations: "A gas mixture is a portion of matter that is a composition of different kinds of portions of matter and that has a gaseous normal state of matter.", + "Gasgemisch"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/988 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1009", rdfs:label "gas mixture"@en @@ -7246,6 +7249,7 @@ Class: OEO_00010301 Annotations: "A gas turbine vehicle is a vehicle that uses a gas turbine for propulsion.", + "Gasturbinenfahrzeug"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1311 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1315 @@ -13147,6 +13151,7 @@ Class: OEO_00310027 Annotations: "A gas turbine process is an energy transformation that converts chemical energy into rotational energy using a continous internal combustion process. A gas turbine is participating in a gas turbine process.", + "Gasturbinenprozess"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1256 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1362", rdfs:label "gas turbine process"@en From f8bf94598535b16d7ba0b40b2bce236ecde6bc9d Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 12:54:29 +0200 Subject: [PATCH 089/126] Add 5 german alternative labels #1471 --- src/ontology/edits/oeo-physical.omn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 54840fc58..5c2817a2e 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -5974,6 +5974,7 @@ Class: OEO_00010146 Annotations: "A gaseous combustion fuel is a combustion fuel that has a gaseous state of matter under normal conditions.", + "gasförmiger Brennstoff"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "gaseous combustion fuel"@en @@ -6006,6 +6007,7 @@ Class: OEO_00010148 Annotations: "A gaseous fossil fuel is a fossil combustion fuel that has a gaseous state of matter under normal conditions.", + "gasförmiger fossiler Brennstoff"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "gaseous fossil fuel"@en @@ -6069,6 +6071,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", Class: OEO_00010153 Annotations: + "gasförmiger biogener Brennstoff"@de, "A gaseous biofuel is a biofuel that has a gaseous state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", @@ -13502,6 +13505,7 @@ Class: OEO_00320004 Annotations: "A gas vehicle is an internal combustion vehicle that has only a gas engine as a motor for propulsion."@en, + "Gasfahrzeug"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1279 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1290 @@ -14931,6 +14935,7 @@ Individual: OEO_00000182 Annotations: "The state of being a gas. A portion of matter is in gaseous state if and only if it has has no definite shape and no definite volume and is not electrically conductive.", + "gasförmig"@de, "move to oeo-shared: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390, From 6aabcdb2b4a4d1b4c0d7b65afe8d1544731e7f5e Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 12:59:57 +0200 Subject: [PATCH 090/126] Add 6 german alternative labels, add en language tags #1471 --- src/ontology/edits/oeo-physical.omn | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 5c2817a2e..edeb77379 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2559,7 +2559,8 @@ Class: OEO_00000183 Annotations: "https://github.com/OpenEnergyPlatform/ontology/issues/1028 https://github.com/OpenEnergyPlatform/ontology/pull/1037" "The term gasoline was chosen as this term is more often used in energy modelling and energy statistics. This is a deliberate deviation from the convention of British English spelling in the OEO.", - "petrol", + "Benzin"@de, + "petrol"@en, "make direct subclass of 'portion of matter' and preserve axioms from old class 'oil and petroleum products' issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 https://github.com/OpenEnergyPlatform/ontology/pull/1024 @@ -6056,6 +6057,7 @@ Class: OEO_00010151 Annotations: "A gaseous renewable fuel is a renewable fuel that has a gaseous state of matter under normal conditions.", + "gasförmiger erneuerbarer Brennstoff"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", rdfs:label "gaseous renewable fuel"@en @@ -6104,6 +6106,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", Class: OEO_00010155 Annotations: + "gasförmiger synthetischer Brennstoff"@de, "A gaseous synthetic fuel is a synthetic fuel that has a gaseous state of matter under normal conditions.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/811 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/931", @@ -6593,7 +6596,9 @@ Class: OEO_00010243 Annotations: "https://github.com/OpenEnergyPlatform/ontology/issues/1028 https://github.com/OpenEnergyPlatform/ontology/pull/1037" "The term gasoline was chosen as this term is more often used in energy modelling and energy statistics. This is a deliberate deviation from the convention of British English spelling in the OEO.", - "gasoline motor", + "Benzinmotor"@de, + "Ottomotor"@de, + "gasoline motor"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027", rdfs:label "gasoline engine"@en @@ -14117,6 +14122,7 @@ Class: OEO_00320045 Annotations: "A gasoline car is a car that has only a gasoline engine as motor for propulsion and thus is also a gasoline vehicle.", + "Benzinauto"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1298 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1345", rdfs:label "gasoline car"@en From 96d9c244725e54dfc5bf9e6ebddc6b65069d7c49 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 13:04:39 +0200 Subject: [PATCH 091/126] Add 5 german alternative labels #1471 --- src/ontology/edits/oeo-physical.omn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index edeb77379..40609e136 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2641,6 +2641,7 @@ Class: OEO_00000186 "Gasworks gas is manufactured coal based gas that covers all types of gases produced in public utility or private plants, whose main purpose is manufacture, transport and distribution of gas. It includes gas produced by carbonisation (including gas produced by coke ovens and transferred to gasworks gas), by total gasification with or without enrichment with oil products (LPG, residual fuel oil, etc.), and by reforming and simple mixing of gases and/or air, reported under the rows ‘from other sources’. Under the transformation sector identify amounts of gasworks gas transferred to blended natural gas which will be distributed and consumed through the natural gas grid. The production of other coal gases (i.e. coke oven gas, blast furnace gas and oxygen steel furnace gas) should be reported in the columns concerning such gases, and not as production of gasworks gas. The coal gases transferred to gasworks plants should then be reported (in their own column) in the transformation sector in the gasworks plants row. The total amount of gasworks gas resulting from transfers of other coal gases should appear in the production line for gasworks gas."@en, + "Stadtgas"@de, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, rdfs:label "gasworks gas"@en @@ -2652,6 +2653,8 @@ Class: OEO_00000188 Annotations: "A generator is an energy converting component that converts other forms of energy into electrical energy."@en, + "Generator"@de, + "Stromerzeuger"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/173 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/273 axiom @@ -6635,6 +6638,7 @@ Class: OEO_00010245 Annotations: "https://github.com/OpenEnergyPlatform/ontology/issues/1028 https://github.com/OpenEnergyPlatform/ontology/pull/1037" "The term gasoline was chosen as this term is more often used in energy modelling and energy statistics. This is a deliberate deviation from the convention of British English spelling in the OEO.", + "Benzinfahrzeug"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/960 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1027 @@ -10442,6 +10446,7 @@ Class: OEO_00030003 Annotations: "Geogenic is an origin of portions of matter or energies that are the result of geological processes.", + "geogen"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/182 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/237 From b4f8406fbb2f7f4b20a44456ac08215c5a5b3f54 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 13:08:45 +0200 Subject: [PATCH 092/126] Add 5 german alternative labels, add en language tag #1471 --- src/ontology/edits/oeo-physical.omn | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 40609e136..c6f68f632 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2682,6 +2682,7 @@ Class: OEO_00000189 Annotations: "A geographic coordinate is an information content entity explicitly stating the geographic position of a zero-dimensional spatial region on Earth, by using a set of numbers with respect to a geographic coordinate system.", + "geographische Koordinate"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/795 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/803 @@ -2699,6 +2700,8 @@ Class: OEO_00000191 Annotations: "Geothermal energy is thermal energy that is released from within the earth's crust.", + "Erdwärme"@de, + "Geothermie"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/727 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/739", @@ -10716,6 +10719,7 @@ Class: OEO_00050004 Annotations: "An energy unit which is equal to 10^9 joules.", + "Gigajoule"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/606 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/608", "GJ", @@ -10808,7 +10812,8 @@ Class: OEO_00050011 Annotations: "An energy unit which is equal to 10^9 watt-hours.", - "gigawatt hours", + "Gigawattstunde"@de, + "gigawatt hours"@en, "add eurostat alternative term: issue: https://github.com/OpenEnergyPlatform/ontology/issues/920 pull: https://github.com/OpenEnergyPlatform/ontology/pull/924 From 113d6a0e45d5b4ca836a6ee5d674554ee698b581 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 13:14:38 +0200 Subject: [PATCH 093/126] Add 2 german alternative labels, add en lanuage tag #1471 --- src/ontology/edits/oeo-model.omn | 1 + src/ontology/edits/oeo-physical.omn | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 41fd78d49..a0669cdf5 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -2954,6 +2954,7 @@ Class: OEO_00140099 Annotations: "A goal description is an information content entity that contains statements about a desired future state of a system that a person or organisation envisions or plans, or to which it commits.", + "Zielbeschreibung"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/28 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/729", rdfs:label "goal description"@en diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index c6f68f632..480bb53bc 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -5194,7 +5194,8 @@ Class: OEO_00010078 Annotations: "Global warming potential (GWP) is a quantity value that measures the the time-integrated radiative forcing due to a pulse emission of a given component, relative to a pulse emission of an equal mass of carbon dioxide (CO2).", - "GWP", + "GWP"@en, + "Treibhauspotenzial"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/420 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/683 From 57ba3f8e5a2e79dd0d76ed5b84ed75958ee99359 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 13:17:23 +0200 Subject: [PATCH 094/126] Add german alternative labels #1471 --- src/ontology/edits/oeo-physical.omn | 1 + src/ontology/edits/oeo-shared.omn | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 480bb53bc..d1ece864d 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1138,6 +1138,7 @@ Class: OEO_00000020 Annotations: "A greenhouse gas is a portion of matter that has the disposition to contribute to the greenhouse effect.", + "Treibhausgas"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index abe2a1f85..087d17e85 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1524,6 +1524,8 @@ Class: OEO_00010116 Annotations: "A good is a continuant that has the good role.", + "Gut"@de, + "Ware"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/832 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/843 move to oeo-shared From 1f003547e249056478fe672b50b45419ef8d9aab Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 13:25:31 +0200 Subject: [PATCH 095/126] Add 5 german alternative labels, add en language tag #1471 --- src/ontology/edits/oeo-physical.omn | 3 +++ src/ontology/edits/oeo-social.omn | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index d1ece864d..3a28c13b3 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2773,6 +2773,7 @@ Class: OEO_00000199 Annotations: "A greenhouse gas emission is an emission that releases a greenhouse gas.", + "Treibhausgasemission"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/406 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/410 issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 @@ -3408,6 +3409,7 @@ Class: OEO_00000296 Annotations: "A grid node is a grid component of a supply grid where two or more links meet."@en, + "Netzknoten"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, rdfs:label "grid node"@en @@ -8917,6 +8919,7 @@ Class: OEO_00020006 Annotations: "A grid component is an energy transformation unit that is a discrete part of a supply grid serving a specific purpose."@en, + "Netzkomponente"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385 subclass of energy transformation unit diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 930c62ff9..af62ea0e4 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -1799,7 +1799,9 @@ Class: OEO_00140013 Annotations: "A gross domestic product is an economic value that represents the broadest measure of aggregate economic activity, measuring the total unduplicated market value of all final goods and services produced within a statistical area in a period.", - "GDP", + "BIP"@de, + "Bruttoinlandsprodukt"@de, + "GDP"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/454 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/559 alternative term: From 6e619707c24be39bad39132052b3b9930301457e Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 13:45:50 +0200 Subject: [PATCH 096/126] Add 5 german alternative labels, add en language tags #1471 --- src/ontology/edits/oeo-model.omn | 1 + src/ontology/edits/oeo-physical.omn | 5 ++++- src/ontology/edits/oeo-social.omn | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index a0669cdf5..9d2d44fc6 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -885,6 +885,7 @@ Class: OEO_00000202 Annotations: "A graphical user interface (GUI) is a software interface allowing users to communicate with a software application through a graphical window."@en, "GUI"@en, + "Graphische Benutzeroberfläche"@de, "Change label: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1804 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1810", diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 3a28c13b3..49081500e 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2825,6 +2825,7 @@ Class: OEO_00000204 Annotations: "Hard coal is coal with a gross calorific value greater than 23 865 kJ/kg (5 700 kcal/kg) on an ashfree but moist basis and with a mean random reflectance of vitrinite of at least 0,6."@en, + "Steinkohle"@de, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, rdfs:label "hard coal"@en @@ -10862,6 +10863,7 @@ Gross inland energy consumption covers: - 'statistical differences' (not already captured in the figures on primary energy consumption and final energy consumption). Gross inland energy consumption does not include energy (fuel oil) provided to international maritime bunkers."@en, + "Bruttoinlandsverbrauch"@de, "gross inland consumption"@en, "primary energy consumption including non-energy use of energy carriers"@en, "Eurostat Energy Glossary @@ -12447,7 +12449,8 @@ Class: OEO_00240012 Annotations: "Gross electricity generation is a process attribute that refers to the total amount of electrical energy produced in an electricity generation process."@en, - "gross electricity production", + "Bruttostromerzeugung"@de, + "gross electricity production"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/917 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/932", rdfs:label "gross electricity generation"@en diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index af62ea0e4..5b1120ad9 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -1821,7 +1821,8 @@ Class: OEO_00140023 Annotations: "Gross value added is an economic value that is the value of goods and services produced in a sector of an economy, measuring that sector's contribution to gross domestic product (GDP). It is calculated as the monetary value of products and services produced, less the value of intermediate consumption.", - "GVA", + "Bruttowertschöpfung"@de, + "GVA"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/455 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/563 alternative term: From 057adf0877be16e08cfb93d20a19a025e5753218 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 13:50:01 +0200 Subject: [PATCH 097/126] Add 5 german alternative labels #1471 --- src/ontology/edits/oeo-physical.omn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 49081500e..aefdf0196 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1168,6 +1168,7 @@ Class: OEO_00000021 Annotations: "A hard coal power unit is a coal power unit using hard coal as fuel.", + "Steinkohlekraftwerkblock"@de, rdfs:label "hard coal power unit"@en SubClassOf: @@ -2840,6 +2841,7 @@ Class: OEO_00000205 Annotations: "A hard coal power plant is a coal power plant that has hard coal power units as parts."@en, + "Steinkohlekraftwerk"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "hard coal power plant"@en @@ -2936,6 +2938,7 @@ Class: OEO_00000212 Annotations: "A heat pump is a heater that transforms low temperature heat to high temperature heat using external energy."@en, + "Wärmepumpe"@de, rdfs:label "heat pump"@en SubClassOf: @@ -11824,6 +11827,8 @@ Class: OEO_00140102 Annotations: "A heat exchanger is an energy converting component that is used for a heat transfer process.", + "Wärmetauscher"@de, + "Wärmeübertrager"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/713 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/734 From 1d0603abe2a4f9de56c447cebdf22fce6688fc23 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 13:54:25 +0200 Subject: [PATCH 098/126] Add 5 german alternative labels, add en language tag #1471 --- src/ontology/edits/oeo-physical.omn | 4 ++++ src/ontology/edits/oeo-sector.omn | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index aefdf0196..7bdf75bd7 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2922,6 +2922,7 @@ Class: OEO_00000211 Annotations: "Heating oil is gas diesel oil for industrial and commercial uses, marine diesel and diesel used in rail traffic, other gas oil, including heavy gas oils which distil between 380 °C and 540 °C and which are used as petrochemical feedstocks."@en, + "Heizöl"@de, "other gas oil"@en, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, "Add 'physical output of' axiom: @@ -8910,6 +8911,7 @@ Class: OEO_00020005 Annotations: "A heating grid is a supply grid that distributes thermal energy via circulating steam or liquids."@en, + "Wärmenetz"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 pull request: https://github.com/OpenEnergyPlatform/ontology/385", rdfs:label "heating grid"@en @@ -8961,6 +8963,7 @@ Class: OEO_00020008 Annotations: "A heating grid component is a grid component that is part of a heating grid."@en, + "Wärmenetzkomponente"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/36 issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385"@en, @@ -11796,6 +11799,7 @@ Class: OEO_00140101 Annotations: "Heat transfer is an energy transfer of thermal energy.", + "Wärmeübertragung"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/730 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/733 diff --git a/src/ontology/edits/oeo-sector.omn b/src/ontology/edits/oeo-sector.omn index d6b47658e..81ceca589 100644 --- a/src/ontology/edits/oeo-sector.omn +++ b/src/ontology/edits/oeo-sector.omn @@ -366,7 +366,8 @@ Class: OEO_00000213 Annotations: "A heating and cooling sector is a sector that covers heating and cooling activities."@en, - "H&C sector", + "H&C sector"@en, + "Wärme- und Kältesektor"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/30 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484 From 1595f02a12c2589a4dee310d7cca9f25285f8975 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 14:01:09 +0200 Subject: [PATCH 099/126] Add 5 german alternative labels, add en language tag #1471 --- src/ontology/edits/oeo-model.omn | 1 + src/ontology/edits/oeo-physical.omn | 3 +++ src/ontology/edits/oeo-sector.omn | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 9d2d44fc6..c75124bf0 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3719,6 +3719,7 @@ Individual: OEO_00020164 Annotations: "one value per hour", + "stündlich"@de, "rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 7bdf75bd7..18f83d022 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -7225,6 +7225,8 @@ Class: OEO_00010294 Annotations: "A helicopter is an aircraft that has rotating wings.", + "Helikopter"@de, + "Hubschrauber"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1277 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1293", rdfs:label "helicopter"@en @@ -11092,6 +11094,7 @@ Class: OEO_00140000 Annotations: "Hub height is a quality of a wind energy converting unit that measures the distance between surface and centre-line of the wind rotor.", + "Nabenhöhe"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/505 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/509 diff --git a/src/ontology/edits/oeo-sector.omn b/src/ontology/edits/oeo-sector.omn index 81ceca589..3c6061bd6 100644 --- a/src/ontology/edits/oeo-sector.omn +++ b/src/ontology/edits/oeo-sector.omn @@ -384,7 +384,8 @@ Class: OEO_00000214 Annotations: "A household sector is a sector that covers households."@en, - "private household sector", + "Haushaltssektor"@de, + "private household sector"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/30 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484 From 2b5fd85eda1dff46f2a5c91fa210e63c77bacdd1 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 14:09:51 +0200 Subject: [PATCH 100/126] Add 6 german alternative labels, add en language tag #1471 --- src/ontology/edits/oeo-model.omn | 1 + src/ontology/edits/oeo-physical.omn | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index c75124bf0..29a7c2d66 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -1867,6 +1867,7 @@ Class: OEO_00020026 Annotations: "Hybrid is an analytical approach that combines the top down and the bottom up approach. Some parts are based on composition approach while other parts are based on decomposition approach.", + "hybrid"@de, "Convert to subclass and add definition: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1147 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1302", diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 18f83d022..7a0ea3b73 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2138,6 +2138,8 @@ Class: OEO_00000126 Annotations: "An HVDC-line is a powerline for transferring high voltage direct current."@en, + "HGÜ-Leitung"@de, + "Hochspannungsgleichstromübertragungsleitung"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/231 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/385", rdfs:comment "directed", @@ -2950,6 +2952,7 @@ Class: OEO_00000218 Annotations: "Hydro energy is kinetic energy of moving liquid water which can result directly from its potential energy."@en, + "Wasserkraft"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/679 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/681 change axiom from participates in to is energy participant of @@ -5322,6 +5325,7 @@ Class: OEO_00010086 Annotations: "A hydro power plant is a power plant having an aggregate of hydro power generating units as its power generating unit parts.", + "Wasserkraftwerk"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", rdfs:label "hydro power plant"@en @@ -5353,7 +5357,8 @@ Class: OEO_00010088 Annotations: "A hydro storage power plant is a hydro power plant that uses the available hydro energy of a stationary water storage.", "The distinction between a run of river power plant and a hydro storage power plant is important for modelling, but in reality not so easy. The chosen distinction follows the document: European Network of Transmission System Operators for Electricity (ENTSO-E): Hydropower modelling – New database complementing PECD, V.1.0, 12 December 2019, https://www.entsoe.eu/Documents/SDC%20documents/MAF/2019/Hydropower_Modelling_New_database_and_methodology.pdf", - "storage power plant", + "Speicherwasserkraftwerk"@de, + "storage power plant"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/78 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/758", rdfs:label "hydro storage power plant"@en From e51ecabc0a057281c4f4ffa08d662b4373b02a83 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 14:14:36 +0200 Subject: [PATCH 101/126] Add 6 german alternative labels, add en language tag #1471 --- src/ontology/edits/oeo-physical.omn | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 7a0ea3b73..93fabd558 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1180,6 +1180,7 @@ Class: OEO_00000022 Annotations: "A hydrogen power unit is a power generating unit using hydrogen as fuel.", + "Wasserstoffkraftwerkblock"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "hydrogen power unit"@en @@ -2979,7 +2980,8 @@ Class: OEO_00000219 Annotations: "Hydrofluorocarbons (HFCs) are portions of matter consisting of organic compounds that contain fluorine and hydrogen atoms, and are the most common type of organofluorine compounds. They are frequently used in air conditioning and as refrigerants in place of the older chlorofluorocarbons such as R-12 and hydrochlorofluorocarbons such as R-21."@en, - "HFC", + "Fluorkohlenwasserstoff"@de, + "HFC"@en, "https://en.wikipedia.org/w/index.php?title=Hydrofluorocarbon&oldid=904556263"@en, rdfs:label "hydrofluorocarbon"@en @@ -2993,6 +2995,7 @@ Class: OEO_00000220 Annotations: "Hydrogen is a portion of matter with the chemical formula H2. It has a gaseous normal state of matter. As it can be oxidised it can be used as a fuel."@en, "H2", + "Wasserstoff"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/134", Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 @@ -3011,6 +3014,7 @@ Class: OEO_00000221 Annotations: "A hydrogen power plant is a power plant that has hydrogen power units as parts."@en, + "Wasserstoffkraftwerk"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "hydrogen power plant"@en @@ -12015,6 +12019,7 @@ Class: OEO_00140134 Annotations: "A hydrogen fuel cell is a fuel cell that uses hydrogen.", + "Wasserstoffbrennstoffzelle"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/761 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/782", rdfs:label "hydrogen fuel cell"@en @@ -12073,6 +12078,7 @@ Class: OEO_00140159 Annotations: "Hydrocarbon is a portion of matter which is member of class of organic chemical compounds composed only of the elements carbon (C) and hydrogen (H).", + "Kohlenwasserstoff"@de, "https://www.britannica.com/science/hydrocarbon", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/786 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/805 From 4aa23ead1853615b1126a14bb0d4386462e180ee Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 14:18:47 +0200 Subject: [PATCH 102/126] Add 5 german alternative labels #1471 --- src/ontology/edits/oeo-physical.omn | 3 +++ src/ontology/edits/oeo-shared.omn | 1 + src/ontology/edits/oeo-social.omn | 1 + 3 files changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 93fabd558..3c1780282 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -3028,6 +3028,7 @@ Class: OEO_00000222 Annotations: "A hydrogen turbine is a gas turbine fueled with hydrogen."@en, + "Wasserstoffturbine"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/873 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/877 @@ -14411,6 +14412,7 @@ Class: OEO_00320059 Annotations: "A hydrogen station is a filling station that transfers hydrogen.", + "Wasserstofftankstelle"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1308 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1357", rdfs:label "hydrogen station"@en @@ -14424,6 +14426,7 @@ Class: OEO_00320060 Annotations: "Hydrogen transport is the combustion fuel transport of hydrogen.", + "Wasserstofftransport"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1308 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1357", rdfs:label "hydrogen transport"@en diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 087d17e85..9ca3c9bc4 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1672,6 +1672,7 @@ Class: OEO_00020201 Annotations: "Import is the process of purchasing goods or services abroad and their delivery to the domestic market.", + "Import"@de, "add class issue: https://github.com/OpenEnergyPlatform/ontology/issues/998 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1221 diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 5b1120ad9..20aae281e 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -2289,6 +2289,7 @@ Class: OEO_00240036 Annotations: "An import price is the monetary price for the import of a material entity."@en, + "Importpreis"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1050 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1083", rdfs:label "import price"@en From 32aec9a9f94e102d516a050fa9e0d526afb9337c Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 14:23:31 +0200 Subject: [PATCH 103/126] Add 5 german alternative labels #1471 --- src/ontology/edits/oeo-model.omn | 1 + src/ontology/edits/oeo-physical.omn | 2 ++ src/ontology/edits/oeo-sector.omn | 1 + src/ontology/edits/oeo-social.omn | 1 + 4 files changed, 5 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 29a7c2d66..6009d87af 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3498,6 +3498,7 @@ Individual: OEO_00000203 Individual: OEO_00000225 Annotations: + "inaktiv"@de, rdfs:label "inactive"@en Types: diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 3c1780282..52e89814c 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -10672,6 +10672,7 @@ Class: OEO_00050000 Annotations: "An industrial process is a process that has output object or object aggregates that are economic goods. An industrial process consists of several subprocesses. Examples of subprocesses that can be involved in an industrial process are energy transformations, mechanical operations and chemical reactions.", + "industrieller Prozess"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/534 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/589", rdfs:label "industrial process"@en @@ -12964,6 +12965,7 @@ Class: OEO_00310004 Annotations: "Industrial waste thermal energy is waste thermal energy that is energy output of some industrial process."@en, + "industrielle Abwärme"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1265 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359", rdfs:label "industrial waste thermal energy"@en diff --git a/src/ontology/edits/oeo-sector.omn b/src/ontology/edits/oeo-sector.omn index 3c6061bd6..cd2af7998 100644 --- a/src/ontology/edits/oeo-sector.omn +++ b/src/ontology/edits/oeo-sector.omn @@ -402,6 +402,7 @@ Class: OEO_00000227 Annotations: "An industry sector is a sector that covers industrial activities with other main purposes of energy transformation."@en, + "Industriesektor"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/30 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/484 diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 20aae281e..f2897b629 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -1156,6 +1156,7 @@ Class: OEO_00020113 Annotations: "Inflation rate is an economic value reprensenting the ratio between the monetary price for a good at two different points in time that equalises differences in monetary price levels between these two points in time.", + "Inflationsrate"@de, "https://github.com/OpenEnergyPlatform/ontology/issues/335 https://github.com/OpenEnergyPlatform/ontology/pull/910", rdfs:label "inflation rate"@en From 94b9c3ff42c4fd5cb5d9a51a5e07843d493411e7 Mon Sep 17 00:00:00 2001 From: Vismaya Jochem Date: Tue, 18 Jun 2024 14:28:53 +0200 Subject: [PATCH 104/126] Add 5 german alternative labels, add en language tags #1471 --- src/ontology/edits/oeo-model.omn | 3 +++ src/ontology/edits/oeo-social.omn | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 6009d87af..f30956e58 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -902,6 +902,7 @@ Class: OEO_00000228 Annotations: "An installation guide is a documentation intended to help users install a Software.", + "Installationsanleitung"@de, rdfs:label "installation guide"@en SubClassOf: @@ -3788,6 +3789,7 @@ Individual: OEO_00140069 Annotations: "value measured at or modelled for exactly one 0-dim temporal region, referenced by a time stamp, e.g. to represent a time step in a time series", + "instantan"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/571 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/610", rdfs:label "instantaneous"@en @@ -3800,6 +3802,7 @@ Individual: OEO_00140070 Annotations: "sum or integral of values, e.g. within a time step or a spatial region", + "Integral"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/571 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/610", rdfs:label "integral"@en diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index f2897b629..ab974fcf4 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -462,6 +462,7 @@ Class: OEO_00000238 Annotations: "An institution is an organisation that serves a social purpose."@en, + "Institution"@de, "moved term to oeo-shared: pull request: https://github.com/OpenEnergyPlatform/ontology/pull/871 rework module structure @@ -1443,8 +1444,9 @@ Class: OEO_00020170 Annotations: "costs that occur for becoming operational", "Installation and development cost are investment costs incurred for setting up the installation.", - "installation and development cost", - "site development cost", + "Installationskosten"@de, + "installation and development cost"@en, + "site development cost"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/891 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1022", rdfs:label "installation cost"@en From 8498189a3b08c40df937034ceafafb8fb72cda31 Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Mon, 24 Jun 2024 08:58:56 +0200 Subject: [PATCH 105/126] Update src/ontology/edits/oeo-physical.omn Co-authored-by: l-emele <36884905+l-emele@users.noreply.github.com> --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 52e89814c..c67ba9c62 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1168,7 +1168,7 @@ Class: OEO_00000021 Annotations: "A hard coal power unit is a coal power unit using hard coal as fuel.", - "Steinkohlekraftwerkblock"@de, + "Steinkohlekraftwerksblock"@de, rdfs:label "hard coal power unit"@en SubClassOf: From 528c7dfa44c3696a3ca91dcd91384be12d6eee60 Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Mon, 24 Jun 2024 08:59:47 +0200 Subject: [PATCH 106/126] Update src/ontology/edits/oeo-physical.omn Co-authored-by: l-emele <36884905+l-emele@users.noreply.github.com> --- src/ontology/edits/oeo-physical.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index c67ba9c62..61226d04c 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -1180,7 +1180,7 @@ Class: OEO_00000022 Annotations: "A hydrogen power unit is a power generating unit using hydrogen as fuel.", - "Wasserstoffkraftwerkblock"@de, + "Wasserstoffkraftwerksblock"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "hydrogen power unit"@en From 5607c14be6c8335a8b4360580594e50897654abb Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:00:29 +0200 Subject: [PATCH 107/126] Update src/ontology/edits/oeo-social.omn Co-authored-by: l-emele <36884905+l-emele@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 ab974fcf4..01e7a243e 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -912,7 +912,7 @@ Class: OEO_00020064 Annotations: "An EU Allowance (EUA) is an emission certificate used in the European Union Emissions Trading System (EU ETS). It permits the emission of a CO2 equivalent quantity of 1 tonne.", - "EU-Berechtigungen"@de, + "EU-Berechtigung"@de, "EU-Klimazertifikate"@de, "EUA"@en, "issue https://github.com/OpenEnergyPlatform/ontology/issues/677 From 31a4bc1eca7c320793738b6167cafcd309914bf3 Mon Sep 17 00:00:00 2001 From: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> Date: Mon, 24 Jun 2024 09:00:42 +0200 Subject: [PATCH 108/126] Update src/ontology/edits/oeo-social.omn Co-authored-by: l-emele <36884905+l-emele@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 01e7a243e..edab73756 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -913,7 +913,7 @@ Class: OEO_00020064 Annotations: "An EU Allowance (EUA) is an emission certificate used in the European Union Emissions Trading System (EU ETS). It permits the emission of a CO2 equivalent quantity of 1 tonne.", "EU-Berechtigung"@de, - "EU-Klimazertifikate"@de, + "EU-Klimazertifikat"@de, "EUA"@en, "issue https://github.com/OpenEnergyPlatform/ontology/issues/677 pull request https://github.com/OpenEnergyPlatform/ontology/pull/740", From 1f85e6fe01c34c743bfe287ed69c80844a09c04c Mon Sep 17 00:00:00 2001 From: l-emele <36884905+l-emele@users.noreply.github.com> Date: Tue, 25 Jun 2024 14:51:22 +0200 Subject: [PATCH 109/126] Apply suggestions from code review Co-authored-by: Vismaya RLI <167083896+vismayajochem@users.noreply.github.com> --- src/ontology/edits/oeo-social.omn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index edab73756..dd1ba422a 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -2428,8 +2428,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/944 move govern axioms to oeo-shared-axioms issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:comment "EU-EHS"@de, - rdfs:comment "Emissionshandelssystem der Europäischen Union"@de, + "EU-EHS"@de, + "Emissionshandelssystem der Europäischen Union"@de, rdfs:label "European Union Emissions Trading System"@en Types: @@ -2490,7 +2490,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1462 move axiom to oeo-shared-axioms issue: https://github.com/OpenEnergyPlatform/ontology/issues/1399 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1724", - rdfs:comment "EU-Klimapolitik"@de, + "EU-Klimapolitik"@de, rdfs:label "EU climate policy"@en Types: From 8f39ff8d089ff9adc0dbca2b51019b08808f0846 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 25 Jun 2024 14:56:59 +0200 Subject: [PATCH 110/126] Fix CHANGELOG.md #1471 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edba4bc05..5671cc021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - quantity (#1839) - model coupling, sector coupling, sector coupling technology (#1842) - emission value, greenhouse gas emission value, CO2 emission value, emission factor value (#1846) +- german alternative labels (#1854, #1862, #1868) ### Changed - has documentation quality (#1834) @@ -106,7 +107,6 @@ We added a lot of classes that are relevant for the OEKG development, i.e. techn - new module oeo-sectors (#1724) - mobility technology, electric mobility technology (#1727) - energy storage object hierarchy, energy storage technology hierarchy (#1728) -- german alternative labels (#1854) (#1862) ### Changed - energy transformation (#1625) From cf5c4d1af4ce6917ecfd6b1f56b1cd6a7e3735c7 Mon Sep 17 00:00:00 2001 From: l-emele <36884905+l-emele@users.noreply.github.com> Date: Tue, 25 Jun 2024 14:57:30 +0200 Subject: [PATCH 111/126] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5671cc021..c0fa1e2bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - quantity (#1839) - model coupling, sector coupling, sector coupling technology (#1842) - emission value, greenhouse gas emission value, CO2 emission value, emission factor value (#1846) -- german alternative labels (#1854, #1862, #1868) +- German alternative labels (#1854, #1862, #1868) ### Changed - has documentation quality (#1834) From 4efd65c0213496d9093a18ebaf37091e3880c119 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 25 Jun 2024 16:13:05 +0200 Subject: [PATCH 112/126] Fix CHANGELOG.md #1471 --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 483229ed6..3d17eba90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -126,10 +126,7 @@ We added a lot of classes that are relevant for the OEKG development, i.e. techn - new module oeo-sectors (#1724) - mobility technology, electric mobility technology (#1727) - energy storage object hierarchy, energy storage technology hierarchy (#1728) -<<<<<<< HEAD -======= -- German alternative labels (#1854, #1862) ->>>>>>> dev + ### Changed - energy transformation (#1625) From 7efa1993548f729e109ac04559735484a3fa5c9f Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Thu, 27 Jun 2024 08:48:49 +0200 Subject: [PATCH 113/126] Convert `software framework` indivuals into `programming languages` and add definitions #869 --- src/ontology/edits/oeo-model.omn | 46 +++++++++++++++++++------------- 1 file changed, 28 insertions(+), 18 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index e9d86b92b..3bace8cd9 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -554,6 +554,9 @@ Class: OEO_00020188 some OEO_00020187 +Class: + + Class: @@ -2588,7 +2591,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1842", OEO_00000275 - Class: OEO_00020411 Annotations: @@ -2629,8 +2631,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1843", SubClassOf: - - + + Class: OEO_00020416 Annotations: @@ -3471,10 +3473,11 @@ Individual: OEO_00000049 Individual: OEO_00000081 Annotations: - rdfs:label "c++"@en + "C++ is a programming languages designed by Bjarne Stroustrup and standardised by ISO/IEC."@en, + rdfs:label "C++"@en Types: - OEO_00000382 + Individual: OEO_00000092 @@ -3533,10 +3536,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1255", Individual: OEO_00000170 Annotations: - rdfs:label "fortran"@en + "Fortran is a programming language designed by John Backus, developed by IBM and standardised by ISO/IEC."@en, + rdfs:label "Fortran"@en Types: - OEO_00000382 + Individual: OEO_00000180 @@ -3596,10 +3600,11 @@ Individual: OEO_00000225 Individual: OEO_00000244 Annotations: - rdfs:label "java"@en + "Java is a programming language designed by James Gosling and developed by Oracle."@en, + rdfs:label "Java"@en Types: - OEO_00000382 + Individual: OEO_00000266 @@ -3650,10 +3655,11 @@ Individual: OEO_00000287 Individual: OEO_00000288 Annotations: - rdfs:label "vba"@en + "VBA is a programming language based on Visual Basic and developed by Microsoft for use within the Microsoft Office software package."@en, + rdfs:label "VBA"@en Types: - OEO_00000382 + Individual: OEO_00000319 @@ -3668,37 +3674,41 @@ Individual: OEO_00000319 Individual: OEO_00000325 Annotations: - rdfs:label "php"@en + "PHP is a programming language designed by Rasmus Lerdorf."@en, + rdfs:label "PHP"@en Types: - OEO_00000382 + Individual: OEO_00000349 Annotations: - rdfs:label "python"@en + "Python is a programming language designed by Guido van Rossum and developed by the Python Software Foundation."@en, + rdfs:label "Python"@en Types: - OEO_00000382 + Individual: OEO_00000351 Annotations: - rdfs:label "r"@en + "R is a programming language designed by Ross Ihaka and Robert Gentleman and the R Core Team.", + rdfs:label "R"@en Types: - OEO_00000382 + Individual: OEO_00000362 Annotations: + "Ruby is a programming language designed by Yukihiro Matsumoto."@en, rdfs:label "ruby"@en Types: - OEO_00000382 + Individual: OEO_00000424 From c82113ed267ef829a1a11b1dd1bb2a56c8d9d304 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Thu, 27 Jun 2024 08:53:34 +0200 Subject: [PATCH 114/126] Split individual `matlab` into two individuals #859 --- src/ontology/edits/oeo-model.omn | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 3bace8cd9..15c70d791 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -92,6 +92,9 @@ ObjectProperty: ObjectProperty: +ObjectProperty: OEO_00000501 + + ObjectProperty: OEO_00000503 @@ -3619,11 +3622,16 @@ Individual: OEO_00000266 Individual: OEO_00000267 Annotations: - rdfs:label "matlab"@en + "The Matlab software framework is a proprietary software framework developed by MathWorks that uses the Matlab programming language."@en, + "Matlab"@en, + rdfs:label "Matlab software framework"@en Types: OEO_00000382 + Facts: + OEO_00000503 OEO_00010487 + Individual: OEO_00000280 @@ -3746,6 +3754,20 @@ Individual: OEO_00000451 OEO_00000120 +Individual: OEO_00010487 + + Annotations: + "Matlab"@en, + rdfs:label "Matlab programming language"@en, + rdfs:label "The Matlab programming language is a programming language developed by MathWorks for use in the Matlab software framework."@en + + Types: + + + Facts: + OEO_00000501 OEO_00000267 + + Individual: OEO_00020027 Annotations: From 646f2a545672c06a097b0291c76a682737d8fcbc Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Thu, 27 Jun 2024 09:04:33 +0200 Subject: [PATCH 115/126] Add term tracker items and update CHANGELOG.md #859 --- CHANGELOG.md | 2 ++ src/ontology/edits/oeo-model.omn | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c034031a..542ab143d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,11 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ## [2.X.X] - 20XX-XX-XX ### Added - subsector, has subsector, subsector of (#1788) +- Matlab programming language (#1869) ### Changed - electricity sector, industry sector, CRF sector (IPCC 2006) individuals (#1788) +- C++, Fortran, Java, Matlab, PHP, Python, R, Ruby, VBA (#1869) ### Removed diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 15c70d791..00f965058 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3477,6 +3477,8 @@ Individual: OEO_00000081 Annotations: "C++ is a programming languages designed by Bjarne Stroustrup and standardised by ISO/IEC."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/859 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1869", rdfs:label "C++"@en Types: @@ -3540,6 +3542,8 @@ Individual: OEO_00000170 Annotations: "Fortran is a programming language designed by John Backus, developed by IBM and standardised by ISO/IEC."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/859 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1869", rdfs:label "Fortran"@en Types: @@ -3604,6 +3608,8 @@ Individual: OEO_00000244 Annotations: "Java is a programming language designed by James Gosling and developed by Oracle."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/859 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1869", rdfs:label "Java"@en Types: @@ -3624,6 +3630,8 @@ Individual: OEO_00000267 Annotations: "The Matlab software framework is a proprietary software framework developed by MathWorks that uses the Matlab programming language."@en, "Matlab"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/859 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1869", rdfs:label "Matlab software framework"@en Types: @@ -3664,6 +3672,8 @@ Individual: OEO_00000288 Annotations: "VBA is a programming language based on Visual Basic and developed by Microsoft for use within the Microsoft Office software package."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/859 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1869", rdfs:label "VBA"@en Types: @@ -3683,6 +3693,8 @@ Individual: OEO_00000325 Annotations: "PHP is a programming language designed by Rasmus Lerdorf."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/859 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1869", rdfs:label "PHP"@en Types: @@ -3693,6 +3705,8 @@ Individual: OEO_00000349 Annotations: "Python is a programming language designed by Guido van Rossum and developed by the Python Software Foundation."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/859 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1869", rdfs:label "Python"@en Types: @@ -3703,6 +3717,8 @@ Individual: OEO_00000351 Annotations: "R is a programming language designed by Ross Ihaka and Robert Gentleman and the R Core Team.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/859 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1869", rdfs:label "R"@en Types: @@ -3713,6 +3729,8 @@ Individual: OEO_00000362 Annotations: "Ruby is a programming language designed by Yukihiro Matsumoto."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/859 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1869", rdfs:label "ruby"@en Types: @@ -3758,6 +3776,8 @@ Individual: OEO_00010487 Annotations: "Matlab"@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/859 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1869", rdfs:label "Matlab programming language"@en, rdfs:label "The Matlab programming language is a programming language developed by MathWorks for use in the Matlab software framework."@en From e12b0b2c80dc9242d92f2de84debea5b3e61f916 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Thu, 27 Jun 2024 09:05:49 +0200 Subject: [PATCH 116/126] Change `VBA` to `Visual Basic for Applications` #859 --- src/ontology/edits/oeo-model.omn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 00f965058..bc145e746 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3671,10 +3671,11 @@ Individual: OEO_00000287 Individual: OEO_00000288 Annotations: - "VBA is a programming language based on Visual Basic and developed by Microsoft for use within the Microsoft Office software package."@en, + "Visual Basic for Applications (VBA) is a programming language based on Visual Basic and developed by Microsoft for use within the Microsoft Office software package."@en, + "VBA"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/859 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1869", - rdfs:label "VBA"@en + rdfs:label "Visual Basic for Applications"@en Types: From d5e756a5af7e4fb23bbe1788e3d2765ed1dc5b34 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 28 Jun 2024 11:08:21 +0200 Subject: [PATCH 117/126] Import SKOS mapping relations #636 --- src/ontology/edits/oeo-model.omn | 10 ++++++++++ src/ontology/edits/oeo-physical.omn | 10 ++++++++++ src/ontology/edits/oeo-sector.omn | 10 ++++++++++ src/ontology/edits/oeo-shared.omn | 10 ++++++++++ src/ontology/edits/oeo-social.omn | 10 ++++++++++ 5 files changed, 50 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index fa72f9121..8b3b57c89 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3,6 +3,7 @@ Prefix: dc: Prefix: owl: Prefix: rdf: Prefix: rdfs: +Prefix: skos: Prefix: xml: Prefix: xsd: @@ -59,6 +60,15 @@ AnnotationProperty: rdfs:isDefinedBy AnnotationProperty: rdfs:label +AnnotationProperty: skos:closeMatch + + +AnnotationProperty: skos:exactMatch + + +AnnotationProperty: skos:relatedMatch + + Datatype: rdf:PlainLiteral diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index e9ba2f415..f78348bd0 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -3,6 +3,7 @@ Prefix: dc: Prefix: owl: Prefix: rdf: Prefix: rdfs: +Prefix: skos: Prefix: xml: Prefix: xsd: @@ -71,6 +72,15 @@ AnnotationProperty: rdfs:isDefinedBy AnnotationProperty: rdfs:label +AnnotationProperty: skos:closeMatch + + +AnnotationProperty: skos:exactMatch + + +AnnotationProperty: skos:relatedMatch + + Datatype: rdf:PlainLiteral diff --git a/src/ontology/edits/oeo-sector.omn b/src/ontology/edits/oeo-sector.omn index c5cc30d5f..f02a00af3 100644 --- a/src/ontology/edits/oeo-sector.omn +++ b/src/ontology/edits/oeo-sector.omn @@ -3,6 +3,7 @@ Prefix: dc: Prefix: owl: Prefix: rdf: Prefix: rdfs: +Prefix: skos: Prefix: xml: Prefix: xsd: @@ -74,6 +75,15 @@ AnnotationProperty: rdfs:label AnnotationProperty: rdfs:seeAlso +AnnotationProperty: skos:closeMatch + + +AnnotationProperty: skos:exactMatch + + +AnnotationProperty: skos:relatedMatch + + Datatype: rdf:PlainLiteral diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index cd1c7eff3..5fe4aca1c 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -3,6 +3,7 @@ Prefix: dc: Prefix: owl: Prefix: rdf: Prefix: rdfs: +Prefix: skos: Prefix: xml: Prefix: xsd: @@ -105,6 +106,15 @@ AnnotationProperty: rdfs:label AnnotationProperty: rdfs:seeAlso +AnnotationProperty: skos:closeMatch + + +AnnotationProperty: skos:exactMatch + + +AnnotationProperty: skos:relatedMatch + + Datatype: rdf:PlainLiteral diff --git a/src/ontology/edits/oeo-social.omn b/src/ontology/edits/oeo-social.omn index 9f7dc6846..d336eacdf 100644 --- a/src/ontology/edits/oeo-social.omn +++ b/src/ontology/edits/oeo-social.omn @@ -3,6 +3,7 @@ Prefix: dc: Prefix: owl: Prefix: rdf: Prefix: rdfs: +Prefix: skos: Prefix: xml: Prefix: xsd: @@ -74,6 +75,15 @@ AnnotationProperty: rdfs:seeAlso Datatype: rdf:PlainLiteral +AnnotationProperty: skos:closeMatch + + +AnnotationProperty: skos:exactMatch + + +AnnotationProperty: skos:relatedMatch + + Datatype: xsd:string From 8032132aec040a8fdf5bce548495c3bc44eda0ce Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 28 Jun 2024 11:34:52 +0200 Subject: [PATCH 118/126] Update CHANGELOG.md #636 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d17eba90..933546b0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ## [2.X.X] - 20XX-XX-XX ### Added - subsector, has subsector, subsector of (#1788) +- SKOS annotaions: skos:closeMatch, skos:exactMatch, skos:relatedMatch (#1874) ### Changed - electricity sector, industry sector, CRF sector (IPCC 2006) individuals (#1788) From c5ca0b66965cdb0fb09956b05e54c5661a626ebf Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 28 Jun 2024 19:52:24 +0200 Subject: [PATCH 119/126] Match programming language to the Software Ontology (SWO) #859 --- src/ontology/edits/catalog-v001.xml | 4 ++-- src/ontology/edits/oeo-model.omn | 29 +++++++++++++++++++---------- 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/src/ontology/edits/catalog-v001.xml b/src/ontology/edits/catalog-v001.xml index 9afbc6f61..cd9313ca6 100644 --- a/src/ontology/edits/catalog-v001.xml +++ b/src/ontology/edits/catalog-v001.xml @@ -9,7 +9,7 @@ - - + + diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index d238311e6..182ffd89b 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3504,7 +3504,8 @@ Individual: OEO_00000081 "C++ is a programming languages designed by Bjarne Stroustrup and standardised by ISO/IEC."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/859 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1869", - rdfs:label "C++"@en + rdfs:label "C++"@en, + skos:closeMatch Types: @@ -3567,10 +3568,11 @@ Individual: OEO_00000170 Annotations: "Fortran is a programming language designed by John Backus, developed by IBM and standardised by ISO/IEC."@en, + "Fortran"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/859 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1869", - "Fortran"@de, - rdfs:label "Fortran"@en + rdfs:label "Fortran"@en, + skos:closeMatch Types: @@ -3638,7 +3640,8 @@ Individual: OEO_00000244 "Java is a programming language designed by James Gosling and developed by Oracle."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/859 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1869", - rdfs:label "Java"@en + rdfs:label "Java"@en, + skos:closeMatch Types: @@ -3703,7 +3706,8 @@ Individual: OEO_00000288 "VBA"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/859 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1869", - rdfs:label "Visual Basic for Applications"@en + rdfs:label "Visual Basic for Applications"@en, + skos:relatedMatch Types: @@ -3724,7 +3728,8 @@ Individual: OEO_00000325 "PHP is a programming language designed by Rasmus Lerdorf."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/859 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1869", - rdfs:label "PHP"@en + rdfs:label "PHP"@en, + skos:closeMatch Types: @@ -3736,7 +3741,8 @@ Individual: OEO_00000349 "Python is a programming language designed by Guido van Rossum and developed by the Python Software Foundation."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/859 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1869", - rdfs:label "Python"@en + rdfs:label "Python"@en, + skos:closeMatch Types: @@ -3748,7 +3754,8 @@ Individual: OEO_00000351 "R is a programming language designed by Ross Ihaka and Robert Gentleman and the R Core Team.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/859 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1869", - rdfs:label "R"@en + rdfs:label "R"@en, + skos:closeMatch Types: @@ -3760,7 +3767,8 @@ Individual: OEO_00000362 "Ruby is a programming language designed by Yukihiro Matsumoto."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/859 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1869", - rdfs:label "ruby"@en + rdfs:label "Ruby"@en, + skos:closeMatch Types: @@ -3808,7 +3816,8 @@ Individual: OEO_00010487 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/859 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1869", rdfs:label "Matlab programming language"@en, - rdfs:label "The Matlab programming language is a programming language developed by MathWorks for use in the Matlab software framework."@en + rdfs:label "The Matlab programming language is a programming language developed by MathWorks for use in the Matlab software framework."@en, + skos:closeMatch Types: From 7a580c4d1107d82f301dbe265658d2da83d0cb1c Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Fri, 28 Jun 2024 20:39:30 +0200 Subject: [PATCH 120/126] Convert ENVO matchings from `iao:may be identical` to `skos:closeMatch` #636 --- src/ontology/edits/oeo-physical.omn | 171 ++++++++++++++-------------- src/ontology/edits/oeo-shared.omn | 6 +- 2 files changed, 88 insertions(+), 89 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index f78348bd0..2bed13067 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -931,11 +931,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", + rdfs:label "chemical energy"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_2000023", - rdfs:label "chemical energy"@en + skos:closeMatch SubClassOf: OEO_00000150 @@ -1580,11 +1580,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1310 changed bearer to material entity issue: https://github.com/OpenEnergyPlatform/ontology/issues/1376 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1638", + rdfs:label "waste role"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_01000665", - rdfs:label "waste role"@en + skos:closeMatch SubClassOf: , @@ -1597,11 +1597,11 @@ Class: OEO_00000043 "Wind is a process of air naturally moving.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/211 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/225", + rdfs:label "wind"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_01000793", - rdfs:label "wind"@en + skos:closeMatch SubClassOf: , @@ -1679,11 +1679,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1009 remove axiom 'is used by' some 'energy storage unit' issue: https://github.com/OpenEnergyPlatform/ontology/issues/1495 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1499", + rdfs:label "air"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_00002005", - rdfs:label "air"@en + skos:closeMatch SubClassOf: OEO_00010236, @@ -1700,11 +1700,11 @@ Class: OEO_00000055 "https://en.wikipedia.org/w/index.php?title=Air_pollution&oldid=877082014"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/406 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/410", + rdfs:label "air pollution"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_02500037", - rdfs:label "air pollution"@en + skos:closeMatch SubClassOf: OEO_00000330, @@ -1730,12 +1730,12 @@ Class: OEO_00000058 "Anthracite is a hard coal with a high caloric value due to its high carbon content (about 90 % fixed carbon).", "Anthrazit"@de, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, + rdfs:comment "Its gross calorific value is greater than 23 865 kJ/kg (5 700 kcal/kg) on an ash-free but moist basis."@en, + rdfs:label "anthracite"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_2000011", - rdfs:comment "Its gross calorific value is greater than 23 865 kJ/kg (5 700 kcal/kg) on an ash-free but moist basis."@en, - rdfs:label "anthracite"@en + skos:closeMatch SubClassOf: OEO_00000204 @@ -1896,11 +1896,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/952 improve definition and make subclass of gas mixture: issue: https://github.com/OpenEnergyPlatform/ontology/issues/988 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1009", + rdfs:label "biogas"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_01000556", - rdfs:label "biogas"@en + skos:closeMatch SubClassOf: OEO_00010236, @@ -1961,11 +1961,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/952 add axiom to secondary energy carrier disposition issue:https://github.com/OpenEnergyPlatform/ontology/issues/1222 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", + rdfs:label "charcoal"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_01000560", - rdfs:label "charcoal"@en + skos:closeMatch SubClassOf: OEO_00000331, @@ -1982,12 +1982,12 @@ Class: OEO_00000088 "Coal is a portion of matter consisting of combustible black or brownish-black sedimentary rock, formed as rock strata called coal seams."@en, "Kohle"@de, "https://en.wikipedia.org/w/index.php?title=Coal&oldid=907331967", + rdfs:comment "Coal is mostly carbon with variable amounts of other elements; chiefly hydrogen, sulphur, oxygen, and nitrogen. Coal is formed if dead plant matter decays into peat and over millions of years the heat and pressure of deep burial converts the peat into coal.", + rdfs:label "coal"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_02000091", - rdfs:comment "Coal is mostly carbon with variable amounts of other elements; chiefly hydrogen, sulphur, oxygen, and nitrogen. Coal is formed if dead plant matter decays into peat and over millions of years the heat and pressure of deep burial converts the peat into coal.", - rdfs:label "coal"@en + skos:closeMatch SubClassOf: OEO_00000331, @@ -2008,11 +2008,11 @@ Class: OEO_00000089 "Kohlekraftwerk"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "coal power plant"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_2000038", - rdfs:label "coal power plant"@en + skos:closeMatch SubClassOf: OEO_00000031, @@ -2268,11 +2268,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1395 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", + rdfs:label "electrical energy"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_2000020", - rdfs:label "electrical energy"@en + skos:closeMatch SubClassOf: OEO_00000150, @@ -2743,11 +2743,11 @@ Class: OEO_00000191 "Geothermie"@de, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/727 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/739", + rdfs:label "geothermal energy"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_2000034", - rdfs:label "geothermal energy"@en + skos:closeMatch SubClassOf: OEO_00000207, @@ -2760,11 +2760,11 @@ Class: OEO_00000192 "A geothermal power plant is a power plant that has geothermal power units as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "geothermal power plant"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_00002215", - rdfs:label "geothermal power plant"@en + skos:closeMatch SubClassOf: OEO_00000031, @@ -2922,11 +2922,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652"@en, + rdfs:label "thermal energy"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_2000032", - rdfs:label "thermal energy"@en + skos:closeMatch SubClassOf: OEO_00000150 @@ -3194,14 +3194,14 @@ Class: OEO_00000251 Annotations: "Lignite is coal that is non-agglomerating with a gross calorific value less than 17 435 kJ/kg (4 165 kcal/kg) and greater than 31 % volatile matter on a dry mineral matter free basis."@en, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_2000008", rdfs:comment "Oil shale and tar sands produced and combusted directly should be reported in this category. Oil shale and tar sands used as inputs for other transformation processes should also be reported in this category. This includes the portion of the oil shale or tar sands consumed in the transformation process.", - rdfs:label "lignite"@en + rdfs:label "lignite"@en, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + skos:closeMatch SubClassOf: OEO_00000088, @@ -3218,11 +3218,11 @@ Class: OEO_00000252 "A lignite power plant is a coal power plant that has lignite power units as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "lignite power plant"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_2000040", - rdfs:label "lignite power plant"@en + skos:closeMatch SubClassOf: OEO_00000089, @@ -3418,14 +3418,14 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/431 improve definition and make subclass of gas mixture and add disjoints: issue: https://github.com/OpenEnergyPlatform/ontology/issues/988 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1009", - - Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_01000552", rdfs:comment "It includes both ‘non-associated’ gas originating from fields producing hydrocarbons only in gaseous form, and ‘associated’ gas produced in association with crude oil as well as methane recovered from coal mines (colliery gas) or from coal seams (coal seam gas). It does not include gases created by anaerobic digestion of biomass (e.g. municipal or sewage gas) nor gasworks gas.", - rdfs:label "natural gas"@en + rdfs:label "natural gas"@en, + + Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" + skos:closeMatch SubClassOf: OEO_00010236, @@ -3522,11 +3522,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/225 conversion to nuclear binding energy issue: https://github.com/OpenEnergyPlatform/ontology/issues/522 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/698", + rdfs:label "nuclear binding energy"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_2000025", - rdfs:label "nuclear binding energy"@en + skos:closeMatch SubClassOf: OEO_00000150, @@ -3556,11 +3556,11 @@ Class: OEO_00000303 "A nuclear power plant is a power plant that has nuclear power units as parts.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "nuclear power plant"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_00002271", - rdfs:label "nuclear power plant"@en + skos:closeMatch SubClassOf: OEO_00000031, @@ -3650,11 +3650,11 @@ Class: OEO_00000318 "PM", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", + rdfs:label "particulate matter"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_01000060", - rdfs:label "particulate matter"@en + skos:closeMatch SubClassOf: OEO_00000331, @@ -3669,11 +3669,11 @@ Class: OEO_00000320 "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/942 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1003", + rdfs:label "peat"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_00005774", - rdfs:label "peat"@en + skos:closeMatch SubClassOf: OEO_00000331, @@ -3722,11 +3722,11 @@ Class: OEO_00000330 "Pollution is an emission with a negative effect on the environment or organisms."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/56 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234", + rdfs:label "pollution"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_02500036", - rdfs:label "pollution"@en + skos:closeMatch SubClassOf: OEO_00000147 @@ -4044,11 +4044,11 @@ Class: OEO_00000386 "A solar power plant is a power plant that has solar power units as parts."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/750 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", + rdfs:label "solar power plant"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_2000041", - rdfs:label "solar power plant"@en + skos:closeMatch SubClassOf: OEO_00000031, @@ -4229,11 +4229,11 @@ Class: OEO_00000401 Annotations: "Sub bituminous coal is coal that is non-agglomerating with a gross calorific value between 17 435 kJ/kg (4 165 kcal/kg) and 23 865 kJ/kg (5 700 kcal/kg) containing more than 31 % volatile matter on a dry mineral matter free basis."@en, "REGULATION (EC) No 1099/2008 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 22 October 2008 on energy statistics https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32008R1099&from=EN"@en, + rdfs:label "sub bituminous coal"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_2000009", - rdfs:label "sub bituminous coal"@en + skos:closeMatch SubClassOf: OEO_00000088 @@ -4654,11 +4654,11 @@ Class: OEO_00010009 "This definition is partly based on Article 2 of the European Air Quality Directive (2008/50/EC): https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32008L0050", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", + rdfs:label "PM10"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_01000405", - rdfs:label "PM10"@en + skos:closeMatch SubClassOf: OEO_00000318 @@ -4671,11 +4671,11 @@ Class: OEO_00010010 "This definition is partly based on Article 2 of the European Air Quality Directive (2008/50/EC): https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32008L0050", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/263 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", + rdfs:label "PM2.5"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_01000415", - rdfs:label "PM2.5"@en + skos:closeMatch SubClassOf: OEO_00000318 @@ -4932,11 +4932,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1359 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", + rdfs:label "vehicle"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_01000604", - rdfs:label "vehicle"@en + skos:closeMatch SubClassOf: OEO_00000061, @@ -5145,11 +5145,11 @@ https://github.com/OpenEnergyPlatform/ontology/pull/993 change produces energy axiom to 'has energy output': issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", + rdfs:label "motor"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_01000610", - rdfs:label "motor"@en + skos:closeMatch SubClassOf: OEO_00000011, @@ -5491,8 +5491,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/765 Make river a subclass of water body: issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", - "http://purl.obolibrary.org/obo/ENVO_00000022", - rdfs:label "river"@en + rdfs:label "river"@en, + skos:closeMatch SubClassOf: OEO_00010104, @@ -5640,8 +5640,8 @@ Class: OEO_00010101 "Tidal flow is a water flow during which movements of water masses caused by varying gravitational and rotational forces from sun and moon, combined with the rotation of the earth, cause waters to undergo periodic depth oscillations (tides).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", - "http://purl.obolibrary.org/obo/ENVO_01001342", - rdfs:label "tidal flow"@en + rdfs:label "tidal flow"@en, + skos:closeMatch SubClassOf: OEO_00110002 @@ -9050,11 +9050,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/600 issue: https://github.com/OpenEnergyPlatform/ontology/issues/1031 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1447", + rdfs:label "radiation"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_01001023", - rdfs:label "radiation"@en + skos:closeMatch SubClassOf: OEO_00020103, @@ -9073,11 +9073,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/600 Add alternative label and editor note: issue: https://github.com/OpenEnergyPlatform/ontology/issues/1076 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1448", + rdfs:label "solar radiation"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_01001862", - rdfs:label "solar radiation"@en + skos:closeMatch SubClassOf: OEO_00020037 @@ -9114,11 +9114,11 @@ Class: OEO_00020040 "Radiative energy is energy that has been transmitted by a radiation process.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/660 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/665", + rdfs:label "radiative energy"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_2000030", - rdfs:label "radiative energy"@en + skos:closeMatch SubClassOf: OEO_00000150 @@ -9148,12 +9148,12 @@ Class: OEO_00020045 Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/628 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/670", + rdfs:comment "Potential energy is the energy that a material entity contains due to its position relative to other material entities or to stresses within itself.", + rdfs:label "potential energy"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_2000016", - rdfs:comment "Potential energy is the energy that a material entity contains due to its position relative to other material entities or to stresses within itself.", - rdfs:label "potential energy"@en + skos:closeMatch SubClassOf: OEO_00000150 @@ -10019,9 +10019,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1615 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - "http://purl.obolibrary.org/obo/ENVO_01001364 -A climate system is a system that has five interacting components: the atmosphere (air), the hydrosphere (water), the cryosphere (ice and permafrost), the lithosphere (earth's upper rocky layer) and the biosphere (living things).", - rdfs:label "climate system"@en + rdfs:label "climate system"@en, + skos:closeMatch SubClassOf: @@ -11247,11 +11246,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1309 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", + rdfs:label "transport"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_02000125", - rdfs:label "transport"@en + skos:closeMatch SubClassOf: , @@ -12231,8 +12230,8 @@ Class: OEO_00140162 "A power plant with electromotive generator is a power plant that has an electro motive generator.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810", - "http://purl.obolibrary.org/obo/ENVO_00002214", - rdfs:label "power plant with electro motive generator"@en + rdfs:label "power plant with electro motive generator"@en, + skos:closeMatch EquivalentTo: OEO_00000031 @@ -12403,11 +12402,11 @@ Class: OEO_00230020 "Kinetic energy is the energy that a material entity possesses due to its motion. It is defined as the work needed to accelerate a body of a given mass from rest to a stated velocity."@en, "issue: https://github.com/OpenEnergyPlatform/ontology/issues/522 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/609"@en, + rdfs:label "kinetic energy"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_2000017", - rdfs:label "kinetic energy"@en + skos:closeMatch SubClassOf: OEO_00000150 diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 5fe4aca1c..7ecd3a911 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1387,12 +1387,12 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1485 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", + rdfs:comment "Energy is power integrated over time.", + rdfs:label "energy"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" - "http://purl.obolibrary.org/obo/ENVO_2000015", - rdfs:comment "Energy is power integrated over time.", - rdfs:label "energy"@en + skos:closeMatch SubClassOf: , From ad8533caab6aada49c9b45bc327d48485441b201 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Mon, 1 Jul 2024 09:33:37 +0200 Subject: [PATCH 121/126] Update term tracker items and CHANGELOG.md #636 --- CHANGELOG.md | 3 +- src/ontology/edits/oeo-physical.omn | 222 +++++++++++++++++++++++----- src/ontology/edits/oeo-shared.omn | 6 +- 3 files changed, 192 insertions(+), 39 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 933546b0d..e6ac81048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,12 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ## [2.X.X] - 20XX-XX-XX ### Added - subsector, has subsector, subsector of (#1788) -- SKOS annotaions: skos:closeMatch, skos:exactMatch, skos:relatedMatch (#1874) +- SKOS annotations: skos:closeMatch, skos:exactMatch, skos:relatedMatch (#1874) ### Changed - electricity sector, industry sector, CRF sector (IPCC 2006) individuals (#1788) - German alternative labels (#1862, #1868) +- ENVO mappings (#1879) ### Removed diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 2bed13067..7b0d12278 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -934,7 +934,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", rdfs:label "chemical energy"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -1583,7 +1587,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1638", rdfs:label "waste role"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -1600,7 +1608,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/225", rdfs:label "wind"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -1682,7 +1694,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1499", rdfs:label "air"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -1703,7 +1719,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/410", rdfs:label "air pollution"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -1734,7 +1754,11 @@ Class: OEO_00000058 rdfs:label "anthracite"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -1899,7 +1923,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1009", rdfs:label "biogas"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -1964,7 +1992,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1243", rdfs:label "charcoal"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -1986,7 +2018,11 @@ Class: OEO_00000088 rdfs:label "coal"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -2011,7 +2047,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "coal power plant"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -2271,7 +2311,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", rdfs:label "electrical energy"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -2746,7 +2790,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/739", rdfs:label "geothermal energy"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -2763,7 +2811,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "geothermal power plant"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -2925,7 +2977,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652"@en, rdfs:label "thermal energy"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -3200,7 +3256,11 @@ This includes the portion of the oil shale or tar sands consumed in the transfor rdfs:label "lignite"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -3221,7 +3281,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "lignite power plant"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -3424,7 +3488,11 @@ It does not include gases created by anaerobic digestion of biomass (e.g. munici rdfs:label "natural gas"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -3525,7 +3593,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/698", rdfs:label "nuclear binding energy"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -3653,7 +3725,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", rdfs:label "particulate matter"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -3672,7 +3748,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1003", rdfs:label "peat"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -3725,7 +3805,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/234", rdfs:label "pollution"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -4047,7 +4131,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/752", rdfs:label "solar power plant"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -4232,7 +4320,11 @@ Class: OEO_00000401 rdfs:label "sub bituminous coal"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -4657,7 +4749,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", rdfs:label "PM10"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -4674,7 +4770,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/356", rdfs:label "PM2.5"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -4935,7 +5035,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", rdfs:label "vehicle"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -5148,7 +5252,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006", rdfs:label "motor"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -5490,7 +5598,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/765 Make river a subclass of water body: issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879", rdfs:label "river"@en, skos:closeMatch @@ -5639,7 +5751,11 @@ Class: OEO_00010101 Annotations: "Tidal flow is a water flow during which movements of water masses caused by varying gravitational and rotational forces from sun and moon, combined with the rotation of the earth, cause waters to undergo periodic depth oscillations (tides).", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/762 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/806 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879", rdfs:label "tidal flow"@en, skos:closeMatch @@ -9053,7 +9169,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1447", rdfs:label "radiation"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -9076,7 +9196,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1448", rdfs:label "solar radiation"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -9117,7 +9241,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/665", rdfs:label "radiative energy"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -9152,7 +9280,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/670", rdfs:label "potential energy"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -10018,7 +10150,11 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/1329 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1615 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 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879", rdfs:label "climate system"@en, skos:closeMatch @@ -11249,7 +11385,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", rdfs:label "transport"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: @@ -12229,7 +12369,11 @@ Class: OEO_00140162 Annotations: "A power plant with electromotive generator is a power plant that has an electro motive generator.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879", rdfs:label "power plant with electro motive generator"@en, skos:closeMatch @@ -12405,7 +12549,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/609"@en, rdfs:label "kinetic energy"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: diff --git a/src/ontology/edits/oeo-shared.omn b/src/ontology/edits/oeo-shared.omn index 7ecd3a911..2ad87ac30 100644 --- a/src/ontology/edits/oeo-shared.omn +++ b/src/ontology/edits/oeo-shared.omn @@ -1391,7 +1391,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", rdfs:label "energy"@en, Annotations: "issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/810 + +Convert to skos:closeMatch +issue: https://github.com/OpenEnergyPlatform/ontology/issues/636 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1879" skos:closeMatch SubClassOf: From b8764c4b23a3c0235a89093907a05df592966afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nele=20K=C3=B6hler?= <135724657+nelekoehler@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:44:35 +0200 Subject: [PATCH 122/126] Update oeo-physical.omn --- src/ontology/edits/oeo-physical.omn | 35 ++++++++++------------------- 1 file changed, 12 insertions(+), 23 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index f78348bd0..e7cb2ac2b 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -5265,17 +5265,24 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", Class: OEO_00010079 Annotations: - "An emission quantity value is a quantity value that has a mass unit as unit. It is the quantity value of an emission value."@en, + "An emission value is a quantity value that quantifies an emission rate and has a mass unit."@en, + "emission quantity value", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/695 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/697 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652", - rdfs:label "emission quantity value"@en +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 + +restructuring emission rate and emission value +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1759 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1846", + "It can be calculated using the an emission factor.", + rdfs:label "emission value"@en SubClassOf: OEO_00000350, + OEO_00020056 some OEO_00140081, OEO_00040010 some @@ -11872,7 +11879,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1846", rdfs:label "carbon dioxide equivalent quantity value"@en SubClassOf: - OEO_00340064 + OEO_00010079 Class: OEO_00140091 @@ -14832,24 +14839,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1846", OEO_00140127 -Class: OEO_00340064 - - Annotations: - "An emission value is a quantity value that quantifies an emission rate and has a mass unit.", - "Emissionswert"@de, - "emission quantity value", - "restructuring emission rate and emission value -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1759 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1846", - "It can be calculated using the an emission factor.", - rdfs:label "emission value"@en - - SubClassOf: - OEO_00000350, - OEO_00020056 some OEO_00140081, - OEO_00040010 some - - Class: OEO_00340065 Annotations: @@ -14860,7 +14849,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1846", rdfs:label "greenhouse gas emission value"@en SubClassOf: - OEO_00340064, + OEO_00010079, OEO_00020056 some OEO_00140082 From 3baa4e39cd982dcd11dafc4d54d59f97a96271fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nele=20K=C3=B6hler?= <135724657+nelekoehler@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:03:15 +0200 Subject: [PATCH 123/126] change of language label, Changelog and term tracker --- CHANGELOG.md | 4 ++++ src/ontology/edits/oeo-physical.omn | 26 +++++++++++++++++++++----- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72b011584..d67bfa982 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,6 +66,10 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - API -> application programming interface; GUI -> graphical user interface (#1810) - forecasting model calculation (#1799) - uo-extracted.owl (#1820) +- emission factor value (#1880) + +### Removed +- emission value (#1880) ## [2.1.0] - 2023-12-05 diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index e7cb2ac2b..2cbb6c96f 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -5276,7 +5276,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652 restructuring emission rate and emission value issue: https://github.com/OpenEnergyPlatform/ontology/issues/1759 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1846", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1846 + +Correction of implementing mistake concerning emission value +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1759 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1880", "It can be calculated using the an emission factor.", rdfs:label "emission value"@en @@ -14832,8 +14836,12 @@ Class: OEO_00340063 "An emission factor value is a fraction value that quantifies an emission factor as quotient of the emissions or removals of a gas per unit activity.", "restructuring emission rate and emission value issue: https://github.com/OpenEnergyPlatform/ontology/issues/1759 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1846", - rdfs:label "emission factor value"@de +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1846 + +Correction of implementing mistake concerning emission value +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1759 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1880", + rdfs:label "emission factor value"@en SubClassOf: OEO_00140127 @@ -14845,7 +14853,11 @@ Class: OEO_00340065 "A greenhouse gas emission value is an emission value that quantifies a greenhouse gas emission rate and has a mass unit.", "restructuring emission rate and emission value issue: https://github.com/OpenEnergyPlatform/ontology/issues/1759 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1846", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1846 + +Correction of implementing mistake concerning emission value +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1759 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1880", rdfs:label "greenhouse gas emission value"@en SubClassOf: @@ -14859,7 +14871,11 @@ Class: OEO_00340066 "A CO2 emission value is a greenhouse gas emission value that quantifies a CO2 emission rate and has a mass unit.", "restructuring emission rate and emission value issue: https://github.com/OpenEnergyPlatform/ontology/issues/1759 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1846", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1846 + +Correction of implementing mistake concerning emission value +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1759 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1880", rdfs:label "CO2 emission value"@en SubClassOf: From b6906d617b24ebcccab4214eeeeec13a8015c7fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nele=20K=C3=B6hler?= <135724657+nelekoehler@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:33:35 +0200 Subject: [PATCH 124/126] Update oeo-physical.omn --- src/ontology/edits/oeo-physical.omn | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 2cbb6c96f..ede6f3bc3 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -5266,6 +5266,7 @@ Class: OEO_00010079 Annotations: "An emission value is a quantity value that quantifies an emission rate and has a mass unit."@en, + "Emissionswert"@de, "emission quantity value", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/695 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/697 From e015c55a158cd3ee3143524fd624ad0d27570f93 Mon Sep 17 00:00:00 2001 From: christian-rli Date: Mon, 1 Jul 2024 15:27:38 +0200 Subject: [PATCH 125/126] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e07b243c7..468e09365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ ## [2.X.X] - 20XX-XX-XX ### Added + +### Changed + +### Removed + +## [2.4.0] - 2024-07-01 +### Added - subsector, has subsector, subsector of (#1788) - Matlab programming language (#1869) - SKOS annotations: skos:closeMatch, skos:exactMatch, skos:relatedMatch (#1874) @@ -15,8 +22,10 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - German alternative labels (#1862, #1868) - C++, Fortran, Java, Matlab, PHP, Python, R, Ruby, VBA (#1869) - ENVO mappings (#1879) +- emission factor value (#1880) ### Removed +- emission value (#1880) ## [2.3.0] - 2024-05-21 @@ -67,10 +76,8 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/ - API -> application programming interface; GUI -> graphical user interface (#1810) - forecasting model calculation (#1799) - uo-extracted.owl (#1820) -- emission factor value (#1880) ### Removed -- emission value (#1880) ## [2.1.0] - 2023-12-05 From 50afad021b6e54d8824dad8c47d279802bc4acc0 Mon Sep 17 00:00:00 2001 From: christian-rli Date: Mon, 1 Jul 2024 15:28:03 +0200 Subject: [PATCH 126/126] Update VERSION and CITATION.md --- CITATION.cff | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 99eb7ecf9..f1e7ce7d6 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -154,7 +154,7 @@ authors: title: "Open Energy Ontology (OEO)" type: software license: CC0-1.0 -version: 2.3.0 +version: 2.4.0 doi: -date-released: 2024-05-21 +date-released: 2024-07-01 url: "https://github.com/OpenEnergyPlatform/ontology" diff --git a/VERSION b/VERSION index 276cbf9e2..197c4d5c2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.0 +2.4.0