summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/c004-in.jsonld
blob: 118a214f7d0e0332f0b004706ec78b15c5dbcc75 (plain)
1
2
3
4
5
6
7
8
9
[
  {
    "http://example/foo": [{
      "http://example/bar": [{
        "http://example/baz": [{"@id": "buzz"}]
      }]
    }]
  }
]