Warning, /pim/kitinerary/autotests/postprocessordata/triangle-filter-bus-train.post.json is written in an unsupported language. File is not indexed.

0001 [
0002     {
0003         "@context": "http://schema.org",
0004         "@type": "TrainReservation",
0005         "reservationFor": {
0006             "@type": "TrainTrip",
0007             "arrivalStation": {
0008                 "@type": "TrainStation",
0009                 "name": "Köln Hbf"
0010             },
0011             "arrivalTime": "2014-01-24T12:09:00",
0012             "departureDay": "2014-01-24",
0013             "departureStation": {
0014                 "@type": "TrainStation",
0015                 "name": "Berlin Hbf"
0016             },
0017             "departureTime": {
0018                 "@type": "QDateTime",
0019                 "@value": "2014-01-24T07:46:00+01:00",
0020                 "timezone": "Europe/Berlin"
0021             },
0022             "trainNumber": "ICE 123"
0023         },
0024         "reservationNumber": "XXX007",
0025         "reservationStatus": "http://schema.org/ReservationConfirmed"
0026     },
0027     {
0028         "@context": "http://schema.org",
0029         "@type": "BusReservation",
0030         "reservationFor": {
0031             "@type": "BusTrip",
0032             "arrivalBusStop": {
0033                 "@type": "BusStation",
0034                 "name": "Bonn Hbf"
0035             },
0036             "arrivalTime": {
0037                 "@type": "QDateTime",
0038                 "@value": "2014-01-24T13:45:00+01:00",
0039                 "timezone": "Europe/Berlin"
0040             },
0041             "busNumber": "Bus 42",
0042             "departureBusStop": {
0043                 "@type": "BusStation",
0044                 "name": "Köln Hbf"
0045             },
0046             "departureTime": "2014-01-24T12:17:00"
0047         },
0048         "reservationNumber": "XXX007",
0049         "reservationStatus": "http://schema.org/ReservationConfirmed"
0050     }
0051 ]
0052 
0053