summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/n005-context.jsonld
blob: 5a712da145c8a65f5e0c22d8cf511e467bba80a5 (plain)
1
2
3
4
5
6
7
{
  "@context": {
    "@vocab": "http://example.org/",
    "list": {"@container": "@list", "@nest": "nestedlist"},
    "nestedlist": "@nest"
  }
}