Skip to content

Commit

Permalink
Merge pull request #1944 from OpenEnergyPlatform/feature-1901-add-agg…
Browse files Browse the repository at this point in the history
…regation-type-and-time-stamp-object-properties

Add object properties "has aggregation type" and "has time stamp alignment" #1901
  • Loading branch information
madbkr authored Oct 11, 2024
2 parents ab6da4d + 3fae41d commit 10d3bb6
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 @@ -22,6 +22,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/
- product (#1912)
- term tracker annotation (#1913)
- licence provider, licensee, has licence provider, permits (#1925)
- has aggregation type, has time stamp alignment (#1944)

### Changed
- gams -> General Algebraic Modeling System (#1889)
Expand All @@ -34,6 +35,7 @@ and the versioning aims to respect [Semantic Versioning](http://semver.org/spec/
- is traded at, trades (#1912)
- replace term tracker item with term tracker annotation (#1922, #1923)
- replace has bearer with characteristic of (#1928)
- time stamp (#1944)

### Obsoletion
- economic value, has economic value, economic value (#1931)
Expand Down
30 changes: 27 additions & 3 deletions src/ontology/edits/oeo-model.omn
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ObjectProperty: <http://purl.obolibrary.org/obo/BFO_0000051>

ObjectProperty: <http://purl.obolibrary.org/obo/IAO_0000136>


ObjectProperty: <http://purl.obolibrary.org/obo/RO_0000052>


Expand Down Expand Up @@ -526,6 +526,26 @@ ObjectProperty: OEO_00140164
OEO_00000274


ObjectProperty: OEO_00390023

Annotations:
OEO_00020426 "Added
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1901
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1944",
<http://purl.obolibrary.org/obo/IAO_0000115> "A relation between a data item or data set and an aggregation type that indicates the method of data aggregation applied to the data set.",
rdfs:label "has aggregation type"@en


ObjectProperty: OEO_00390024

Annotations:
OEO_00020426 "Added
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1901
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1944",
<http://purl.obolibrary.org/obo/IAO_0000115> "A relation between a time stamp or time series and a time stamp alignment that indicates the position of the time stamps that refer to the time step(s).",
rdfs:label "has time stamp alignment"@en


ObjectProperty: owl:topObjectProperty


Expand Down Expand Up @@ -3142,8 +3162,12 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1652

reclassify as data descriptor
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1536
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1853",
<http://purl.obolibrary.org/obo/IAO_0000115> "A time stamp is a data descriptor that is used to describe a zero-dimensional temporal region, or a data item that is related to a zero-dimensional temporal region, e.g. a time stamped measurement datum.",
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1853

update definition
issue: https://github.com/OpenEnergyPlatform/ontology/issues/1901
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1944",
<http://purl.obolibrary.org/obo/IAO_0000115> "A time stamp is a data descriptor that is used to describe either a temporal region or a data item that is related to a temporal region, e.g. a time stamped measurement datum. If the time stamp refers to a time step/one-dimensional temporal region, the indication of a time stamp alignment is required",
<http://purl.obolibrary.org/obo/IAO_0000118> "Zeitstempel"@de,
rdfs:label "time stamp"@en

Expand Down

0 comments on commit 10d3bb6

Please sign in to comment.