summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0004-context.jsonld
blob: 14eac09993a0b51bc3decaaeee31811c918f6e31 (plain)
1
2
3
4
5
6
7
{
  "@context": {
    "mylist1": {"@id": "http://example.com/mylist1", "@container": "@list"},
    "myset2": {"@id": "http://example.com/myset2", "@container": "@set"},
    "myset3": {"@id": "http://example.com/myset3", "@container": "@set"}
  }
}