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