From e867fab2bd8ac57db320af7f27dc569173b53e63 Mon Sep 17 00:00:00 2001 From: madbkr Date: Thu, 10 Oct 2024 14:12:23 +0200 Subject: [PATCH 1/7] Add object properties and update definition --- src/ontology/edits/oeo-model.omn | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index a18960f67..f0fd43212 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -89,7 +89,7 @@ ObjectProperty: ObjectProperty: - + ObjectProperty: @@ -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/0", + "A relation between a data item 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/0", + "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 @@ -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", - "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/0", + "A time stamp is a data descriptor that is used to describe 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", "Zeitstempel"@de, rdfs:label "time stamp"@en From 531630253805ab9dedfafc1e01a6789332d3c3cd Mon Sep 17 00:00:00 2001 From: madbkr Date: Thu, 10 Oct 2024 14:14:36 +0200 Subject: [PATCH 2/7] Add term tracker --- src/ontology/edits/oeo-model.omn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index f0fd43212..ad5ceedf2 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -531,7 +531,7 @@ ObjectProperty: OEO_00390023 Annotations: OEO_00020426 "Added issue: https://github.com/OpenEnergyPlatform/ontology/issues/1901 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/0", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1944", "A relation between a data item and an aggregation type that indicates the method of data aggregation applied to the data set.", rdfs:label "has aggregation type"@en @@ -541,7 +541,7 @@ ObjectProperty: OEO_00390024 Annotations: OEO_00020426 "Added issue: https://github.com/OpenEnergyPlatform/ontology/issues/1901 -pull request: https://github.com/OpenEnergyPlatform/ontology/pull/0", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1944", "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 @@ -3166,7 +3166,7 @@ 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/0", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1944", "A time stamp is a data descriptor that is used to describe 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", "Zeitstempel"@de, rdfs:label "time stamp"@en From b5af940eca53e30372992f90d4890575f176f937 Mon Sep 17 00:00:00 2001 From: madbkr Date: Thu, 10 Oct 2024 14:15:55 +0200 Subject: [PATCH 3/7] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2998de545..c9ad64df2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) +- object properties "has aggregation type" and "has time stamp alignment" (#1944) ### Changed - gams -> General Algebraic Modeling System (#1889) @@ -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) +- definition of time stamp (#1944) ### Obsoletion - economic value, has economic value, economic value (#1931) From 844d7e39373e8077429c0aa888c1b9c822afff47 Mon Sep 17 00:00:00 2001 From: madbkr <92733183+madbkr@users.noreply.github.com> Date: Fri, 11 Oct 2024 10:26:22 +0200 Subject: [PATCH 4/7] Update CHANGELOG.md Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9ad64df2..b8123f530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +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) -- object properties "has aggregation type" and "has time stamp alignment" (#1944) +- has aggregation type, has time stamp alignment (#1944) ### Changed - gams -> General Algebraic Modeling System (#1889) From 11a9e816b8b7098b2e3053f5edb9c0ba2003ae44 Mon Sep 17 00:00:00 2001 From: madbkr <92733183+madbkr@users.noreply.github.com> Date: Fri, 11 Oct 2024 10:26:51 +0200 Subject: [PATCH 5/7] Update CHANGELOG.md Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8123f530..f96a29355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +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) -- definition of time stamp (#1944) +- time stamp (#1944) ### Obsoletion - economic value, has economic value, economic value (#1931) From c379b4f48e7fbedd00b359c86f851c1cf01070fc Mon Sep 17 00:00:00 2001 From: madbkr <92733183+madbkr@users.noreply.github.com> Date: Fri, 11 Oct 2024 10:27:40 +0200 Subject: [PATCH 6/7] Add data set to definition Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- src/ontology/edits/oeo-model.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index ad5ceedf2..a9860a73b 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -532,7 +532,7 @@ ObjectProperty: OEO_00390023 OEO_00020426 "Added issue: https://github.com/OpenEnergyPlatform/ontology/issues/1901 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1944", - "A relation between a data item and an aggregation type that indicates the method of data aggregation applied to the data set.", + "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 From 3fae41df65b1022142fb8355a250882047170771 Mon Sep 17 00:00:00 2001 From: madbkr <92733183+madbkr@users.noreply.github.com> Date: Fri, 11 Oct 2024 10:28:38 +0200 Subject: [PATCH 7/7] Change time stamp definition Co-authored-by: stap-m <38690039+stap-m@users.noreply.github.com> --- src/ontology/edits/oeo-model.omn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index a9860a73b..4d27e6ec6 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -3167,7 +3167,7 @@ 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", - "A time stamp is a data descriptor that is used to describe 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", + "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", "Zeitstempel"@de, rdfs:label "time stamp"@en