summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0019-out.jsonld
blob: 6c47cfb75afbf85db27c29f8cf7a1ca1ae47f25e (plain)
1
2
3
4
5
6
7
8
9
{
  "@context": {
    "mylist": {"@id": "http://example.com/mylist", "@container": "@list"},
    "myset": {"@id": "http://example.com/myset", "@container": "@set"}
  },
  "@id": "http://example.org/id",
  "mylist": [1, 2, 2, 3],
  "myset": [1, 2, 2, 3]
}