summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/c016-context.jsonld
blob: 45296bef8267f4c8a103281725882805150aeded (plain)
1
2
3
4
5
6
7
8
9
10
{
  "@context": {
    "@vocab": "http://example.org/",
    "Type": {
      "@context": {
        "@vocab": "http://example.com/"
      }
    }
  }
}