summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/pi03-in.jsonld
blob: 165092dcf0d35c760ed4399453be1344c31dd981 (plain)
1
2
3
4
5
6
7
8
[{
  "@id": "http://example.com/article",
  "http://example.com/author": [
    {"@id": "http://example.com/person/1", "http://example.com/prop": [{"@id": "http://example.com/regular"}]},
    {"@id": "http://example.com/person/2", "http://example.com/prop": [{"@id": "http://example.com/guest"}]},
    {"@id": "http://example.com/person/3", "http://example.com/prop": [{"@id": "http://example.com/guest"}]}
  ]
}]