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