Warning, /pim/kitinerary/autotests/jsonlddata/graph.in.json is written in an unsupported language. File is not indexed.

0001 [{
0002   "@context": "https://schema.org",
0003   "@graph": [
0004     {
0005       "@type": "Organization",
0006       "@id": "/#organization",
0007       "name": "A car company",
0008       "url": "/",
0009       "logo": {
0010         "@type": "ImageObject",
0011         "@id": "/#logo",
0012         "url": "/favicon.png",
0013         "caption": "Creating cars"
0014       },
0015       "image": {
0016         "@id": "/#logo"
0017       }
0018     },
0019     {
0020       "@type": "WebSite",
0021       "@id": "/#website",
0022       "url": "/",
0023       "name": "Car Company",
0024       "publisher": {
0025         "@id": "/#organization"
0026       },
0027       "potentialAction": {
0028         "@type": "SearchAction",
0029         "target": "/?s={search_term_string}",
0030         "query-input": "required name=search_term_string"
0031       }
0032     },
0033     {
0034       "@type": "ImageObject",
0035       "@id": "/#primaryimage",
0036       "url": "/logo@2x.png"
0037     },
0038     {
0039       "@type": "WebPage",
0040       "@id": "/#webpage",
0041       "url": "/",
0042       "name": "Some car company",
0043       "isPartOf": {
0044         "@id": "/#website"
0045       },
0046       "about": {
0047         "@id": "/#organization"
0048       },
0049       "primaryImageOfPage": {
0050         "@id": "/#primaryimage"
0051       },
0052       "datePublished": "2019-12-20T12:18:20+00:00",
0053       "dateModified": "2020-02-06T08:33:55+00:00"
0054     }
0055   ]
0056 }]