summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/pi02-in.jsonld
blob: 6068c779e46682aba169cf256a3e5303d68f719d (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": [{"@value": "regular"}, {"@value": "foo"}]},
    {"@id": "http://example.com/person/2", "http://example.com/prop": [{"@value": "guest"}, {"@value": "foo"}]},
    {"@id": "http://example.com/person/3", "http://example.com/prop": [{"@value": "guest"}, {"@value": "foo"}]}
  ]
}]