Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add energy conversion efficiency and related classes #591

Merged
merged 3 commits into from
Nov 10, 2020
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 @@ -22,7 +22,8 @@ Here is a template for new release sections

### Added
- industrial process (#589)
-
- energy conversion efficiency and energy conversion performance (#591)

### Changed
-

Expand Down
59 changes: 58 additions & 1 deletion src/ontology/edits/oeo-physical.omn
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,9 @@ Class: <http://purl.obolibrary.org/obo/UO_0000000>
Class: <http://purl.obolibrary.org/obo/UO_0000001>


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


Class: OEO_00000001

Annotations:
Expand Down Expand Up @@ -3321,7 +3324,7 @@ Class: OEO_00030019
<http://purl.obolibrary.org/obo/IAO_0000115> "A process attribute is a dependent occurrent that existentially depends on a process.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/205
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/386",
rdfs:label "process attribute"@de
rdfs:label "process attribute"

SubClassOf:
<http://purl.obolibrary.org/obo/BFO_0000003>
Expand Down Expand Up @@ -3500,6 +3503,60 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/568",
OEO_00140034


Class: OEO_00140049

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "Energy conversion efficiency is a process attribute describing the ratio between the input of an energy transformation and the outputs that are used.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/434
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/591",
rdfs:label "energy conversion efficiency"@en

SubClassOf:
OEO_00030019,
OEO_00000502 some OEO_00020003,
OEO_00140002 some OEO_00140050


Class: OEO_00140050

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "An efficiency value is a quantity value stating the ratio between a process's inputs and the outputs that are used.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/434
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/591",
rdfs:label "efficiency value"@en

SubClassOf:
OEO_00000350,
OEO_00040010 some <http://purl.obolibrary.org/obo/UO_0010006>


Class: OEO_00140051

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A coefficient of performance value is a quantity value stating the ratio between the work input and the total output of an energy conversion process.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/434
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/591",
rdfs:label "coefficient of performance value"@en

SubClassOf:
OEO_00000350,
OEO_00040010 some <http://purl.obolibrary.org/obo/UO_0010006>


Class: OEO_00140052

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "Energy conversion performance is a process attribute describing the ratio between the non-heat input of an energy transformation and the outputs that are used.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/434
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/591",
rdfs:label "energy conversion performance"@en

SubClassOf:
OEO_00030019,
OEO_00000502 some OEO_00020003,
OEO_00140002 some OEO_00140051


Class: OEO_00230000

Annotations:
Expand Down