summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0101-out.jsonld
blob: c20697c38c83d9dceb528bc62f36bbf04d1db768 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "@context": {
    "@vocab": "http://example.org/",
    "input": {"@container": ["@graph", "@id", "@set"]}
  },
  "input": {
    "http://example.com/g1": [{"value": "x"}],
    "http://example.com/g2": [{"value": "y"}]
  }
}