summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/c012-context.jsonld
blob: ba4308ce61ce7da326456c3fa22f0dbff17d9357 (plain)
1
2
3
4
5
6
7
{
  "@context": {
    "@vocab": "http://example/",
    "t1": {"@context": {"foo": {"@id": "http://example.com/foo"}}},
    "t2": {"@context": {"foo": {"@id": "http://example.org/foo", "@type": "@id"}}}
  }
}