summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/c021-context.jsonld
blob: 2826733c25085aaed1b31a46741f8c45c83575d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "@context": {
    "@vocab": "ex:",
    "type": "@type",
    "prop": "ex:untyped",
    "Type": {
      "@context": {
        "prop": "ex:typed",
        "value": "@value"
      }
    }
  }
}