summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/pi03-context.jsonld
blob: cb0fd5dd7802b76930417d99e5f93c0753c54a44 (plain)
1
2
3
4
5
6
7
8
9
{
  "@context": {
    "@version": 1.1,
    "@base": "http://example.com/",
    "@vocab": "http://example.com/",
    "author": {"@type": "@vocab", "@container": "@index", "@index": "prop"},
    "prop": {"@type": "@id"}
  }
}