summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0063-context.jsonld
blob: e06e6dcfc8021ba4c00c276051ccb19160e91c0e (plain)
1
2
3
4
5
6
{
  "@context": {
    "term": { "@id": "http://example.org/term", "@type": "@vocab" },
    "prefix": "http://example.com/vocab#"
  }
}