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