summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0102-in.jsonld
blob: 27d2cd885f91ec55132759046d9b9f62208a2d32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[{
  "http://example.org/input": [{
    "@index": "g1",
    "@graph": [{
      "http://example.org/value": [{"@value": "x"}]
    }]
  }, {
    "@index": "g1",
    "@graph": [{
      "http://example.org/value": [{"@value": "y"}]
    }]
  }, {
    "@index": "g2",
    "@graph": [{
      "http://example.org/value": [{"@value": "a"}]
    }]
  }, {
    "@index": "g2",
    "@graph": [{
      "http://example.org/value": [{"@value": "b"}]
    }]
  }]
}]