summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/js01-out.jsonld
blob: ace09383e203c6d1417acc63a742f718b42002a1 (plain)
1
2
3
4
5
6
7
{
  "@context": {
    "@version": 1.1,
    "e": {"@id": "http://example.org/vocab#bool", "@type": "@json"}
  },
  "e": true
}