summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/p004-context.jsonld
blob: f4348ae164428a57c4bdbfa366963907e8f59d10 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "@context": {
    "ex": "http://example.com/",
    "colon": "http://example.org/:",
    "question": "http://example.org/?",
    "hash": "http://example.org/#",
    "lbracket": "http://example.org/[",
    "rbracket": "http://example.org/]",
    "at": "http://example.org/@"
  }
}