Google People · JSON-LD Context

context Context

JSON-LD context defining the semantic vocabulary for context from Google People.

19 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

people: https://people.googleapis.com/v1/

Classes

Person name givenName familyName email telephone address PostalAddress streetAddress addressLocality addressRegion postalCode addressCountry worksFor jobTitle image birthDate url ContactPoint

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "people": "https://people.googleapis.com/v1/",
    "Person": "schema:Person",
    "name": "schema:name",
    "givenName": "schema:givenName",
    "familyName": "schema:familyName",
    "email": "schema:email",
    "telephone": "schema:telephone",
    "address": "schema:address",
    "PostalAddress": "schema:PostalAddress",
    "streetAddress": "schema:streetAddress",
    "addressLocality": "schema:addressLocality",
    "addressRegion": "schema:addressRegion",
    "postalCode": "schema:postalCode",
    "addressCountry": "schema:addressCountry",
    "worksFor": "schema:worksFor",
    "jobTitle": "schema:jobTitle",
    "image": "schema:image",
    "birthDate": "schema:birthDate",
    "url": "schema:url",
    "ContactPoint": "schema:ContactPoint"
  }
}