summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/c005-context.jsonld
blob: 79c0921a9ce538c9a55244448db23455f32213a3 (plain)
1
2
3
4
5
6
{
  "@context": {
    "@vocab": "http://example/",
    "b": {"@context": {"c": "http://example.org/c"}}
  }
}