Skip to content

Commit 4413334

Browse files
committed
Add range for arrivalTime and departureTime for OpenTransport#7
1 parent f68fdf1 commit 4413334

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

gtfs.ttl

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
@prefix dcat: <http://www.w3.org/ns/dcat#> .
1111
@prefix vann: <http://purl.org/vocab/vann/> .
1212
@prefix cc: <http://creativecommons.org/ns#> .
13-
@prefix status: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
13+
@prefix status: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .a
1414
@prefix schema: <http://schema.org/> .
1515
#the deprecated vocabulary we're still linking to - https://github.com/iand/vocab-transit/issues/4
1616
@prefix transit: <http://vocab.org/transit/terms/> .
@@ -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)