Skip to content

Instantly share code, notes, and snippets.

@hubgit
hubgit / scholarly-article.json
Last active December 24, 2016 19:09
JSON-LD representation of a scholarly article
{
"@context": "http://schema.org",
"@graph": [
{
"@type": "ScholarlyArticle",
"name": "The title of the article",
"datePublished": "2015-03-17",
"dateCreated": "2014-12-31",
"isPartOf": {
"@type": "PublicationIssue",