summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/m020-out.jsonld
blob: d571678d162703acc93094950d8263109a0ea16d (plain)
1
2
3
4
5
6
7
8
9
{
  "@context": {
    "@version": 1.1,
    "@vocab": "http://example.org/ns/",
    "@base": "http://example.org/base/",
    "foo": { "@container": "@type" }
  },
  "foo": {"bar": "baz"}
}