Skip to content

Instantly share code, notes, and snippets.

@dmitrizagidulin
Created July 31, 2018 16:28
Show Gist options
  • Save dmitrizagidulin/ada3c0d4ee1d351ade79fd8ce17d531f to your computer and use it in GitHub Desktop.
Save dmitrizagidulin/ada3c0d4ee1d351ade79fd8ce17d531f to your computer and use it in GitHub Desktop.
{
"context": {
"givenName": "http://schema.org/givenName",
"birthDate": "http://schema.org/birthDate"
},
"data": [
{
"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