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