-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
How about this (using a JSON-LD ish notation)? Familiar GeoJSON idioms at work:
At an instant
{ "@context": {"Instant": "http://www.w3.org/2006/time#Instant"}, "type": "Feature",
"geometry": {"type": "Point", ...},
"time": {"type": "Instant", "value": "2014-04-03"},
"properties": ... }
During an interval
{ "@context": {"Interval": "http://www.w3.org/2006/time#Interval"}, "type": "Feature",
"geometry": {"type": "Point", ...},
"time": {"type": "Interval", "value": ["2014-04-03", "2014-04-04"]},
"properties": ... }
I can't think of a reason not to use a subset of W3C's time vocabulary: OWL Time.
Analogies
- "Instant" and "Point"
- "Interval" and "LineString"
Metadata
Metadata
Assignees
Labels
No labels