Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add time stamp and time stamp alignment #570

Merged
merged 3 commits into from
Oct 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Here is a template for new release sections
- chemical reaction and subclasses (#568)
- demand (#569)
- consumption (#569)
- time stamp and time stamp alignment (#570)

### Changed
- move subclasses of has participant (#530)
Expand Down
72 changes: 69 additions & 3 deletions src/ontology/edits/oeo-model.omn
Original file line number Diff line number Diff line change
Expand Up @@ -1065,13 +1065,16 @@ Class: OEO_00030033
<http://purl.obolibrary.org/obo/IAO_0000115> "A time step is a one-dimensional temporal region that has a start time and an endtime and thus a finite duration.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/538",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570",
rdfs:label "time step"

SubClassOf:
<http://purl.obolibrary.org/obo/BFO_0000038>,
<http://purl.obolibrary.org/obo/BFO_0000051> some OEO_00030031,
<http://purl.obolibrary.org/obo/BFO_0000051> some OEO_00030032,
<http://purl.obolibrary.org/obo/BFO_0000051> some OEO_00030035
((<http://purl.obolibrary.org/obo/BFO_0000051> some OEO_00030031)
and (<http://purl.obolibrary.org/obo/BFO_0000051> some OEO_00030032)) or ((<http://purl.obolibrary.org/obo/BFO_0000051> some OEO_00030035)
and (<http://purl.obolibrary.org/obo/BFO_0000051> some OEO_00140043)
and (<http://purl.obolibrary.org/obo/BFO_0000051> some OEO_00140044))


Class: OEO_00030034
Expand Down Expand Up @@ -1153,6 +1156,30 @@ pull request: https://github.com/OpenEnergyPlatform/ontology/pull/565",
OEO_00140024


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_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570",
rdfs:label "time stamp"@en

SubClassOf:
<http://purl.obolibrary.org/obo/BFO_0000148>


Class: OEO_00140044

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A time stamp alignment is a data descriptor that indicates the position of a time stamp in a time step.",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570",
rdfs:label "time stamp alignment"@en

SubClassOf:
OEO_00000119


Individual: OEO_00000049

Annotations:
Expand Down Expand Up @@ -1432,3 +1459,42 @@ Individual: OEO_00000451
OEO_00000120


Individual: OEO_00140045

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A start alignment is a time stamp alignment indicating that the time stamp marks the start of the time step.",
<http://purl.obolibrary.org/obo/IAO_0000118> "left alignment",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570",
rdfs:label "start alignment"@en

Types:
OEO_00140044


Individual: OEO_00140046

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "A middle alignment is a time stamp alignment indicating that the time stamp marks the middle of the time step.",
<http://purl.obolibrary.org/obo/IAO_0000118> "centre alignment",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570",
rdfs:label "middle alignment"@en

Types:
OEO_00140044


Individual: OEO_00140047

Annotations:
<http://purl.obolibrary.org/obo/IAO_0000115> "An end alignment is a time stamp alignment indicating that the time stamp marks the end of the time step.",
<http://purl.obolibrary.org/obo/IAO_0000118> "right alignment",
<http://purl.obolibrary.org/obo/IAO_0000233> "issue: https://github.com/OpenEnergyPlatform/ontology/issues/267
pull request: https://github.com/OpenEnergyPlatform/ontology/pull/570",
rdfs:label "end alignment"@en

Types:
OEO_00140044