Skip to content

Instantly share code, notes, and snippets.

@lsloan
Forked from anonymous/README.md
Last active December 5, 2016 15:24
Show Gist options
  • Save lsloan/2e43be50000bc13f178cad7fcfca71f0 to your computer and use it in GitHub Desktop.
Save lsloan/2e43be50000bc13f178cad7fcfca71f0 to your computer and use it in GitHub Desktop.
JSON-LD Playground: Minimal JSON-LD required for Graded vocab
See README.md, https://gist.github.com/lsloan/2e43be50000bc13f178cad7fcfca71f0#file-readme-md
{
"@context": {
"caliper": "http://purl.imsglobal.org/caliper/",
"verb": "http://purl.imsglobal.org/vocab/caliper/action#",
"action": {
"@id": "caliper:action",
"@type": "@vocab"
},
"Graded": "verb:Graded"
},
"action": "Graded"
}
{
"@context": {
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"playground": "http://json-ld.org/playground#",
"description": "rdfs:label",
"startTab": "playground:startTab",
"copyContext": "playground:copyContext",
"markup": {
"@id": "playground:markup",
"@type": "@id"
},
"context": {
"@id": "playground:context",
"@type": "@id"
},
"frame": {
"@id": "playground:frame",
"@type": "@id"
}
},
"description": "Minimal JSON-LD required for Graded vocab",
"startTab": "tab-expanded",
"copyContext": false,
"markup": "./markup.jsonld",
"frame": "./frame.jsonld",
"context": "./context.jsonld"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment