Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

- grid component role (#2054)
### Changed
- vehicle operational mode (bug fix) (#2046)
### 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 @@ -9420,11 +9420,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 @@ -15865,6 +15873,18 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1900",
<http://purl.obolibrary.org/obo/UO_1000114>


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