diff --git a/CHANGELOG.md b/CHANGELOG.md index a31ecd269..14ed21943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ 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) - RO import: regulates characteristic, positively regulates characteristic, negatively regulates (#2094) +- voltage classification system, german voltage classification system (#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) @@ -24,6 +26,7 @@ and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0. - causally related to (#2104) - 'target description' renamed to 'legal target description' (#2102) - 'goal description' made a subclass of 'objective specification' (#2102) +- electricity grid (#2042) ### Removed diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 90639efe3..dbc37e07d 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -54,6 +54,9 @@ AnnotationProperty: AnnotationProperty: +AnnotationProperty: + + AnnotationProperty: OEO_00020425 @@ -90,6 +93,12 @@ AnnotationProperty: skos:relatedMatch Datatype: rdf:PlainLiteral +Datatype: xsd:decimal + + +Datatype: xsd:integer + + Datatype: xsd:string @@ -190,6 +199,12 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652" OEO_00020182 +ObjectProperty: + + +ObjectProperty: + + ObjectProperty: OEO_00000500 @@ -698,6 +713,9 @@ ObjectProperty: OEO_00240025 ObjectProperty: owl:topObjectProperty +DataProperty: OEO_00140178 + + Class: @@ -772,6 +790,9 @@ Class: Class: +Class: + + Class: @@ -814,6 +835,12 @@ Class: Class: +Class: + + +Class: + + Class: @@ -2412,10 +2439,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 @@ -15989,6 +16021,33 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2043" some OEO_00000200 +Class: OEO_00410058 + + Annotations: + "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" + + SubClassOf: + , + min 1 OEO_00410060 + + +Class: OEO_00410060 + + Annotations: + "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" + + SubClassOf: + OEO_00000350, + OEO_00040010 some + + Class: OEO_00410067 Annotations: @@ -16058,6 +16117,98 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2019" OEO_00000395 +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, + "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" + + Types: + OEO_00410060, + OEO_00040010 some + + Facts: + OEO_00410061, + OEO_00140178 400 + + +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, + "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" + + Types: + OEO_00410060, + OEO_00040010 some , + OEO_00140178 some xsd:decimal[>= 10000 , <= 30000] + + Facts: + OEO_00410061 + + +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, + "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" + + Types: + OEO_00410060, + OEO_00040010 some + + Facts: + OEO_00410061, + OEO_00140178 110000 + + +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, + "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" + + Types: + OEO_00410060, + OEO_00040010 some , + OEO_00140178 some xsd:decimal[>= 220000 , <= 380000] + + Facts: + OEO_00410061 + + +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: + OEO_00410058 + + DisjointClasses: OEO_00000074,OEO_00000263,OEO_00000292,OEO_00010215,OEO_00140160