summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/pr02-context.jsonld
blob: 2c7433f92120cc7d6f7a845e8cf8fbe68f7f9c7b (plain)
1
2
3
4
5
6
7
8
9
{
  "@context": [{
    "@vocab": "http://example.com/",
    "@version": 1.1,
    "protected": {"@type": "@id", "@protected": true}
  }, {
    "protected": {"@type": "@vocab"}
  }]
}