summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0085-out.jsonld
blob: 274777bf43677de585bbf94ef22285a8cb1c50cf (plain)
1
2
3
4
5
6
7
8
9
{
  "@context": {
    "@vocab": "http://example.org/",
    "input": {"@container": ["@graph", "@id"]}
  },
  "input": {
    "http://example.org/id" : {"value": "x"}
  }
}