linked-gtfs
linked-gtfs copied to clipboard
propertys not implemented
While going through the spec there for a seperate project I noticed that it lists gtfs:routeUrl as the predicate for specifying the route_url property from routes.csv.
However this predicate doesn't appear to be specified in the ontology at http://vocab.gtfs.org/terms#
Also noticed that there is no corresponding property for the "timepoint" field of stop_times.
Adding this here because it's a similar issue, gtfs:arrivalTime and gtfs:departureTime should specify range as XSD:time
@diarmuidr3d the range is xsd:duration... Not sure why we didn't add this in the spec yet indeed. Willing to do a pull request?
Sure thing, I'll do that shortly. Why do you use xsd:duration, is it because the GTFS time may go over 24 h? Would xsd:time not work anyway?
And also because it's defined as time from midnight, which returns counter-intuitive results for days where the was an hour more or less due to daylight saving time, so xsd:time would not work