summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/pr03-in.jsonld
blob: 0b7804386dc626743faf37b5da208900923e30fd (plain)
1
2
3
4
5
6
7
[{
  "http://example.com/protected": [{"@value": "p === http://example.com/protected"}],
  "http://example.com/unprotected": [{
    "@type": "http://example.com/Type",
    "http://example.com/protected": [{"@value": "p === http://example.com/protected"}]
  }]
}]