summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/c004-context.jsonld
blob: fef92587197d4e0c9e93a3a55191ee3e528e8ca5 (plain)
1
2
3
4
5
6
{
  "@context": {
    "@vocab": "http://example/",
    "foo": {"@context": {"baz": {"@type": "@id"}}}
  }
}