summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/m010-in.jsonld
blob: 8ed51acb14b0d68777796d8e626d9e67ed18f449 (plain)
1
2
3
4
5
6
7
8
9
[{
   "@id": "http://example.com/article",
   "http://example.com/vocab/author": [{
      "@value": "Gregg",
      "@index": "regular"
   }, {
      "@value": "Manu"
   }]
}]