summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0007-context.jsonld
blob: 5b427354248004ea0e330457819a597a833101d7 (plain)
1
2
3
4
5
6
7
8
9
{
  "@context": {
    "dc11": "http://purl.org/dc/elements/1.1/",
    "ex": "http://example.org/vocab#",
    "ex:authored": {"@type": "@id"},
    "ex:contains": {"@type": "@id"},
    "foaf": "http://xmlns.com/foaf/0.1/"
  }
}