Replies: 1 comment
-
|
Looks like this has been implemented and examples at
So this conversation can be closed as resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
EDTF Level 1 provides expressions for open intervals of time, i.e. intervals that do not have a beginning, or that do not have an end. These are distinguished from intervals for which either the beginning or end is simply not known. The latter are easily modeled using the Time Ontology as time intervals for which the beginning or end is left unstated: under the open world assumption, if nothing is said about an endpoint of an interval, that just means we know nothing about it, not that it doesn’t exist.
Open intervals, however, are trickier, because of that same open world assumption. Simply omitting the missing endpoint would make open intervals indistinguishable from intervals with an unknown endpoint. Instead, we want to express that the interval does not have an endpoint, not that we do not know anything about the endpoint.
For this purpose the draft EDTF Ontology defines two subclasses of
time:ProperIntervalfor modeling open intervals:edtfo:OpenBeginningIntervaledtfo:OpenEndIntervalThe former adds the constraint that instances must have zero
time:hasBeginningvalues, while the latter adds the constraint that instances must have zerotime:hasEndvalues.Examples:
Beta Was this translation helpful? Give feedback.
All reactions