Advertisement
Guest User

Untitled

a guest
Jun 6th, 2016
760
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.02 KB | None | 0 0
  1. {
  2.  "@context": {
  3.   "@vocab": "http://schema.org/",
  4.   "goog": "http://schema.googleapis.com/",
  5.   "EntitySearchResult": "goog:EntitySearchResult",
  6.   "detailedDescription": "goog:detailedDescription",
  7.   "resultScore": "goog:resultScore",
  8.   "kg": "http://g.co/kg"
  9.  },
  10.  "@type": "ItemList",
  11.  "itemListElement": [
  12.   {
  13.    "@type": "EntitySearchResult",
  14.    "result": {
  15.     "@id": "kg:/m/014nm_",
  16.     "name": "1990 FIFA World Cup",
  17.     "@type": [
  18.      "Thing",
  19.      "Event"
  20.     ],
  21.     "description": "Football cup",
  22.     "detailedDescription": {
  23.      "articleBody": "The 1990 FIFA World Cup was the 14th FIFA World Cup, the quadrennial international football world championship tournament. It was held from 8 June to 8 July 1990 in Italy, the second country to host the event twice. ",
  24.      "url": "http://en.wikipedia.org/wiki/1990_FIFA_World_Cup",
  25.      "license": "https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License"
  26.     }
  27.    },
  28.    "resultScore": 19.790936
  29.   }
  30.  ]
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement