summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/c006-out.jsonld
blob: 757aeaa1148b05fb28a59a8b961a67ed5d4b721a (plain)
1
2
3
4
5
6
7
{
  "@context": {
    "@vocab": "http://example/",
    "Foo": {"@context": {"bar": "http://example.org/bar"}}
  },
  "a": {"@type": "Foo", "bar": "baz"}
}