1 2 3 4 5 6 7 8 9 10 11 12 13
{ "@context": { "input": {"@id": "foo:input", "@container": "@graph"}, "value": "foo:value" }, "input": { "@included": [{ "value": "x" }, { "value": "y" }] } }