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