From 9654e7d96ca63a675d2df745838f8e78993d90fb Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 28 Nov 2023 17:09:56 +0100 Subject: [PATCH 1/3] Add `temperature` and `pressure` --- src/ontology/edits/oeo-physical.omn | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 74ff1fb7a..3a2bc9efc 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -8461,6 +8461,26 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1727", and ( some OEO_00140003)) +Class: OEO_00010453 + + Annotations: + "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, + rdfs:label "temperature"@en + + SubClassOf: + + + +Class: OEO_00010454 + + Annotations: + "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.", + rdfs:label "pressure"@en + + SubClassOf: + + + Class: OEO_00020001 Annotations: From f8ed1514f4fdaf562842d7a83552956f881186e6 Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 28 Nov 2023 17:15:58 +0100 Subject: [PATCH 2/3] Add `has bearer` axioms #1505 --- src/ontology/edits/oeo-physical.omn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 3a2bc9efc..1b1cbe1bc 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -8468,7 +8468,8 @@ Class: OEO_00010453 rdfs:label "temperature"@en SubClassOf: - + , + OEO_00010121 some Class: OEO_00010454 @@ -8478,7 +8479,8 @@ Class: OEO_00010454 rdfs:label "pressure"@en SubClassOf: - + , + OEO_00010121 some Class: OEO_00020001 From 70640abb81578b7a7f5bc187f6b8e429df4700ce Mon Sep 17 00:00:00 2001 From: Lukas Emele Date: Tue, 28 Nov 2023 17:18:04 +0100 Subject: [PATCH 3/3] Add term tracker items and update CHANGELOG.md #1505 --- CHANGELOG.md | 1 + src/ontology/edits/oeo-physical.omn | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e841e278..8175f2760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/ontology/edits/oeo-physical.omn b/src/ontology/edits/oeo-physical.omn index 1b1cbe1bc..77d77926b 100644 --- a/src/ontology/edits/oeo-physical.omn +++ b/src/ontology/edits/oeo-physical.omn @@ -8465,6 +8465,8 @@ Class: OEO_00010453 Annotations: "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, + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1505 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1767", rdfs:label "temperature"@en SubClassOf: @@ -8476,6 +8478,8 @@ Class: OEO_00010454 Annotations: "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.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1505 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1767", rdfs:label "pressure"@en SubClassOf: