File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -425,7 +425,8 @@ gtfs:arrivalTime a rdf:Property ;
425
425
rdfs:comment " Check the original specification for special cases" @en ;
426
426
rdfs:comment " Compruebe la especificación original para casos especiales" @es ;
427
427
rdfs:seeAlso <https://developers.google.com/transit/gtfs/reference#stop_times_fields> ;
428
- rdfs:domain gtfs:StopTime .
428
+ rdfs:domain gtfs:StopTime ;
429
+ rdfs:range xsd:duration .
429
430
430
431
gtfs:departureTime a rdf:Property ;
431
432
status:term_status " unstable" @en ;
@@ -435,7 +436,8 @@ gtfs:departureTime a rdf:Property ;
435
436
rdfs:comment " Check the original specification for special cases" @en ;
436
437
rdfs:comment " Compruebe la especificación original para casos especiales" @es ;
437
438
rdfs:seeAlso <https://developers.google.com/transit/gtfs/reference#stop_times_fields> ;
438
- rdfs:domain gtfs:StopTime .
439
+ rdfs:domain gtfs:StopTime ;
440
+ rdfs:range xsd:duration .
439
441
440
442
gtfs:stopSequence a rdf:Property ;
441
443
status:term_status " unstable" @en ;
You can’t perform that action at this time.
0 commit comments