Skip to content

Instantly share code, notes, and snippets.

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