Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
f4d9da4
Proposed implementation of 'voltage level'
ColinHDev Apr 14, 2025
a6003fe
Added term tracker annotation
ColinHDev Apr 14, 2025
ab6b0ed
Mentioned changes in changelog
ColinHDev Apr 14, 2025
418c8f2
Fixed pull request number in changelog
ColinHDev Apr 14, 2025
83a3fc6
Merge remote-tracking branch 'origin/dev' into feature-1960-voltage-l…
ColinHDev Apr 28, 2025
3106289
Implemented proposed structure
ColinHDev Apr 28, 2025
df3c07b
Merge remote-tracking branch 'origin/dev' into feature-1960-voltage-l…
ColinHDev May 4, 2025
e0289fb
Expanded annotations of new classes
ColinHDev May 13, 2025
0f4f2b4
Merge remote-tracking branch 'origin/dev' into feature-1960-voltage-l…
ColinHDev May 13, 2025
39b4b7c
Added definition and term tracker annotation to `voltage level` class
ColinHDev May 13, 2025
7a7dbc8
Deleted `electric potential difference value` class
ColinHDev May 13, 2025
7ac7261
Deleted `electric potential difference value` from changelog
ColinHDev May 13, 2025
dc95c7e
Moved unit axiom to voltage level from its individuals
ColinHDev May 13, 2025
945cd60
Merge remote-tracking branch 'origin/dev' into feature-1960-voltage-l…
ColinHDev Jun 2, 2025
2ecb0ba
Made use of `prescribes` in `operational voltage level` axioms
ColinHDev Jun 2, 2025
60b718e
Changed axioms between `voltage level` and `operational voltage level`
ColinHDev Jun 2, 2025
24d76d6
Added axiom between `electricity grid component` and `operational vol…
ColinHDev Jun 2, 2025
0a703e7
Made `operational voltage level` a subclass of `objective specification`
ColinHDev Jun 3, 2025
983f805
Added `volt` unit axiom to `voltage level` instances
ColinHDev Jun 10, 2025
4ebfb8c
Improved definition of `voltage classification system`
ColinHDev Jun 10, 2025
cf6281d
Updated definitions of `operational voltage level` subclasses
ColinHDev Jun 10, 2025
fe188fc
Merge branch 'dev' into feature-1960-voltage-level
stap-m Jun 24, 2025
e7b0d52
Update src/ontology/edits/oeo-physical.omn
stap-m Jun 24, 2025
39940b7
Update src/ontology/edits/oeo-physical.omn
stap-m Jun 24, 2025
44f1aa7
Update src/ontology/edits/oeo-physical.omn
ColinHDev Jun 24, 2025
82c221e
Added comment on `operational voltage level` about intended process e…
ColinHDev Jul 1, 2025
69f317d
Merge remote-tracking branch 'origin/dev' into feature-1960-voltage-l…
ColinHDev Jul 1, 2025
ae30dd8
Update src/ontology/edits/oeo-physical.omn
stap-m Jul 2, 2025
ddbb984
Implemented suggestions from oeo-dev meeting
ColinHDev Jul 6, 2025
5e952c8
Imported `Performance Specification` from CCO
ColinHDev Jul 9, 2025
fbfc04d
Added changelog, term tracker annotation & comment about not imported…
ColinHDev Jul 12, 2025
6471893
added `rated voltage`
ColinHDev Jul 12, 2025
c9c14a9
renamed `electricity grid voltage level` instances
ColinHDev Jul 12, 2025
1c93bbf
removed `operational voltage level`
ColinHDev Jul 12, 2025
4dc6267
Merge remote-tracking branch 'origin/dev' into feature-1960-voltage-l…
ColinHDev Jul 12, 2025
6e561b9
Merge remote-tracking branch 'origin/feature-1960-voltage-level' into…
ColinHDev Jul 12, 2025
2e83679
added subclasses of `rated voltage` and missing axioms
ColinHDev Jul 12, 2025
2acd54b
updated changelog
ColinHDev Jul 12, 2025
21d6daa
Merge branch 'feature-1960-voltage-level' into feature-2107-rated_vol…
ColinHDev Jul 12, 2025
c144039
fixed old iri format
ColinHDev Jul 12, 2025
8fc4076
Update src/ontology/edits/oeo-physical.omn
stap-m Sep 24, 2025
41c6683
Update src/ontology/edits/oeo-physical.omn
stap-m Sep 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ 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)
- CCO import: Performance Specification (#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)
Expand All @@ -24,6 +28,8 @@ 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)
- electricity grid voltage level, electricity grid component (#2108)

### Removed

Expand Down
19 changes: 19 additions & 0 deletions src/ontology/edits/oeo-import-edits.owl
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,12 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1547</oeo:OEO_



<!-- http://purl.obolibrary.org/obo/IAO_0000033 -->

<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000033"/>



<!-- http://purl.obolibrary.org/obo/IAO_0000088 -->

<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000088">
Expand Down Expand Up @@ -1040,6 +1046,19 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2016</oeo:OEO_



<!-- https://www.commoncoreontologies.org/ont00000127 -->

<owl:Class rdf:about="https://www.commoncoreontologies.org/ont00000127">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000033"/>
<rdfs:comment xml:lang="en">The CCO also assigns this class the following subclass axiom: &apos;describes condition&apos; some entity
However, this was left out.</rdfs:comment>
<oeo:OEO_00020426>import from CCO
issue: https://github.com/OpenEnergyPlatform/ontology/issues/2107
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2108</oeo:OEO_00020426>
</owl:Class>



<!-- https://www.commoncoreontologies.org/ont00000131 -->

<owl:Class rdf:about="https://www.commoncoreontologies.org/ont00000131"/>
Expand Down
Loading