From 65529e67ceffce12207184c51c5d3ebe8aed5627 Mon Sep 17 00:00:00 2001 From: stap-m Date: Tue, 7 May 2024 09:13:55 +0200 Subject: [PATCH 1/5] make time stamp a data descriptor #1536 --- src/ontology/edits/oeo-model.omn | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 1526218f1..d5a52f155 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -503,6 +503,9 @@ Class: Class: +Class: + + Class: @@ -2850,7 +2853,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/565", Class: OEO_00140043 Annotations: - "A time stamp is a zero-dimensional temporal region that is used to describe a time step.", + "A time stamp is a data descriptor that is used to describe a temporal region.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570 @@ -2860,11 +2863,16 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1390 rework module structure issue: https://github.com/OpenEnergyPlatform/ontology/issues/1592 +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/1652", rdfs:label "time stamp"@en SubClassOf: - + OEO_00000119, + some Class: OEO_00140044 From bd0a1990784a6dcf363cf47b7a87d4d6857ef141 Mon Sep 17 00:00:00 2001 From: stap-m Date: Tue, 7 May 2024 09:22:09 +0200 Subject: [PATCH 2/5] add (de)commissioning start #1536 --- src/ontology/edits/oeo-model.omn | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index d5a52f155..6baa4db18 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -2569,6 +2569,30 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1842", OEO_00000275 +Class: OEO_00020416 + + Annotations: + "A commissioning start is a start time that indicates the beginning of a commissioning time.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1536 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1853", + rdfs:label "commissioning start" + + SubClassOf: + OEO_00030031 + + +Class: OEO_00020417 + + Annotations: + "A decommissioning start is a start time that indicates the beginning of a decommissioning time.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1536 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1853", + rdfs:label "decommissioning start" + + SubClassOf: + OEO_00030031 + + Class: OEO_00030007 Annotations: @@ -2867,7 +2891,7 @@ 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/1652", +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1853", rdfs:label "time stamp"@en SubClassOf: From 6cf6a166df1f78fe203a312389e72d7e001ce986 Mon Sep 17 00:00:00 2001 From: stap-m Date: Tue, 7 May 2024 09:25:04 +0200 Subject: [PATCH 3/5] add (de)commissioning end #1536 --- src/ontology/edits/oeo-model.omn | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 6baa4db18..48f2b1305 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -2593,6 +2593,30 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1853", OEO_00030031 +Class: OEO_00020420 + + Annotations: + "A decommissioning end is an end time that indicates the beginning of a decommissioning time.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1536 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1853", + rdfs:label "decommissioning end" + + SubClassOf: + OEO_00030032 + + +Class: OEO_00020421 + + Annotations: + "A commissioning end is an end time that indicates the beginning of a commissioning time.", + "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1536 +pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1853", + rdfs:label "commissioning end" + + SubClassOf: + OEO_00030032 + + Class: OEO_00030007 Annotations: From 3237d302550cb547cf6fb8a5aa3596666063662d Mon Sep 17 00:00:00 2001 From: stap-m Date: Tue, 7 May 2024 09:33:22 +0200 Subject: [PATCH 4/5] axioms of time stamp --- src/ontology/edits/oeo-model.omn | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/ontology/edits/oeo-model.omn b/src/ontology/edits/oeo-model.omn index 48f2b1305..c16a9c65a 100644 --- a/src/ontology/edits/oeo-model.omn +++ b/src/ontology/edits/oeo-model.omn @@ -581,6 +581,9 @@ Class: Class: +Class: + + Class: @@ -2597,6 +2600,7 @@ Class: OEO_00020420 Annotations: "A decommissioning end is an end time that indicates the beginning of a decommissioning time.", + "decommissioning date", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1536 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1853", rdfs:label "decommissioning end" @@ -2609,6 +2613,7 @@ Class: OEO_00020421 Annotations: "A commissioning end is an end time that indicates the beginning of a commissioning time.", + "commissioning date", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/1536 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1853", rdfs:label "commissioning end" @@ -2901,7 +2906,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/565", Class: OEO_00140043 Annotations: - "A time stamp is a data descriptor that is used to describe a temporal region.", + "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.", "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267 pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570 @@ -2920,7 +2925,8 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1853", SubClassOf: OEO_00000119, - some + some , + some Class: OEO_00140044 From a7ff607c8e56cb7efd2b848e4c2d34d836a6a6af Mon Sep 17 00:00:00 2001 From: stap-m Date: Tue, 7 May 2024 09:43:53 +0200 Subject: [PATCH 5/5] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d1255ac1..3d6fc1216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,10 +13,12 @@ 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) +- (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) +- time stamp (#1853) ### Removed