Skip to content

Instantly share code, notes, and snippets.

Created December 2, 2016 22:52
Show Gist options
  • Save anonymous/a514ae35c31c73531c6a5e1301fe8a92 to your computer and use it in GitHub Desktop.
Save anonymous/a514ae35c31c73531c6a5e1301fe8a92 to your computer and use it in GitHub Desktop.
JSON-LD Playground: Minimal JSON-LD required for Graded vocab

Minimal JSON-LD required for Graded vocab

This gist was automatically created by the JSON-LD Playground. You can see it loaded there by visiting:

http://json-ld.org/playground#/gist/<gist id>
{
"@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