summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0109-out.jsonld
blob: 3a322f1aad0f50926631ea6b4764e4bbb3c487e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "@context": {
    "input": {"@id": "foo:input", "@container": "@graph"},
    "value": "foo:value"
  },
  "input": {
    "@included": [{
      "value": "x"
    }, {
      "value": "y"
    }]
  }
}