summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/c011-context.jsonld
blob: ede2fd4f33c76a579811972235a6ed764730a2af (plain)
1
2
3
4
5
6
7
8
{
  "@context": {
    "@vocab": "http://example/",
    "id": "@id",
    "type": "@type",
    "Foo": {"@context": {"id": null, "type": null}}
  }
}