Skip to content

Commit

Permalink
Merge pull request #1851 from OpenEnergyPlatform/feature-1848-area-va…
Browse files Browse the repository at this point in the history
…lue-and-size

Add size and adjust area value #1848
  • Loading branch information
nelekoehler authored May 13, 2024
2 parents 58d6df0 + 8f903b6 commit caede7d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/
- quantity (#1839)
- model coupling, sector coupling, sector coupling technology (#1842)
- emission value, greenhouse gas emission value, CO2 emission value, emission factor value (#1846)
- size (#1851)
- (de)commissioning start, (de)commissioning end (#1853)

### Changed
- has documentation quality (#1834)
- emission factor, emission rate, greenhouse gas emission rate, CO2 emission rate, carbon dioxide equivalent quantity value (#1846)
- area value (#1851)
- time stamp (#1853)
- has bearer, has characteristic, characteristic of, role of, model role (#1852)

Expand Down
30 changes: 27 additions & 3 deletions src/ontology/edits/oeo-physical.omn
Original file line number Diff line number Diff line change
Expand Up @@ -9434,17 +9434,24 @@ Class: OEO_00020143

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "An area value is a quantity value indicating the size of a two-dimensional spatial region.",
<http://purl.obolibrary.org/obo/IAO_0000118> "area quantity value",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/889
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/933

rework module structure
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652

restructuring of quantity values
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1848
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1851",
rdfs:label "area value"@en

SubClassOf:
OEO_00000350,
OEO_00020056 some <http://purl.obolibrary.org/obo/BFO_0000009>,
OEO_00040010 some <http://purl.obolibrary.org/obo/UO_0000047>
OEO_00020056 some OEO_00340068,
OEO_00040010 some <http://purl.obolibrary.org/obo/UO_0000047>,
<http://purl.obolibrary.org/obo/IAO_0000136> some <http://purl.obolibrary.org/obo/BFO_0000009>


Class: OEO_00020144
Expand Down Expand Up @@ -14475,6 +14482,9 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1486",
OEO_00020056 some OEO_00000159


Class: OEO_00340062


Class: OEO_00340063

Annotations:
Expand Down Expand Up @@ -14533,6 +14543,20 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1846",
OEO_00020056 some OEO_00260008


Class: OEO_00340068

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "Size is a quantity that quantifies the spatial extend/physical magnitude of an entity.",
<http://purl.obolibrary.org/obo/IAO_0000119> "Derived from: http://purl.allotrope.org/ontologies/result#AFR_0002109 and http://purl.obolibrary.org/obo/PATO_0000117",
<http://purl.obolibrary.org/obo/IAO_0000233> "restructuring of quantity values
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1848
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1851",
rdfs:label "size"@en

SubClassOf:
OEO_00340062


Class: OEO_00360001

Annotations:
Expand Down

0 comments on commit caede7d

Please sign in to comment.