You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- add the following classes and individuals:
- class `time stamp`: _A time stamp is a zero-dimensional temporal region
that is used to describe a time step._
- class `time stamp alignment`: _A time stamp alignment is a data descriptor
that indicates the position of a time stamp in a time step._
- individuals `start / middle / end alignment`: _A start / middle / end
alignment is a time stamp alignment indicating that the time stamp marks
the start / middle / end of the time step._ (alternative terms: left /
centre / right alignment)
The individuals are instances of `time stamp alignment`.
- replace the relations for `time step`, which where `has part some start
time`, `has part some end time` and `has part some duration` with `(has part
some start time and has part some ending time) or (has part some time stamp
and has part some time stamp alignment and has part some duration)`
Copy file name to clipboardexpand all lines: src/ontology/edits/oeo-model.omn
+69-3
Original file line number
Diff line number
Diff line change
@@ -1065,13 +1065,16 @@ Class: OEO_00030033
1065
1065
<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_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_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_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_0000115> "An end alignment is a time stamp alignment indicating that the time stamp marks the end of the time step.",
0 commit comments