summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0009-context.jsonld
blob: b199a5e463918f429e5fe613a0718be4c00c9ad1 (plain)
1
2
3
4
5
6
7
{
  "@context": {
    "dc11": "http://purl.org/dc/elements/1.1/",
    "ex": "http://example.org/vocab#",
    "ex:contains": {"@type": "@id"}
  }
}