The Route Planning Linked Open Data vocabulary

A vocabulary to describe public transport timetables

 2014-04-19

 2014-05-01

  • Nicola De Clercq
  • Pieter Colpaert

Classes

Departure

Departure

A class to identify departures of a vehicle at a stop

Properties

stop

stop

A property that gives the stop of departure

 Departure 
 Stop 

nextStop

nextStop

A property that gives the next stop

 Departure 
 Stop 

scheduledDepartureTime

scheduledDepartureTime

A property that gives the scheduled time of the departure

 Departure 
 dateTime 

delay

delay

A property that gives the delay in minutes of the departure

 Departure 
 int 

actualDepartureTime

actualDepartureTime

A property that gives the actual time of departure. This is the scheduled departure time plus the delay.

 Departure 
 dateTime 

platform

platform

A property that gives the platform of departure

 Departure 
 string 

routeLabel

routeLabel

A property that gives the label of the route

 Departure 
 string 

nextStopScheduledArrivalTime

nextStopScheduledArrivalTime

A property that gives the scheduled arrival time at the next stop

 Departure 
 dateTime 

nextStopDelay

nextStopDelay

A property that gives the arrival delay in minutes at the next stop

 Departure 
 int 

nextStopActualArrivalTime

nextStopActualArrivalTime

A property that gives the actual arrival time at the next stop. This is the scheduled arrival time at the next stop plus the delay at the next stop.

 Departure 
 dateTime 

nextStopPlatform

nextStopPlatform

A property that gives the platform of arrival at the next stop

 Departure 
 string