summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0112-context.jsonld
blob: 5e7e3a3a8c1e8a2e2f0c7da3d5a177793bae8116 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "@context": {
    "ex": "http://example.org/ns/",
    "prop": {
      "@id": "ex:prop",
      "@container": "@index",
      "@index": "ex:name"
    }
  }
}