Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions gtfs.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,8 @@ gtfs:arrivalTime a rdf:Property ;
rdfs:comment "Check the original specification for special cases"@en ;
rdfs:comment "Compruebe la especificación original para casos especiales"@es ;
rdfs:seeAlso <https://developers.google.com/transit/gtfs/reference#stop_times_fields> ;
rdfs:domain gtfs:StopTime .
rdfs:domain gtfs:StopTime ;
rdfs:range xsd:duration .

gtfs:departureTime a rdf:Property ;
status:term_status "unstable"@en ;
Expand All @@ -435,7 +436,8 @@ gtfs:departureTime a rdf:Property ;
rdfs:comment "Check the original specification for special cases"@en ;
rdfs:comment "Compruebe la especificación original para casos especiales"@es ;
rdfs:seeAlso <https://developers.google.com/transit/gtfs/reference#stop_times_fields> ;
rdfs:domain gtfs:StopTime .
rdfs:domain gtfs:StopTime ;
rdfs:range xsd:duration .

gtfs:stopSequence a rdf:Property ;
status:term_status "unstable"@en ;
Expand Down