Skip to content

Instantly share code, notes, and snippets.

Created February 22, 2015 16:06
Show Gist options
  • Save anonymous/869643d2acf29601231e to your computer and use it in GitHub Desktop.
Save anonymous/869643d2acf29601231e to your computer and use it in GitHub Desktop.
JSON-LD Playground: SHARE Notification Service Metadata JSON-LD context and sample

SHARE Notification Service Metadata JSON-LD context and sample

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": {
"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": "SHARE Notification Service Metadata JSON-LD context and sample",
"startTab": "tab-compacted",
"copyContext": false,
"markup": "http://share.clst.org/examples/notify-example.json",
"context": "http://share.clst.org/schema/notify/0.0/notify-context.json"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment