Warning, /pim/kitinerary/autotests/extractordata/aohostels/aohostels_1.txt.json is written in an unsupported language. File is not indexed.

0001 [
0002     {
0003         "@context": "http://schema.org",
0004         "@type": "LodgingReservation",
0005         "checkinTime": {
0006             "@type": "QDateTime",
0007             "@value": "2018-08-10T15:00:00+02:00",
0008             "timezone": "Europe/Vienna"
0009         },
0010         "checkoutTime": {
0011             "@type": "QDateTime",
0012             "@value": "2018-08-18T10:00:00+02:00",
0013             "timezone": "Europe/Vienna"
0014         },
0015         "priceCurrency": "EUR",
0016         "reservationFor": {
0017             "@type": "LodgingBusiness",
0018             "address": {
0019                 "@type": "PostalAddress",
0020                 "addressCountry": "AT",
0021                 "addressLocality": "Wien",
0022                 "postalCode": "1100",
0023                 "streetAddress": "Sonnwendgasse 11"
0024             },
0025             "email": "AO-XX-XX@aohostels.com",
0026             "geo": {
0027                 "@type": "GeoCoordinates",
0028                 "latitude": 48.1828498840332,
0029                 "longitude": 16.37863540649414
0030             },
0031             "name": "a&o Wien Hauptbahnhof",
0032             "telephone": "+43 1 602 1234 5678"
0033         },
0034         "reservationNumber": "AOI-XX-1234567",
0035         "reservationStatus": "http://schema.org/ReservationConfirmed",
0036         "totalPrice": 999.99,
0037         "underName": {
0038             "@type": "Person",
0039             "name": "John Doe"
0040         }
0041     }
0042 ]