summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/c017-context.jsonld
blob: d1cca3acee4287409c93f915b83d1a86e1c49d00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "@context": {
    "@vocab": "http://example/",
    "Bar": {
      "@context": [
        {
          "prop": "http://example/bar-prop"
        }
      ]
    },
    "Foo": {
      "@context": [
        {
          "prop": "http://example/foo-prop"
        }
      ]
    }
  }
}