Skip to content

Commit

Permalink
Merge pull request #1445 from OpenEnergyPlatform/feature-1438-energy-…
Browse files Browse the repository at this point in the history
…transformation-function

Add `energy transformation function` and subclasses #1438
  • Loading branch information
l-emele authored Jan 10, 2023
2 parents f82ebdd + b4639e1 commit 117a2f1
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/
## [1.X.X] - 20XX-XX-XX

### Added
- oeo-import-edits as a unified file for custom extensions of imported concepts + properties (#1268)
- tank, fuel tank, volume (#1356)
- filling station, hydrogen station, hydrogen transport (#1357)
- OEP user, qualitist, quantitist, apinist (#1383)
Expand All @@ -27,7 +28,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/
- rotary heat exchanger, plate heat exchanger, boiler, tube collector, flat-plate collector (#1432)
- utilisation value (#1435)
- amortisation time, economic life time (#1436)
- oeo-import-edits as a unified file for custom extensions of imported concepts + properties (#1268)
- energy transformation function and subclasses (#1445)

### Changed
- internal combustion vehicle, plug-in hybrid electric vehicle, fuel cell electric vehicle, tank ship, gas turbine vehicle (#1356)
Expand Down
51 changes: 51 additions & 0 deletions src/ontology/edits/oeo-physical.omn
Original file line number Diff line number Diff line change
Expand Up @@ -6462,6 +6462,57 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1409",
OEO_00010336


Class: OEO_00010385

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "An energy transformation function is the function of an artificial object that has been engineered to transform input energy into usable output energy of a different type.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1438
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445",
rdfs:label "energy transformation function"

SubClassOf:
<http://purl.obolibrary.org/obo/BFO_0000034>,
OEO_00010121 some OEO_00000061


Class: OEO_00010386

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "An electricity generation function is an energy transformation function to transform other types of energy to electrical energy.",
<http://purl.obolibrary.org/obo/IAO_0000118> "electrical energy generation function",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1438
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445",
rdfs:label "electricity generation function"@en

SubClassOf:
OEO_00010385


Class: OEO_00010387

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A heat generation function is an energy transformation function to transform other types of energy to thermal energy.",
<http://purl.obolibrary.org/obo/IAO_0000118> "thermal energy transformation function",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1438
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445",
rdfs:label "heat generation function"@en

SubClassOf:
OEO_00010385


Class: OEO_00010388

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A renewable energy function is the energy transformation function to transform renewable energy.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1438
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1445",
rdfs:label "renewable energy transformation function"@en

SubClassOf:
OEO_00010385


Class: OEO_00020001

Annotations:
Expand Down
3 changes: 3 additions & 0 deletions src/ontology/oeo.omn
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,9 @@ Class: <http://purl.obolibrary.org/obo/BFO_0000030>
Class: <http://purl.obolibrary.org/obo/BFO_0000031>


Class: <http://purl.obolibrary.org/obo/BFO_0000034>


Class: <http://purl.obolibrary.org/obo/BFO_0000038>


Expand Down

0 comments on commit 117a2f1

Please sign in to comment.