Skip to content

Commit

Permalink
Merge pull request #1853 from OpenEnergyPlatform/feature-1536-project…
Browse files Browse the repository at this point in the history
…-lifetime

project lifetime dates #1536
  • Loading branch information
stap-m authored May 10, 2024
2 parents 2fb0cbd + 2d528de commit 58d6df0
Show file tree
Hide file tree
Showing 2 changed files with 67 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,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)
- has bearer, has characteristic, characteristic of, role of, model role (#1852)

### Removed
Expand Down
68 changes: 65 additions & 3 deletions src/ontology/edits/oeo-model.omn
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,9 @@ Class: <http://purl.obolibrary.org/obo/BFO_0000003>
Class: <http://purl.obolibrary.org/obo/BFO_0000006>


Class: <http://purl.obolibrary.org/obo/BFO_0000008>


Class: <http://purl.obolibrary.org/obo/BFO_0000009>


Expand Down Expand Up @@ -578,6 +581,9 @@ Class: <http://purl.obolibrary.org/obo/IAO_0000300>
Class: <http://purl.obolibrary.org/obo/IAO_0000310>


Class: <http://purl.obolibrary.org/obo/IAO_0000582>


Class: <http://purl.obolibrary.org/obo/RO_0002577>


Expand Down Expand Up @@ -2566,6 +2572,56 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/1842",
OEO_00000275


Class: OEO_00020416

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A commissioning start is a start time that indicates the beginning of a commissioning time.",
<http://purl.obolibrary.org/obo/IAO_0000233> "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:
<http://purl.obolibrary.org/obo/IAO_0000115> "A decommissioning start is a start time that indicates the beginning of a decommissioning time.",
<http://purl.obolibrary.org/obo/IAO_0000233> "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_00020420

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A decommissioning end is an end time that indicates the beginning of a decommissioning time.",
<http://purl.obolibrary.org/obo/IAO_0000118> "decommissioning date",
<http://purl.obolibrary.org/obo/IAO_0000233> "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:
<http://purl.obolibrary.org/obo/IAO_0000115> "A commissioning end is an end time that indicates the beginning of a commissioning time.",
<http://purl.obolibrary.org/obo/IAO_0000118> "commissioning date",
<http://purl.obolibrary.org/obo/IAO_0000233> "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:
Expand Down Expand Up @@ -2850,7 +2906,7 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/565",
Class: OEO_00140043

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A time stamp is a zero-dimensional temporal region that is used to describe a time step.",
<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.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570

Expand All @@ -2860,11 +2916,17 @@ 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",
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",
rdfs:label "time stamp"@en

SubClassOf:
<http://purl.obolibrary.org/obo/BFO_0000148>
OEO_00000119,
<http://purl.obolibrary.org/obo/IAO_0000136> some <http://purl.obolibrary.org/obo/BFO_0000008>,
<http://purl.obolibrary.org/obo/IAO_0000136> some <http://purl.obolibrary.org/obo/IAO_0000582>


Class: OEO_00140044
Expand Down

0 comments on commit 58d6df0

Please sign in to comment.