summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0017-context.jsonld
blob: abfee308f7d35b802c33dc543fe6b2d6fe06c9a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "@context": [
    {
      "comment": { "@id": "http://www.w3.org/2000/01/rdf-schema#comment", "@language": "en" }
    },
    {
      "comment": null,
      "comment_en": { "@id": "http://www.w3.org/2000/01/rdf-schema#comment", "@language": "en" }
    }
  ]
}