Warning, /pim/kitinerary/autotests/structureddata/google-json-ld.json is written in an unsupported language. File is not indexed.

0001 [{
0002     "@context": "http://schema.org",
0003     "@type": "EventReservation",
0004     "reservationNumber": "IO12345",
0005     "underName": {
0006         "@type": "Person",
0007         "name": "John Smith"
0008     },
0009     "reservationFor": {
0010         "@type": "Event",
0011         "name": "Google I/O 2013",
0012         "startDate": "2013-05-15T08:30:00-08:00",
0013         "location": {
0014             "@type": "Place",
0015             "name": "Moscone Center",
0016             "address": {
0017                 "@type": "PostalAddress",
0018                 "streetAddress": "800 Howard St.",
0019                 "addressLocality": "San Francisco",
0020                 "addressRegion": "CA",
0021                 "postalCode": "94103",
0022                 "addressCountry": "US"
0023             }
0024         }
0025     }
0026 }]