summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/n009-out.jsonld
blob: a251580cb6551fa4d922d4fb98af903a183d09ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "@context": {
    "@vocab": "http://example/",
    "idmap": {"@container": "@id", "@nest": "nestedidmap"},
    "nestedidmap": "@nest"
  },
  "nestedidmap": {
    "idmap": {
      "http://example.org/foo": {"label": "Object with @id <foo>"},
      "_:bar": {"label": "Object with @id _:bar"}
    }
  }
}