summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0078-context.jsonld
blob: 6b66ae3ec003c057dc18375fa01c12b6edbcf848 (plain)
1
2
3
4
5
6
7
{
  "@context": {
    "@version": 1.1,
    "input": {"@id": "foo:input", "@container": ["@graph", "@set"]},
    "value": "foo:value"
  }
}