summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/in01-context.jsonld
blob: d52ab4457734d94e75147262cc6f3a28f83575b1 (plain)
1
2
3
4
5
6
7
{
  "@context": {
    "@version": 1.1,
    "@vocab": "http://example.org/",
    "included": {"@id": "@included", "@container": "@set"}
  }
}