summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/c006-context.jsonld
blob: 6007891a70407561684e85b5a78e1fee031aa5cf (plain)
1
2
3
4
5
6
{
  "@context": {
    "@vocab": "http://example/",
    "Foo": {"@context": {"bar": "http://example.org/bar"}}
  }
}