summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0020-out.jsonld
blob: 5836103e40e6810453f4a457ae37e266e4163c34 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "@context": {
    "ex": "http://example.org/ns#",
    "ex:property": {
      "@container": "@list"
    }
  },
  "@id": "ex:property",
  "ex:property": [1, 2]
}