From f4d9da491b885fa0f716583a9039f31ffbf417b0 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 15 Apr 2025 00:40:49 +0200 Subject: [PATCH 01/33] Proposed implementation of 'voltage level' --- src/ontology/edits/oeo-physical.omn | 102 ++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 16233f04d..8a612900f 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -51,6 +51,9 @@ AnnotationProperty: AnnotationProperty: +AnnotationProperty: + + AnnotationProperty: OEO_00020425 @@ -87,6 +90,12 @@ AnnotationProperty: skos:relatedMatch Datatype: rdf:PlainLiteral +Datatype: xsd:decimal + + +Datatype: xsd:integer + + Datatype: xsd:string @@ -695,6 +704,9 @@ ObjectProperty: OEO_00240025 ObjectProperty: owl:topObjectProperty +DataProperty: OEO_00140178 + + Class: @@ -808,6 +820,9 @@ Class: Class: +Class: + + Class: @@ -15865,6 +15880,33 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1900", +Class: OEO_00410050 + + Annotations: + "A voltage level is a quality inherent in an electricity grid, electricity grid component or energy system representing the electrical potential difference present during its operation."@en, + "Spannungsebene"@de, + rdfs:label "voltage level"@en, + "https://www.smard.de/page/en/wiki-article/5884/214026" + + EquivalentTo: + {OEO_00410051 , OEO_00410052 , OEO_00410053 , OEO_00410054} + + SubClassOf: + + + +Class: OEO_00410055 + + Annotations: + "An electric potential difference value is a quantity value that has an electric potential difference unit as unit."@en, + "Spannungsmenge"@de, + rdfs:label "electric potential difference value"@en + + SubClassOf: + OEO_00000350, + OEO_00040010 some + + Individual: OEO_00000182 Annotations: @@ -15922,6 +15964,66 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2019", OEO_00000395 +Individual: OEO_00410051 + + Annotations: + "Niederspannungsebene"@de, + "A low voltage level is a voltage level describing an electric potential difference of 400 volts.", + rdfs:label "low voltage level"@en, + "https://www.smard.de/page/en/wiki-article/5884/214026" + + Types: + OEO_00410050, + OEO_00140002 some + (OEO_00410055 + and (OEO_00140178 value 400)) + + +Individual: OEO_00410052 + + Annotations: + "A medium voltage level is a voltage level describing an electric potential difference between 10,000 and 30,000 volts."@en, + "Mittelspannungsebene"@de, + rdfs:label "medium voltage level"@en, + "https://www.smard.de/page/en/wiki-article/5884/214026" + + Types: + OEO_00410050, + OEO_00140002 some + (OEO_00410055 + and (OEO_00140178 some xsd:decimal[>= 10000 , <= 30000])) + + +Individual: OEO_00410053 + + Annotations: + "A high voltage level is a voltage level describing an electric potential difference of 110,000 volts."@en, + "Hochspannungsebene"@de, + rdfs:label "high voltage level"@en, + "https://www.smard.de/page/en/wiki-article/5884/214026" + + Types: + OEO_00410050, + OEO_00140002 some + (OEO_00410055 + and (OEO_00140178 value 110000)) + + +Individual: OEO_00410054 + + Annotations: + "A extra high voltage level is a voltage level describing an electric potential difference between 220,000 and 380,000 volts."@en, + "Höchstspannungsebene"@de, + rdfs:label "extra high voltage level"@en, + "https://www.smard.de/page/en/wiki-article/5884/214026" + + Types: + OEO_00410050, + OEO_00140002 some + (OEO_00410055 + and (OEO_00140178 some xsd:decimal[>= 220000 , <= 380000])) + + DisjointClasses: OEO_00000074,OEO_00000263,OEO_00000292,OEO_00010215,OEO_00140160 From a6003fe2f703db7fa5f5881ae641ec6d9b2b8740 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 15 Apr 2025 00:50:34 +0200 Subject: [PATCH 02/33] Added term tracker annotation --- src/ontology/edits/oeo-physical.omn | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 8a612900f..241f22bb1 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -15883,6 +15883,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1900", Class: OEO_00410050 Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", "A voltage level is a quality inherent in an electricity grid, electricity grid component or energy system representing the electrical potential difference present during its operation."@en, "Spannungsebene"@de, rdfs:label "voltage level"@en, @@ -15898,6 +15900,8 @@ Class: OEO_00410050 Class: OEO_00410055 Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", "An electric potential difference value is a quantity value that has an electric potential difference unit as unit."@en, "Spannungsmenge"@de, rdfs:label "electric potential difference value"@en @@ -15967,6 +15971,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2019", Individual: OEO_00410051 Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", "Niederspannungsebene"@de, "A low voltage level is a voltage level describing an electric potential difference of 400 volts.", rdfs:label "low voltage level"@en, @@ -15982,6 +15988,8 @@ Individual: OEO_00410051 Individual: OEO_00410052 Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", "A medium voltage level is a voltage level describing an electric potential difference between 10,000 and 30,000 volts."@en, "Mittelspannungsebene"@de, rdfs:label "medium voltage level"@en, @@ -15997,6 +16005,8 @@ Individual: OEO_00410052 Individual: OEO_00410053 Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", "A high voltage level is a voltage level describing an electric potential difference of 110,000 volts."@en, "Hochspannungsebene"@de, rdfs:label "high voltage level"@en, @@ -16012,6 +16022,8 @@ Individual: OEO_00410053 Individual: OEO_00410054 Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", "A extra high voltage level is a voltage level describing an electric potential difference between 220,000 and 380,000 volts."@en, "Höchstspannungsebene"@de, rdfs:label "extra high voltage level"@en, From ab6b0ed0b4e95e17b17623dfcd2e33a3a468be2c Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 15 Apr 2025 00:52:04 +0200 Subject: [PATCH 03/33] Mentioned changes in changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86500d905..62b71ac22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0. ## [2.X.X] - 20XX-XX-XX ### Added +- electric potential difference value, voltage level, low voltage level, medium voltage level, high voltage level, extra high voltage level (#2024) ### Changed ### Removed From 418c8f2b82c3c9ae4f552c1eb61513025c78bb0b Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 15 Apr 2025 01:25:56 +0200 Subject: [PATCH 04/33] Fixed pull request number in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62b71ac22..8da1e430a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0. ## [2.X.X] - 20XX-XX-XX ### Added -- electric potential difference value, voltage level, low voltage level, medium voltage level, high voltage level, extra high voltage level (#2024) +- electric potential difference value, voltage level, low voltage level, medium voltage level, high voltage level, extra high voltage level (#2042) ### Changed ### Removed From 31062894805a8a0ce6b67ff62dfc756385022f2a Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 28 Apr 2025 23:01:21 +0200 Subject: [PATCH 05/33] Implemented proposed structure --- src/ontology/edits/oeo-physical.omn | 134 +++++++++++++++++++++------- 1 file changed, 102 insertions(+), 32 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 0e1bf52ca..0fc2b12ed 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -15880,35 +15880,88 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1900", -Class: OEO_00410050 +Class: OEO_00410055 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", - "A voltage level is a quality inherent in an electricity grid, electricity grid component or energy system representing the electrical potential difference present during its operation."@en, - "Spannungsebene"@de, - rdfs:label "voltage level"@en, - "https://www.smard.de/page/en/wiki-article/5884/214026" + "An electric potential difference value is a quantity value that has an electric potential difference unit as unit."@en, + "Spannungsmenge"@de, + rdfs:label "electric potential difference value"@en - EquivalentTo: - {OEO_00410051 , OEO_00410052 , OEO_00410053 , OEO_00410054} + SubClassOf: + OEO_00000350, + OEO_00040010 some + + +Class: OEO_00410058 + + Annotations: + rdfs:label "voltage classification system"@en SubClassOf: - + , + min 1 OEO_00410060 -Class: OEO_00410055 +Class: OEO_00410059 Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", - "An electric potential difference value is a quantity value that has an electric potential difference unit as unit."@en, - "Spannungsmenge"@de, - rdfs:label "electric potential difference value"@en + rdfs:label "operational voltage level"@en + + SubClassOf: + , + some OEO_00410060 + + +Class: OEO_00410060 + + Annotations: + rdfs:label "voltage level"@en SubClassOf: OEO_00000350, - OEO_00040010 some + some OEO_00410059 + + +Class: OEO_00410062 + + Annotations: + rdfs:label "low operational voltage level"@en + + SubClassOf: + OEO_00410059, + value OEO_00410051 + + +Class: OEO_00410063 + + Annotations: + rdfs:label "medium operational voltage level"@en + + SubClassOf: + OEO_00410059, + value OEO_00410052 + + +Class: OEO_00410064 + + Annotations: + rdfs:label "high operational voltage level"@en + + SubClassOf: + OEO_00410059, + value OEO_00410053 + + +Class: OEO_00410065 + + Annotations: + rdfs:label "extra high operational voltage level"@en + + SubClassOf: + OEO_00410059, + value OEO_00410054 Individual: OEO_00000182 @@ -15973,16 +16026,18 @@ Individual: OEO_00410051 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", - "Niederspannungsebene"@de, "A low voltage level is a voltage level describing an electric potential difference of 400 volts.", + "Niederspannungsebene"@de, rdfs:label "low voltage level"@en, "https://www.smard.de/page/en/wiki-article/5884/214026" Types: - OEO_00410050, - OEO_00140002 some - (OEO_00410055 - and (OEO_00140178 value 400)) + OEO_00410060, + OEO_00040010 some + + Facts: + OEO_00410061, + OEO_00140178 400 Individual: OEO_00410052 @@ -15996,10 +16051,12 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", "https://www.smard.de/page/en/wiki-article/5884/214026" Types: - OEO_00410050, - OEO_00140002 some - (OEO_00410055 - and (OEO_00140178 some xsd:decimal[>= 10000 , <= 30000])) + OEO_00410060, + OEO_00040010 some , + OEO_00140178 some xsd:decimal[>= 10000 , <= 30000] + + Facts: + OEO_00410061 Individual: OEO_00410053 @@ -16013,10 +16070,12 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", "https://www.smard.de/page/en/wiki-article/5884/214026" Types: - OEO_00410050, - OEO_00140002 some - (OEO_00410055 - and (OEO_00140178 value 110000)) + OEO_00410060, + OEO_00040010 some + + Facts: + OEO_00410061, + OEO_00140178 110000 Individual: OEO_00410054 @@ -16030,10 +16089,21 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", "https://www.smard.de/page/en/wiki-article/5884/214026" Types: - OEO_00410050, - OEO_00140002 some - (OEO_00410055 - and (OEO_00140178 some xsd:decimal[>= 220000 , <= 380000])) + OEO_00410060, + OEO_00040010 some , + OEO_00140178 some xsd:decimal[>= 220000 , <= 380000] + + Facts: + OEO_00410061 + + +Individual: OEO_00410061 + + Annotations: + rdfs:label "german voltage classification system"@en + + Types: + OEO_00410058 DisjointClasses: From e0289fb9b942c5e01d6ac21ec58c9ea2f16446aa Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 13 May 2025 12:47:29 +0200 Subject: [PATCH 06/33] Expanded annotations of new classes --- src/ontology/edits/oeo-physical.omn | 34 +++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 0fc2b12ed..d6202d346 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -15897,6 +15897,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", Class: OEO_00410058 Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", + "A voltage classification system is an information content entity that categorizes the voltage, components of an electricity grid usually operate on, into different levels."@en, rdfs:label "voltage classification system"@en SubClassOf: @@ -15907,6 +15910,10 @@ Class: OEO_00410058 Class: OEO_00410059 Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", + "An operational voltage level is an information content entity that prescribes the intended operating voltage of some electrical artifact."@en, + "definition partly adapted from: https://dlr-ve-esy.github.io/charging-ontology/CHIO_00000091.html", rdfs:label "operational voltage level"@en SubClassOf: @@ -15927,6 +15934,10 @@ Class: OEO_00410060 Class: OEO_00410062 Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", + "A low operational voltage level is an operational voltage level usually for the local distribution of electricity. Electricity at this voltage level can be converted to a medium operational voltage level. The usual producers feeding electricity at this voltage level into the grid are smaller wind farms and solar installations. Households are the usual consumers receiving electricity at this operational voltage level."@en, + "https://www.smard.de/page/en/wiki-article/5884/214026", rdfs:label "low operational voltage level"@en SubClassOf: @@ -15937,6 +15948,10 @@ Class: OEO_00410062 Class: OEO_00410063 Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", + "A medium operational voltage level is an operational voltage level usually for the regional distribution of electricity. Electricity at this voltage level can be converted to a high or low operational voltage level. The usual producers feeding electricity at this voltage level into the grid are wind and solar farms. Industries can be consumers receiving electricity at this operational voltage level."@en, + "https://www.smard.de/page/en/wiki-article/5884/214026", rdfs:label "medium operational voltage level"@en SubClassOf: @@ -15947,6 +15962,10 @@ Class: OEO_00410063 Class: OEO_00410064 Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", + "A high operational voltage level is an operational voltage level usually for the interregional distribution of electricity. Electricity at this voltage level can be converted to an extra high or medium operational voltage level. The usual producers feeding electricity at this voltage level into the grid are natural gas power plants and hydropower. Large-scale industries can be consumers receiving electricity at this operational voltage level."@en, + "https://www.smard.de/page/en/wiki-article/5884/214026", rdfs:label "high operational voltage level"@en SubClassOf: @@ -15957,6 +15976,10 @@ Class: OEO_00410064 Class: OEO_00410065 Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", + "An extra high operational voltage level is an operational voltage level usually for the transmission of electricity. This is the usual voltage level electricity is imported and exported. Electricity at this voltage level can be converted to a high operational voltage level. The usual producers feeding electricity at this voltage level into the grid are coal and nuclear power plants, as well as offshore wind farms and hydropower."@en, + "https://www.smard.de/page/en/wiki-article/5884/214026", rdfs:label "extra high operational voltage level"@en SubClassOf: @@ -16026,7 +16049,7 @@ Individual: OEO_00410051 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", - "A low voltage level is a voltage level describing an electric potential difference of 400 volts.", + "A low voltage level is a voltage level in the german voltage classification system describing an electric potential difference of 400 volts."@en, "Niederspannungsebene"@de, rdfs:label "low voltage level"@en, "https://www.smard.de/page/en/wiki-article/5884/214026" @@ -16045,7 +16068,7 @@ Individual: OEO_00410052 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", - "A medium voltage level is a voltage level describing an electric potential difference between 10,000 and 30,000 volts."@en, + "A medium voltage level is a voltage level in the german voltage classification system describing an electric potential difference between 10,000 and 30,000 volts."@en, "Mittelspannungsebene"@de, rdfs:label "medium voltage level"@en, "https://www.smard.de/page/en/wiki-article/5884/214026" @@ -16064,7 +16087,7 @@ Individual: OEO_00410053 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", - "A high voltage level is a voltage level describing an electric potential difference of 110,000 volts."@en, + "A high voltage level is a voltage level in the german voltage classification system describing an electric potential difference of 110,000 volts."@en, "Hochspannungsebene"@de, rdfs:label "high voltage level"@en, "https://www.smard.de/page/en/wiki-article/5884/214026" @@ -16083,7 +16106,7 @@ Individual: OEO_00410054 Annotations: OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", - "A extra high voltage level is a voltage level describing an electric potential difference between 220,000 and 380,000 volts."@en, + "A extra high voltage level is a voltage level in the german voltage classification system describing an electric potential difference between 220,000 and 380,000 volts."@en, "Höchstspannungsebene"@de, rdfs:label "extra high voltage level"@en, "https://www.smard.de/page/en/wiki-article/5884/214026" @@ -16100,6 +16123,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", Individual: OEO_00410061 Annotations: + "The german voltage classification system is a voltage classification system currently being used in the electricity grid of Germany."@en, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", rdfs:label "german voltage classification system"@en Types: From 39b4b7c4582fb9df2a82ddc76b522fbea73a440f Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 13 May 2025 12:56:01 +0200 Subject: [PATCH 07/33] Added definition and term tracker annotation to `voltage level` class --- src/ontology/edits/oeo-physical.omn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index d6202d346..ae243a32f 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -15924,6 +15924,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", Class: OEO_00410060 Annotations: + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", + "A voltage level is a quantity value reflecting the desired voltage value that an electricity grid or electricity grid component is operating on."@en, rdfs:label "voltage level"@en SubClassOf: From 7a7dbc8b8d639793af2e0ca627922cbe82a6b378 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 13 May 2025 12:56:37 +0200 Subject: [PATCH 08/33] Deleted `electric potential difference value` class --- src/ontology/edits/oeo-physical.omn | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index ae243a32f..960a84258 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -15880,20 +15880,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1900", -Class: OEO_00410055 - - Annotations: - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", - "An electric potential difference value is a quantity value that has an electric potential difference unit as unit."@en, - "Spannungsmenge"@de, - rdfs:label "electric potential difference value"@en - - SubClassOf: - OEO_00000350, - OEO_00040010 some - - Class: OEO_00410058 Annotations: From 7ac726198d562d899c0f946f4f43e6c7395e576d Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 13 May 2025 13:11:50 +0200 Subject: [PATCH 09/33] Deleted `electric potential difference value` from changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 034ceb49b..657bc218b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0. - biosphere reserve role, protected landscape area role, water protection area role, floodplain role, forest role (#2006) - biosphere reserve, protected landscape area, water protection area, floodplain, forest (#2006) - arable land, arable land with poor soil quality, arable land with high soil quality, arable land role, arable land with poor soil quality role, arable land with high soil quality role (#2041) -- electric potential difference value, voltage classification system, german voltage classification system (#2042) +- voltage classification system, german voltage classification system (#2042) - operational voltage level, low operational voltage level, medium operational voltage level, high operational voltage level, extra high operational voltage level (#2042) - voltage level, low voltage level, medium voltage level, high voltage level, extra high voltage level (#2042) From dc95c7e452530476b232ab690d278564db1109c4 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 13 May 2025 13:12:50 +0200 Subject: [PATCH 10/33] Moved unit axiom to voltage level from its individuals --- src/ontology/edits/oeo-physical.omn | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 960a84258..df8eafb97 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -15917,6 +15917,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", SubClassOf: OEO_00000350, + OEO_00040010 some , some OEO_00410059 @@ -16044,8 +16045,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", "https://www.smard.de/page/en/wiki-article/5884/214026" Types: - OEO_00410060, - OEO_00040010 some + OEO_00410060 Facts: OEO_00410061, @@ -16064,7 +16064,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", Types: OEO_00410060, - OEO_00040010 some , OEO_00140178 some xsd:decimal[>= 10000 , <= 30000] Facts: @@ -16082,8 +16081,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", "https://www.smard.de/page/en/wiki-article/5884/214026" Types: - OEO_00410060, - OEO_00040010 some + OEO_00410060 Facts: OEO_00410061, @@ -16102,7 +16100,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", Types: OEO_00410060, - OEO_00040010 some , OEO_00140178 some xsd:decimal[>= 220000 , <= 380000] Facts: From 2ecb0ba328473de09db539792d6196080a840413 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 2 Jun 2025 15:17:59 +0200 Subject: [PATCH 11/33] Made use of `prescribes` in `operational voltage level` axioms --- src/ontology/edits/oeo-physical.omn | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 116f133a4..810786846 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -225,6 +225,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652" OEO_00020182 +ObjectProperty: + + ObjectProperty: OEO_00000500 @@ -16032,7 +16035,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" SubClassOf: , - some OEO_00410060 + some OEO_00410060 Class: OEO_00410060 @@ -16060,7 +16063,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" SubClassOf: OEO_00410059, - value OEO_00410051 + value OEO_00410051 Class: OEO_00410063 @@ -16074,7 +16077,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" SubClassOf: OEO_00410059, - value OEO_00410052 + value OEO_00410052 Class: OEO_00410064 @@ -16088,7 +16091,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" SubClassOf: OEO_00410059, - value OEO_00410053 + value OEO_00410053 Class: OEO_00410065 @@ -16102,7 +16105,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" SubClassOf: OEO_00410059, - value OEO_00410054 + value OEO_00410054 Class: OEO_00410067 From 60b718e3c95411213524075aff958d6f6d0f7f3d Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 2 Jun 2025 15:22:34 +0200 Subject: [PATCH 12/33] Changed axioms between `voltage level` and `operational voltage level` --- src/ontology/edits/oeo-physical.omn | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 810786846..97b6d08f2 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -225,6 +225,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652" OEO_00020182 +ObjectProperty: + + ObjectProperty: @@ -16034,8 +16037,7 @@ Class: OEO_00410059 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" SubClassOf: - , - some OEO_00410060 + Class: OEO_00410060 @@ -16048,8 +16050,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" SubClassOf: OEO_00000350, - some OEO_00410059, - OEO_00040010 some + OEO_00040010 some , + some OEO_00410059 Class: OEO_00410062 From 24d76d65e7e03602a7d2c9b436922cd04fec3c7e Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 2 Jun 2025 17:05:41 +0200 Subject: [PATCH 13/33] Added axiom between `electricity grid component` and `operational voltage level` --- src/ontology/edits/oeo-physical.omn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 97b6d08f2..1549e5fe2 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2479,7 +2479,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652" and ( some OEO_00000143) SubClassOf: - OEO_00020006 + OEO_00020006, + OEO_00010231 some OEO_00410059 Class: OEO_00000146 From 0a703e79a5162bccc61eeb1d257261afe5a5a1d2 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 3 Jun 2025 18:18:28 +0200 Subject: [PATCH 14/33] Made `operational voltage level` a subclass of `objective specification` --- src/ontology/edits/oeo-physical.omn | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 1549e5fe2..de3266a1c 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -817,6 +817,9 @@ Class: Class: +Class: + + Class: @@ -16031,14 +16034,14 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" Class: OEO_00410059 Annotations: - "An operational voltage level is an information content entity that prescribes the intended operating voltage of some electrical artifact."@en, + "An operational voltage level is an objective specification that prescribes the intended operating voltage of some electrical artifact."@en, "definition partly adapted from: https://dlr-ve-esy.github.io/charging-ontology/CHIO_00000091.html", rdfs:label "operational voltage level"@en, OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" SubClassOf: - + Class: OEO_00410060 From 983f805532611f44f0abb9fcff6e0a888cafdde3 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 10 Jun 2025 13:46:55 +0200 Subject: [PATCH 15/33] Added `volt` unit axiom to `voltage level` instances --- src/ontology/edits/oeo-physical.omn | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index de3266a1c..1c985360e 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -865,6 +865,9 @@ Class: Class: +Class: + + Class: @@ -16194,7 +16197,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", "https://www.smard.de/page/en/wiki-article/5884/214026" Types: - OEO_00410060 + OEO_00410060, + OEO_00040010 some Facts: OEO_00410061, @@ -16213,6 +16217,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", Types: OEO_00410060, + OEO_00040010 some , OEO_00140178 some xsd:decimal[>= 10000 , <= 30000] Facts: @@ -16230,7 +16235,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", "https://www.smard.de/page/en/wiki-article/5884/214026" Types: - OEO_00410060 + OEO_00410060, + OEO_00040010 some Facts: OEO_00410061, @@ -16249,6 +16255,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", Types: OEO_00410060, + OEO_00040010 some , OEO_00140178 some xsd:decimal[>= 220000 , <= 380000] Facts: From 4ebfb8c7865abad7118eef585cd4e27b00d8c418 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 10 Jun 2025 13:49:56 +0200 Subject: [PATCH 16/33] Improved definition of `voltage classification system` --- 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 1c985360e..6639861fe 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -16024,7 +16024,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2043" Class: OEO_00410058 Annotations: - "A voltage classification system is an information content entity that categorizes the voltage, components of an electricity grid usually operate on, into different levels."@en, + "A voltage classification system is an information content entity that categorizes voltage into different levels. This refers to the voltage that components of an electricity grid usually operate on."@en, rdfs:label "voltage classification system"@en, OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" From cf6281d81158b6f98e4fea0a5d61007d570c06f8 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 10 Jun 2025 14:02:51 +0200 Subject: [PATCH 17/33] Updated definitions of `operational voltage level` subclasses --- src/ontology/edits/oeo-physical.omn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 6639861fe..8ea3f774c 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -16064,7 +16064,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" Class: OEO_00410062 Annotations: - "A low operational voltage level is an operational voltage level usually for the local distribution of electricity. Electricity at this voltage level can be converted to a medium operational voltage level. The usual producers feeding electricity at this voltage level into the grid are smaller wind farms and solar installations. Households are the usual consumers receiving electricity at this operational voltage level."@en, + "A low operational voltage level is an operational voltage level usually used for the local distribution of electricity. Electricity at this voltage level can be converted to a medium operational voltage level. The usual producers feeding electricity into the grid at this voltage level are smaller wind farms and solar installations. Households are the usual consumers receiving electricity at this operational voltage level."@en, "https://www.smard.de/page/en/wiki-article/5884/214026", rdfs:label "low operational voltage level"@en, OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 @@ -16078,7 +16078,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" Class: OEO_00410063 Annotations: - "A medium operational voltage level is an operational voltage level usually for the regional distribution of electricity. Electricity at this voltage level can be converted to a high or low operational voltage level. The usual producers feeding electricity at this voltage level into the grid are wind and solar farms. Industries can be consumers receiving electricity at this operational voltage level."@en, + "A medium operational voltage level is an operational voltage level usually used for the regional distribution of electricity. Electricity at this voltage level can be converted to a high or low operational voltage level. The usual producers feeding electricity into the grid at this voltage level are wind and solar farms. Industries can be consumers receiving electricity at this operational voltage level."@en, "https://www.smard.de/page/en/wiki-article/5884/214026", rdfs:label "medium operational voltage level"@en, OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 @@ -16092,7 +16092,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" Class: OEO_00410064 Annotations: - "A high operational voltage level is an operational voltage level usually for the interregional distribution of electricity. Electricity at this voltage level can be converted to an extra high or medium operational voltage level. The usual producers feeding electricity at this voltage level into the grid are natural gas power plants and hydropower. Large-scale industries can be consumers receiving electricity at this operational voltage level."@en, + "A high operational voltage level is an operational voltage level usually used for the interregional distribution of electricity. Electricity at this voltage level can be converted to an extra high or medium operational voltage level. The usual producers feeding electricity into the grid at this voltage level are natural gas and hydro power plants. Large-scale industries can be consumers receiving electricity at this operational voltage level."@en, "https://www.smard.de/page/en/wiki-article/5884/214026", rdfs:label "high operational voltage level"@en, OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 @@ -16106,7 +16106,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" Class: OEO_00410065 Annotations: - "An extra high operational voltage level is an operational voltage level usually for the transmission of electricity. This is the usual voltage level electricity is imported and exported. Electricity at this voltage level can be converted to a high operational voltage level. The usual producers feeding electricity at this voltage level into the grid are coal and nuclear power plants, as well as offshore wind farms and hydropower."@en, + "An extra high operational voltage level is an operational voltage level usually used for the transmission of electricity. This is the usual voltage level for electricity imports and exports. Electricity at this voltage level can be converted to a high operational voltage level. The usual producers feeding electricity into the grid at this voltage level are coal and nuclear power plants, as well as offshore wind farms and hydro power plants."@en, "https://www.smard.de/page/en/wiki-article/5884/214026", rdfs:label "extra high operational voltage level"@en, OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 From e7b0d52d8bf38feb7f9ea7657480c8958c6bf05f Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:49:07 +0200 Subject: [PATCH 18/33] Update src/ontology/edits/oeo-physical.omn --- 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 8ea3f774c..414cf3db1 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -578,7 +578,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652" or OEO_00000061 InverseOf: - , + , From 39940b71b759c05dc16fda1690d3cec3629bf075 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Tue, 24 Jun 2025 13:55:55 +0200 Subject: [PATCH 19/33] Update src/ontology/edits/oeo-physical.omn --- src/ontology/edits/oeo-physical.omn | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 414cf3db1..be9cf3cee 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -578,7 +578,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652" or OEO_00000061 InverseOf: - , From 44f1aa7c93f99c39ceca12bf0c2d2c56b0cfb817 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 24 Jun 2025 14:18:14 +0200 Subject: [PATCH 20/33] Update src/ontology/edits/oeo-physical.omn --- 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 be9cf3cee..f30023585 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -102,7 +102,7 @@ Datatype: xsd:integer Datatype: xsd:string -ObjectProperty: +ObjectProperty: OEO_00010238 Annotations: "A relation between an artificial object or a process and an energy, where the energy is used in the artificial object or process.", From 82c221e125cbd4605dc7c1f25aaae704410aac54 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 1 Jul 2025 09:32:08 +0200 Subject: [PATCH 21/33] Added comment on `operational voltage level` about intended process endpoint --- src/ontology/edits/oeo-physical.omn | 56 +++++++++++++++-------------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index f30023585..be7e86224 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -102,32 +102,6 @@ Datatype: xsd:integer Datatype: xsd:string -ObjectProperty: OEO_00010238 - - Annotations: - "A relation between an artificial object or a process and an energy, where the energy is used in the artificial object or process.", - rdfs:label "has energy participant"@en, - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 - -move to oeo-shared: -issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 -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" - - Domain: - or OEO_00000061 - - Range: - OEO_00000150 - - InverseOf: - OEO_00020182 - - ObjectProperty: @@ -546,6 +520,32 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652" OEO_00000150 +ObjectProperty: OEO_00010238 + + Annotations: + "A relation between an artificial object or a process and an energy, where the energy is used in the artificial object or process.", + rdfs:label "has energy participant"@en, + OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/994 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1006 + +move to oeo-shared: +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1384 +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" + + Domain: + or OEO_00000061 + + Range: + OEO_00000150 + + InverseOf: + OEO_00020182 + + ObjectProperty: OEO_00010473 @@ -578,7 +578,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652" or OEO_00000061 InverseOf: - + , + OEO_00010238 ObjectProperty: OEO_00020183 @@ -16038,6 +16039,7 @@ Class: OEO_00410059 Annotations: "An operational voltage level is an objective specification that prescribes the intended operating voltage of some electrical artifact."@en, "definition partly adapted from: https://dlr-ve-esy.github.io/charging-ontology/CHIO_00000091.html", + rdfs:comment "An objective specification always describes an intended process endpoint. In the case of an operational voltage level, this endpoint concerns the micro-process of returning the voltage within an electrical artifact to its designated level after any deviation. Thus, the process endpoint is characterized by the restoration of the target voltage level in the given electrical artifact."@en, rdfs:label "operational voltage level"@en, OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" From ae30dd80c6f7e05679033e5766f394e19a83cd1f Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Wed, 2 Jul 2025 11:29:36 +0200 Subject: [PATCH 22/33] Update src/ontology/edits/oeo-physical.omn Co-authored-by: Colin --- 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 96a6a244f..a8834762b 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -16062,7 +16062,7 @@ Class: OEO_00410059 Annotations: "An operational voltage level is an objective specification that prescribes the intended operating voltage of some electrical artifact."@en, "definition partly adapted from: https://dlr-ve-esy.github.io/charging-ontology/CHIO_00000091.html", - rdfs:comment "An objective specification always describes an intended process endpoint. In the case of an operational voltage level, this endpoint concerns the micro-process of returning the voltage within an electrical artifact to its designated level after any deviation. Thus, the process endpoint is characterized by the restoration of the target voltage level in the given electrical artifact."@en, + rdfs:comment "An objective specification always describes an intended process endpoint. In the case of an operational voltage level, this endpoint concerns the micro-process of returning the voltage within an electrical artifact to its designated level (process endpoint) after any deviation."@en, rdfs:label "operational voltage level"@en, OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" From ddbb984303ee9b2ad750bd6c6c7bdd12e008ba15 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 6 Jul 2025 23:30:32 +0200 Subject: [PATCH 23/33] Implemented suggestions from oeo-dev meeting --- CHANGELOG.md | 1 + src/ontology/edits/oeo-physical.omn | 14 ++++++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f370abd6d..59dc74eef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0. ### Changed - air, water, biomass, biofuel, nuclear fuel (#2095) - 'has information content entity' renamed to 'is subject of' (#2092) +- electricity grid (#2042) ### Removed diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index a8834762b..af4fdbaf8 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2466,10 +2466,15 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1897 Changed definition to use verb 'transfer' issue: https://github.com/OpenEnergyPlatform/ontology/issues/2044 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2073" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2073 + +Added 'part of' some 'power system' axiom +issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" SubClassOf: OEO_00000200, + some OEO_00360017, some OEO_00000144, some OEO_00000253 @@ -16047,7 +16052,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2043" Class: OEO_00410058 Annotations: - "A voltage classification system is an information content entity that categorizes voltage into different levels. This refers to the voltage that components of an electricity grid usually operate on."@en, + "A voltage classification system is an information content entity that categorizes the voltages that components of an electricity grid power system usually operate on, into different levels."@en, + rdfs:comment "Voltage classifications are crucial because they determine system requirements, equipment standards, and safety protocols. These classifications serve as a framework that industries—ranging from utility networks to manufacturers—use to design systems and equipment in accordance with predetermined voltage levels. By standardizing voltage levels, it ensures that the systems operate safely, efficiently, and consistently across different applications and regions. (source: https://missioncriticalengineers.com/voltage-classifications/ accessed 2025-07-04)"@en, rdfs:label "voltage classification system"@en, OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" @@ -16074,8 +16080,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" Class: OEO_00410060 Annotations: - "A voltage level is a quantity value reflecting the desired voltage value that an electricity grid or electricity grid component is operating on."@en, - rdfs:label "voltage level"@en, + "An electricity grid voltage level is a quantity value reflecting the normative voltage value that an electricity grid is operating on."@en, + rdfs:label "electricity grid voltage level"@en, OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" From 5e952c8458ab51f8c30734fb49b2417375c9bb14 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 9 Jul 2025 12:26:16 +0200 Subject: [PATCH 24/33] Imported `Performance Specification` from CCO --- src/ontology/edits/oeo-import-edits.owl | 55 +++++++++++++++---------- src/ontology/imports/cco-extracted.owl | 42 +++++++++++++++++++ 2 files changed, 76 insertions(+), 21 deletions(-) diff --git a/src/ontology/edits/oeo-import-edits.owl b/src/ontology/edits/oeo-import-edits.owl index e9ddf453c..64a90f23a 100644 --- a/src/ontology/edits/oeo-import-edits.owl +++ b/src/ontology/edits/oeo-import-edits.owl @@ -693,6 +693,12 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1547 + + + + + @@ -831,6 +837,17 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1820 + + + + + + + + + + @@ -847,12 +864,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1820 - issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 - -readd axioms -issue: https://github.com/OpenEnergyPlatform/ontology/issues/2058 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2061 (forall (?et) (iff (EnergyTransfer ?et) (exists (?ed ?ei ?en1 ?en2 ?me1 ?me2) (and (EnergyDecrease ?ed) (has_part ?et ?ed) @@ -864,18 +875,13 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2061 - - - - - - - - - - - + issue: https://github.com/OpenEnergyPlatform/ontology/issues/1959 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2022 +readd axioms +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2058 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2061 + @@ -916,16 +922,15 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2061 - + - - + - + @@ -1029,6 +1034,14 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 + + + + + + + diff --git a/src/ontology/imports/cco-extracted.owl b/src/ontology/imports/cco-extracted.owl index 17dc6857e..0263189d1 100644 --- a/src/ontology/imports/cco-extracted.owl +++ b/src/ontology/imports/cco-extracted.owl @@ -1321,6 +1321,48 @@ + + + + + Performance Specification + A Directive Information Content Entity that prescribes some aspect of the behavior of a participant in a Process given one or more operating conditions. + Maximum Speed at high altitude; Rate of Ascent at 10 degrees celsius with nominal payload. + https://www.commoncoreontologies.org/InformationEntityOntology + + + + + + + + + + + Performance Specification + + + + + + A Directive Information Content Entity that prescribes some aspect of the behavior of a participant in a Process given one or more operating conditions. + + + + + + Maximum Speed at high altitude; Rate of Ascent at 10 degrees celsius with nominal payload. + + + + + + https://www.commoncoreontologies.org/InformationEntityOntology + + + + + From fbfc04d278fc98b90a0a027f9f9d86f9fd5d98dc Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 12 Jul 2025 16:16:33 +0200 Subject: [PATCH 25/33] Added changelog, term tracker annotation & comment about not imported axiom to `Performance Specification` --- CHANGELOG.md | 2 +- src/ontology/edits/oeo-import-edits.owl | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35e6fc21e..3d631db48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0. ### Added - add new module file for co-simulation ontology (#2090) - multi-criteria decision analysis (#2091) - +- CCO import: Performance Specification (#2108) ### Changed - air, water, biomass, biofuel, nuclear fuel (#2095) diff --git a/src/ontology/edits/oeo-import-edits.owl b/src/ontology/edits/oeo-import-edits.owl index 64a90f23a..ea039e4d9 100644 --- a/src/ontology/edits/oeo-import-edits.owl +++ b/src/ontology/edits/oeo-import-edits.owl @@ -1038,6 +1038,11 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016 + The CCO also assigns this class the following subclass axiom: 'describes condition' some entity +However, this was left out. + import from CCO +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2107 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2108 From 647189385c76e6109260aab63994b5b9c5ba715b Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 12 Jul 2025 16:35:08 +0200 Subject: [PATCH 26/33] added `rated voltage` --- CHANGELOG.md | 1 + src/ontology/edits/oeo-physical.omn | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d631db48..aeb648e69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0. - add new module file for co-simulation ontology (#2090) - multi-criteria decision analysis (#2091) - CCO import: Performance Specification (#2108) +- rated voltage (#2108) ### Changed - air, water, biomass, biofuel, nuclear fuel (#2095) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 90639efe3..e04236a1f 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -698,6 +698,22 @@ ObjectProperty: OEO_00240025 ObjectProperty: owl:topObjectProperty +Class: + + Annotations: + "A Performance Specification that prescribes the intended operating voltage of some electrical artifact."@en, + "maximum voltage"@en, + "definition adapted from: https://dlr-ve-esy.github.io/charging-ontology/CHIO_00000091.html", + rdfs:comment "Rated voltage usually means maximum voltage."@en, + rdfs:label "rated voltage"@en, + OEO_00020426 "first implementation +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2107 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2108" + + SubClassOf: + + + Class: @@ -844,6 +860,9 @@ Class: Class: +Class: + + Class: OEO_00000001 Annotations: From c9c14a910f5376e8e9e5070730cbeaa09ac10c40 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 12 Jul 2025 16:46:14 +0200 Subject: [PATCH 27/33] renamed `electricity grid voltage level` instances --- src/ontology/edits/oeo-physical.omn | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index af4fdbaf8..46c2f544b 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -16221,7 +16221,8 @@ Individual: OEO_00410051 Annotations: "A low voltage level is a voltage level in the german voltage classification system describing an electric potential difference of 400 volts."@en, "Niederspannungsebene"@de, - rdfs:label "low voltage level"@en, + "low voltage level"@en, + rdfs:label "low electricity grid voltage level"@en, OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", "https://www.smard.de/page/en/wiki-article/5884/214026" @@ -16240,7 +16241,8 @@ Individual: OEO_00410052 Annotations: "A medium voltage level is a voltage level in the german voltage classification system describing an electric potential difference between 10,000 and 30,000 volts."@en, "Mittelspannungsebene"@de, - rdfs:label "medium voltage level"@en, + "medium voltage level"@en, + rdfs:label "medium electricity grid voltage level"@en, OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", "https://www.smard.de/page/en/wiki-article/5884/214026" @@ -16259,7 +16261,8 @@ Individual: OEO_00410053 Annotations: "A high voltage level is a voltage level in the german voltage classification system describing an electric potential difference of 110,000 volts."@en, "Hochspannungsebene"@de, - rdfs:label "high voltage level"@en, + "high voltage level"@en, + rdfs:label "high electricity grid voltage level"@en, OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", "https://www.smard.de/page/en/wiki-article/5884/214026" @@ -16278,7 +16281,8 @@ Individual: OEO_00410054 Annotations: "A extra high voltage level is a voltage level in the german voltage classification system describing an electric potential difference between 220,000 and 380,000 volts."@en, "Höchstspannungsebene"@de, - rdfs:label "extra high voltage level"@en, + "extra high voltage level"@en, + rdfs:label "extra high electricity grid voltage level"@en, OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042", "https://www.smard.de/page/en/wiki-article/5884/214026" From 1c93bbf0aee976a61c9602842c514a15ebd4245c Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 12 Jul 2025 16:52:16 +0200 Subject: [PATCH 28/33] removed `operational voltage level` --- src/ontology/edits/oeo-physical.omn | 76 +---------------------------- 1 file changed, 2 insertions(+), 74 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 46c2f544b..31c775c88 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -2499,8 +2499,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652" and ( some OEO_00000143) SubClassOf: - OEO_00020006, - OEO_00010231 some OEO_00410059 + OEO_00020006 Class: OEO_00000146 @@ -16063,20 +16062,6 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" min 1 OEO_00410060 -Class: OEO_00410059 - - Annotations: - "An operational voltage level is an objective specification that prescribes the intended operating voltage of some electrical artifact."@en, - "definition partly adapted from: https://dlr-ve-esy.github.io/charging-ontology/CHIO_00000091.html", - rdfs:comment "An objective specification always describes an intended process endpoint. In the case of an operational voltage level, this endpoint concerns the micro-process of returning the voltage within an electrical artifact to its designated level (process endpoint) after any deviation."@en, - rdfs:label "operational voltage level"@en, - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" - - SubClassOf: - - - Class: OEO_00410060 Annotations: @@ -16087,64 +16072,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" SubClassOf: OEO_00000350, - OEO_00040010 some , - some OEO_00410059 - - -Class: OEO_00410062 - - Annotations: - "A low operational voltage level is an operational voltage level usually used for the local distribution of electricity. Electricity at this voltage level can be converted to a medium operational voltage level. The usual producers feeding electricity into the grid at this voltage level are smaller wind farms and solar installations. Households are the usual consumers receiving electricity at this operational voltage level."@en, - "https://www.smard.de/page/en/wiki-article/5884/214026", - rdfs:label "low operational voltage level"@en, - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" - - SubClassOf: - OEO_00410059, - value OEO_00410051 - - -Class: OEO_00410063 - - Annotations: - "A medium operational voltage level is an operational voltage level usually used for the regional distribution of electricity. Electricity at this voltage level can be converted to a high or low operational voltage level. The usual producers feeding electricity into the grid at this voltage level are wind and solar farms. Industries can be consumers receiving electricity at this operational voltage level."@en, - "https://www.smard.de/page/en/wiki-article/5884/214026", - rdfs:label "medium operational voltage level"@en, - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" - - SubClassOf: - OEO_00410059, - value OEO_00410052 - - -Class: OEO_00410064 - - Annotations: - "A high operational voltage level is an operational voltage level usually used for the interregional distribution of electricity. Electricity at this voltage level can be converted to an extra high or medium operational voltage level. The usual producers feeding electricity into the grid at this voltage level are natural gas and hydro power plants. Large-scale industries can be consumers receiving electricity at this operational voltage level."@en, - "https://www.smard.de/page/en/wiki-article/5884/214026", - rdfs:label "high operational voltage level"@en, - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" - - SubClassOf: - OEO_00410059, - value OEO_00410053 - - -Class: OEO_00410065 - - Annotations: - "An extra high operational voltage level is an operational voltage level usually used for the transmission of electricity. This is the usual voltage level for electricity imports and exports. Electricity at this voltage level can be converted to a high operational voltage level. The usual producers feeding electricity into the grid at this voltage level are coal and nuclear power plants, as well as offshore wind farms and hydro power plants."@en, - "https://www.smard.de/page/en/wiki-article/5884/214026", - rdfs:label "extra high operational voltage level"@en, - OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" - - SubClassOf: - OEO_00410059, - value OEO_00410054 + OEO_00040010 some Class: OEO_00410067 From 2e83679de2678af4d8e6e70809ba034ba664f45f Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 12 Jul 2025 19:33:03 +0200 Subject: [PATCH 29/33] added subclasses of `rated voltage` and missing axioms --- CHANGELOG.md | 3 +- src/ontology/edits/oeo-physical.omn | 78 +++++++++++++++++++++++++++-- 2 files changed, 76 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecd062908..7bb885164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0. - operational voltage level, low operational voltage level, medium operational voltage level, high operational voltage level, extra high operational voltage level (#2042) - voltage level, low voltage level, medium voltage level, high voltage level, extra high voltage level (#2042) - CCO import: Performance Specification (#2108) -- rated voltage (#2108) +- rated voltage, low rated voltage, medium rated voltage, high rated voltage, extra high rated voltage (#2108) ### Changed - air, water, biomass, biofuel, nuclear fuel (#2095) @@ -30,6 +30,7 @@ and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0. - 'target description' renamed to 'legal target description' (#2102) - 'goal description' made a subclass of 'objective specification' (#2102) - electricity grid (#2042) +- electricity grid voltage level, electricity grid component (#2108) ### Removed diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 4ba5599a5..0baeaa2ba 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -759,6 +759,66 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2108" +Class: + + Annotations: + "A low rated voltage is a rated voltage usually used for the local distribution of electricity. Electricity at this voltage can be converted to a medium rated voltage. The usual producers feeding electricity into the grid at this voltage are smaller wind farms and solar installations. Households are the usual consumers receiving electricity at this voltage."@en, + "https://www.smard.de/page/en/wiki-article/5884/214026", + rdfs:label "low rated voltage"@en, + OEO_00020426 "first implementation +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2107 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2108" + + SubClassOf: + , + value OEO_00410051 + + +Class: + + Annotations: + "A medium rated voltage is a rated voltage usually used for the regional distribution of electricity. Electricity at this voltage can be converted to a high or low rated voltage. The usual producers feeding electricity into the grid at this voltage are wind and solar farms. Industries can be consumers receiving electricity at this voltage."@en, + "https://www.smard.de/page/en/wiki-article/5884/214026", + rdfs:label "medium rated voltage"@en, + OEO_00020426 "first implementation +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2107 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2108" + + SubClassOf: + , + value OEO_00410052 + + +Class: + + Annotations: + "A high rated voltage is a rated voltage usually used for the interregional distribution of electricity. Electricity at this voltage can be converted to an extra high or medium rated voltage. The usual producers feeding electricity into the grid at this voltage are natural gas and hydro power plants. Large-scale industries can be consumers receiving electricity at this voltage."@en, + "https://www.smard.de/page/en/wiki-article/5884/214026", + rdfs:label "high rated voltage"@en, + OEO_00020426 "first implementation +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2107 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2108" + + SubClassOf: + , + value OEO_00410053 + + +Class: + + Annotations: + "An extra high rated voltage is a rated voltage usually used for the transmission of electricity. This is the usual voltage for electricity imports and exports. Electricity at this voltage can be converted to a high rated voltage. The usual producers feeding electricity into the grid at this voltage are coal and nuclear power plants, as well as offshore wind farms and hydro power plants."@en, + "https://www.smard.de/page/en/wiki-article/5884/214026", + rdfs:label "extra high rated voltage"@en, + OEO_00020426 "first implementation +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2107 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2108" + + SubClassOf: + , + value OEO_00410054 + + Class: @@ -2511,14 +2571,19 @@ https://github.com/OpenEnergyPlatform/ontology/pull/1360 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 + +added 'is subject of' some 'rated voltage' subclass axiom +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2107 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2108" EquivalentTo: OEO_00020006 and ( some OEO_00000143) SubClassOf: - OEO_00020006 + OEO_00020006, + OEO_00010231 some Class: OEO_00000146 @@ -16087,11 +16152,16 @@ Class: OEO_00410060 "An electricity grid voltage level is a quantity value reflecting the normative voltage value that an electricity grid is operating on."@en, rdfs:label "electricity grid voltage level"@en, OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042" +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2042 + +added 'prescribed by' some 'rated voltage' subclass axiom +issue: https://github.com/OpenEnergyPlatform/ontology/issues/2107 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2108" SubClassOf: OEO_00000350, - OEO_00040010 some + OEO_00040010 some , + some Class: OEO_00410067 From 2acd54be9e2d544d10f721517cad4a2d15c7eeb1 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 12 Jul 2025 19:45:40 +0200 Subject: [PATCH 30/33] updated changelog --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 599a72519..14ed21943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,8 +17,7 @@ and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0. - multi-criteria decision analysis (#2091) - RO import: regulates characteristic, positively regulates characteristic, negatively regulates (#2094) - voltage classification system, german voltage classification system (#2042) -- operational voltage level, low operational voltage level, medium operational voltage level, high operational voltage level, extra high operational voltage level (#2042) -- voltage level, low voltage level, medium voltage level, high voltage level, extra high voltage level (#2042) +- electricity grid voltage level, low electricity grid voltage level, medium electricity grid voltage level, high electricity grid voltage level, extra high electricity grid voltage level (#2042) ### Changed - air, water, biomass, biofuel, nuclear fuel (#2095) From c14403994e501a9df194b12cfb710c8d42a245c9 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 12 Jul 2025 19:51:49 +0200 Subject: [PATCH 31/33] fixed old iri format --- src/ontology/edits/oeo-physical.omn | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 0baeaa2ba..e4b3b1cbf 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -743,7 +743,7 @@ ObjectProperty: owl:topObjectProperty DataProperty: OEO_00140178 -Class: +Class: OEO_00410068 Annotations: "A Performance Specification that prescribes the intended operating voltage of some electrical artifact."@en, @@ -759,7 +759,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2108" -Class: +Class: OEO_00410070 Annotations: "A low rated voltage is a rated voltage usually used for the local distribution of electricity. Electricity at this voltage can be converted to a medium rated voltage. The usual producers feeding electricity into the grid at this voltage are smaller wind farms and solar installations. Households are the usual consumers receiving electricity at this voltage."@en, @@ -770,11 +770,11 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/2107 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2108" SubClassOf: - , + OEO_00410068, value OEO_00410051 -Class: +Class: OEO_00410071 Annotations: "A medium rated voltage is a rated voltage usually used for the regional distribution of electricity. Electricity at this voltage can be converted to a high or low rated voltage. The usual producers feeding electricity into the grid at this voltage are wind and solar farms. Industries can be consumers receiving electricity at this voltage."@en, @@ -785,11 +785,11 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/2107 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2108" SubClassOf: - , + OEO_00410068, value OEO_00410052 -Class: +Class: OEO_00410072 Annotations: "A high rated voltage is a rated voltage usually used for the interregional distribution of electricity. Electricity at this voltage can be converted to an extra high or medium rated voltage. The usual producers feeding electricity into the grid at this voltage are natural gas and hydro power plants. Large-scale industries can be consumers receiving electricity at this voltage."@en, @@ -800,11 +800,11 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/2107 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2108" SubClassOf: - , + OEO_00410068, value OEO_00410053 -Class: +Class: OEO_00410073 Annotations: "An extra high rated voltage is a rated voltage usually used for the transmission of electricity. This is the usual voltage for electricity imports and exports. Electricity at this voltage can be converted to a high rated voltage. The usual producers feeding electricity into the grid at this voltage are coal and nuclear power plants, as well as offshore wind farms and hydro power plants."@en, @@ -815,7 +815,7 @@ issue: https://github.com/OpenEnergyPlatform/ontology/issues/2107 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2108" SubClassOf: - , + OEO_00410068, value OEO_00410054 @@ -2583,7 +2583,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2108" SubClassOf: OEO_00020006, - OEO_00010231 some + OEO_00010231 some OEO_00410068 Class: OEO_00000146 @@ -16161,7 +16161,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2108" SubClassOf: OEO_00000350, OEO_00040010 some , - some + some OEO_00410068 Class: OEO_00410067 From 8fc4076b1e05f0e6d7be35ac77326900c12a29ac Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Wed, 24 Sep 2025 12:47:34 +0200 Subject: [PATCH 32/33] Update src/ontology/edits/oeo-physical.omn --- 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 e4b3b1cbf..36e3f71a2 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -746,7 +746,7 @@ DataProperty: OEO_00140178 Class: OEO_00410068 Annotations: - "A Performance Specification that prescribes the intended operating voltage of some electrical artifact."@en, + "Rate voltage is a Performance Specification that prescribes the intended operating voltage of some electrical artifact."@en, "maximum voltage"@en, "definition adapted from: https://dlr-ve-esy.github.io/charging-ontology/CHIO_00000091.html", rdfs:comment "Rated voltage usually means maximum voltage."@en, From 41c6683511f4b8e93ead870afedae2ddea3b4467 Mon Sep 17 00:00:00 2001 From: stap-m <38690039+stap-m@users.noreply.github.com> Date: Wed, 24 Sep 2025 12:48:14 +0200 Subject: [PATCH 33/33] Update src/ontology/edits/oeo-physical.omn --- 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 36e3f71a2..5f2420670 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -746,7 +746,7 @@ DataProperty: OEO_00140178 Class: OEO_00410068 Annotations: - "Rate voltage is a Performance Specification that prescribes the intended operating voltage of some electrical artifact."@en, + "Rated voltage is a Performance Specification that prescribes the intended operating voltage of some electrical artifact."@en, "maximum voltage"@en, "definition adapted from: https://dlr-ve-esy.github.io/charging-ontology/CHIO_00000091.html", rdfs:comment "Rated voltage usually means maximum voltage."@en,