Skip to content

Commit fc12d51

Browse files
author
Pieter Colpaert
committed
Merge pull request #10 from diarmuidr3d/diarmuidr3d-patch-3
Add range for arrivalTime and departureTime for #7
2 parents f68fdf1 + ac3a0eb commit fc12d51

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

gtfs.ttl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,8 @@ gtfs:arrivalTime a rdf:Property ;
425425
rdfs:comment "Check the original specification for special cases"@en ;
426426
rdfs:comment "Compruebe la especificación original para casos especiales"@es ;
427427
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 .
429430

430431
gtfs:departureTime a rdf:Property ;
431432
status:term_status "unstable"@en ;
@@ -435,7 +436,8 @@ gtfs:departureTime a rdf:Property ;
435436
rdfs:comment "Check the original specification for special cases"@en ;
436437
rdfs:comment "Compruebe la especificación original para casos especiales"@es ;
437438
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 .
439441

440442
gtfs:stopSequence a rdf:Property ;
441443
status:term_status "unstable"@en ;

0 commit comments

Comments
 (0)