summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0090-out.jsonld
blob: 42e31005bdf0c7fa842dd259d8642e186c1ac182 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "@context": {
    "@version": 1.1,
    "input": "foo:input",
    "value": "foo:value"
  },
  "input": {
    "@graph": {
      "value": "x"
    }
  }
}