Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ and the versioning adheres to [Semantic Versioning](http://semver.org/spec/v2.0.
- 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)
- wind power density (#2067)
- electricity transmission function, electricity distribution function (#2043)

- grid component role (#2054)

### Changed
- changed base IRI to https://openenergyplatform.org/
- vehicle operational mode (bug fix) (#2046)
- demand, efficiency value, final energy consumption value, process climate neutrality, material climate neutrality, primary energy consumption value, net electricity generation, climate neutrality criterion (#2063)
- grid component (#2054)

### Removed

Expand Down
24 changes: 22 additions & 2 deletions src/ontology/edits/oeo-physical.omn
Original file line number Diff line number Diff line change
Expand Up @@ -9441,11 +9441,19 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/895

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/IAO_0000115> "A grid component is an energy transformation unit that is a discrete part of a supply grid serving a specific purpose."@en,
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652

dependence to 'grid component role'
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2054",
<http://purl.obolibrary.org/obo/IAO_0000115> "A grid component is an energy transformation unit that is a discrete part of a supply grid serving a specific purpose. A grid component is defined by having a grid component role."@en,
<http://purl.obolibrary.org/obo/IAO_0000118> "Netzkomponente"@de,
rdfs:label "grid component"@en

EquivalentTo:
OEO_00020102
and (<http://purl.obolibrary.org/obo/RO_0000087> some OEO_00410067)

SubClassOf:
OEO_00020102,
<http://purl.obolibrary.org/obo/BFO_0000050> some OEO_00000200
Expand Down Expand Up @@ -15951,6 +15959,18 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2043",
<http://purl.obolibrary.org/obo/RO_0000052> some OEO_00000200


Class: OEO_00410067

Annotations:
OEO_00020426 "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1960
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/2054",
<http://purl.obolibrary.org/obo/IAO_0000115> "A grid component role is a role of an energy transformation unit that is a discrete part of a supply grid serving a specific purpose."@en,
rdfs:label "grid component role"@en

SubClassOf:
<http://purl.obolibrary.org/obo/BFO_0000023>


Individual: OEO_00000182

Annotations:
Expand Down