Skip to content

Instantly share code, notes, and snippets.

@indeyets
Created September 3, 2013 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indeyets/d9e996c54bf0bac916e7 to your computer and use it in GitHub Desktop.
Save indeyets/d9e996c54bf0bac916e7 to your computer and use it in GitHub Desktop.
{
"@context": {
"schema": "http://schema.org/",
"localpedia": "http://example.org/localpedia/",
"author1": {"@id": "localpedia:author1", "@type": "@id"}
},
"@graph": [
{
"@type": "schema:Article",
"schema:author": "author1"
},
{
"@id": "localpedia:author1",
"schema:name": "Foo Bar"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment