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