Skip to content

Instantly share code, notes, and snippets.

@arfon
Created July 9, 2014 01:18
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 arfon/819a8737f3e6529e69e9 to your computer and use it in GitHub Desktop.
Save arfon/819a8737f3e6529e69e9 to your computer and use it in GitHub Desktop.
JSON-LD Transitive Credit
{
"@context": "http://schema.org",
"@type": "ScholarlyArticle",
"headline": "Implementing Transitive Credit",
"dateCreated": "2014-07-10",
"keywords": "transitive credit, credit for code, json-ld, linked data",
"author": [
{
"@type": "Person",
"name": "Daniel S. Katz",
"@id": "http://orcid.org/0000-0001-5934-7525",
"email": "d.katz@ieee.org"
},
{
"@type": "Person",
"name": "Arfon Smith",
"@id": "http://orcid.org/0000-0002-7217-4494",
"email": "arfon@github.com"
}
],
"citation": {
"articles": [
{
"@context": "http://schema.org",
"@type": "ScholarlyArticle",
"headline": "Transitive credit as a means to address social and technological concerns stemming from citation and attribution of digital products",
"url": "http://files.figshare.com/1264316/citation_WSSSPE.pdf",
"credit": "0.6"
}
],
"software": [
{
"@context": "http://schema.org",
"@type": "Code",
"name": "Fidgit",
"codeRepository": "https://github.com/arfon/fidgit",
"license": "http://opensource.org/licenses/MIT",
"credit": "0.1"
}
],
"other": [
{
"@context": "http://schema.org",
"@type": "BlogPosting",
"headline": "JSON-LD for software discovery, reuse and credit",
"url": "http://www.arfon.org/json-ld-for-software-discovery-reuse-and-credit",
"license": "http://creativecommons.org/licenses/by/4.0/",
"credit": "0.3"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment