Google Knowledge Graph Search · JSON-LD Context

context Context

JSON-LD context defining the semantic vocabulary for context from Google Knowledge Graph Search.

14 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

kg: https://kgsearch.googleapis.com/v1/

Classes

Thing Person Place Organization name description url image sameAs detailedDescription identifier ItemList itemListElement resultScore

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "kg": "https://kgsearch.googleapis.com/v1/",
    "Thing": "schema:Thing",
    "Person": "schema:Person",
    "Place": "schema:Place",
    "Organization": "schema:Organization",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "image": "schema:image",
    "sameAs": "schema:sameAs",
    "detailedDescription": "schema:description",
    "identifier": "schema:identifier",
    "ItemList": "schema:ItemList",
    "itemListElement": "schema:itemListElement",
    "resultScore": "kg:resultScore"
  }
}