summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/c005-out.jsonld
blob: d4f642c73c8268fe2253c1595b6d170c3af52eae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "@context": {
    "@vocab": "http://example/",
    "b": {"@context": {"c": "http://example.org/c"}}
  },
  "a": {
    "b": {
      "c": "C in example.org",
      "http://example.com/a": "A in example.com"
    },
    "http://example.com/c": "C in example.com"
  },
  "c": "C in example"
}