linked-gtfs icon indicating copy to clipboard operation
linked-gtfs copied to clipboard

propertys not implemented

Open diarmuidr3d opened this issue 9 years ago • 5 comments

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#

diarmuidr3d avatar Dec 02 '15 17:12 diarmuidr3d

Also noticed that there is no corresponding property for the "timepoint" field of stop_times.

diarmuidr3d avatar Dec 03 '15 01:12 diarmuidr3d

Adding this here because it's a similar issue, gtfs:arrivalTime and gtfs:departureTime should specify range as XSD:time

diarmuidr3d avatar Jan 18 '16 10:01 diarmuidr3d

@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?

pietercolpaert avatar Jan 18 '16 12:01 pietercolpaert

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?

diarmuidr3d avatar Jan 19 '16 04:01 diarmuidr3d

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

pietercolpaert avatar Jan 19 '16 08:01 pietercolpaert