summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/n002-context.jsonld
blob: 557c93ac2c24fad911fe4099b493e5b779ab8e03 (plain)
1
2
3
4
5
6
7
{
  "@context": {
    "@vocab": "http://example.org/",
    "p1": {"@nest": "@nest"},
    "p2": {"@nest": "@nest"}
  }
}