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