summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/js07-context.jsonld
blob: c037c68d589cb5fad676e7a77366d0db60399351 (plain)
1
2
3
4
5
6
{
  "@context": {
    "@version": 1.1,
    "e": {"@id": "http://example.org/vocab#array", "@type": "@json", "@container": "@set"}
  }
}