-
Notifications
You must be signed in to change notification settings - Fork 17
Vocab Time examples #118
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
Comments
I'll reflect use cases I'm aware of as news/media guy:
My considerations:
General note: the specs of period-like LeftOperands claim the period has to be expressed as represented in xmlschema11-2 (linked without any deep linking). Unfortunately XML Schema 1.1 doesn't specify anything about periods, it only knows about duration. Linking to duration may mix up semantics and format requirements. |
I also like the idea of dateTime just being explicit datetimes only - no Periods (durations), as in P2H, as then we have the "when does it start" issue (otherwise it is the same as elapsedTime). Also, elapsedTime, meteredTime, and timeInterval are all time periods (xsd:duration), and all "start" the moment you first exercise the action. |
Comments from wide review: |
Proposal: remove "period" from datetime definition And add some narrative examples to the other time-based terms. @nitmws Comments? |
Removed period support from dateTime and updated time-based terms with examples Commit a196056 |
Give better examples for the 5 time-based constraint actions (to make it clearer how they are used and their differences)
dateTime
delayPeriod
elapsedTime
meteredTime
timeInterval
The text was updated successfully, but these errors were encountered: