Skip to content

Instantly share code, notes, and snippets.

@dmitrizagidulin
Created July 31, 2018 16:28
Show Gist options
  • Save dmitrizagidulin/71d87a0acb2e756f975404c661df88d3 to your computer and use it in GitHub Desktop.
Save dmitrizagidulin/71d87a0acb2e756f975404c661df88d3 to your computer and use it in GitHub Desktop.
{
"@context": {
"givenName": "http://schema.org/givenName",
"birthDate": "http://schema.org/birthDate"
},
"@graph": [
{
"@id": "http://www.alice.com#me",
"givenName": "Alice",
"birthDate": "1990-01-01"
},
{
"@id": "http://bob.provider.com#about",
"givenName": "Bob",
"birthDate": "1995-02-02"
},
{
"@id": "http://cindy.provider.com#about",
"givenName": "Cindy",
"birthDate": "1999-01-01"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment