Skip to content

Commit

Permalink
Merge pull request #1767 from OpenEnergyPlatform/feature-1505-tempera…
Browse files Browse the repository at this point in the history
…ture-and-pressure

Add `temperature` and `pressure`
  • Loading branch information
l-emele authored Nov 29, 2023
2 parents 8dc181f + 70640ab commit f0ecaa7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/
- subregion, study region, study subregion, interacting region, considered region (#1749)
- model factsheet (#1751)
- is connected to, has sink, has source (#1762)
- temperature, pressure (#1767)

### Removed

Expand Down
26 changes: 26 additions & 0 deletions src/ontology/edits/oeo-physical.omn
Original file line number Diff line number Diff line change
Expand Up @@ -8461,6 +8461,32 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1727",
and (<http://purl.obolibrary.org/obo/RO_0000056> some OEO_00140003))


Class: OEO_00010453

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "Temperature is a quality representing the driving force for the flow of heat energy and is a measure of the heat content of a material entity."@en,
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1505
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1767",
rdfs:label "temperature"@en

SubClassOf:
<http://purl.obolibrary.org/obo/BFO_0000019>,
OEO_00010121 some <http://purl.obolibrary.org/obo/BFO_0000040>


Class: OEO_00010454

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A pressure is a quality representing the force per unit area that its bearer exerts on itself or on a surface that bounds its bearer.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1505
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1767",
rdfs:label "pressure"@en

SubClassOf:
<http://purl.obolibrary.org/obo/BFO_0000019>,
OEO_00010121 some <http://purl.obolibrary.org/obo/BFO_0000040>


Class: OEO_00020001

Annotations:
Expand Down

0 comments on commit f0ecaa7

Please sign in to comment.