summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/c016-out.jsonld
blob: 2f1186ffafb4441867c697cde9894cf87d9189b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "@context": {
    "@vocab": "http://example.org/",
    "Type": {
      "@context": {
        "@vocab": "http://example.com/"
      }
    }
  },
  "foo": "org",
  "p": {
    "@type": "Type",
    "foo": "com",
    "nested": {
      "nested-prop": "org"
    }
  }
}