summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0005-context.jsonld
blob: bf190ded23523e7f083d6cb2f4641d536b06fbb7 (plain)
1
2
3
4
5
6
7
{
  "@context": {
    "ex": "http://example.org/",
    "term1": {"@id": "ex:term1", "@type": "ex:datatype"},
    "term2": {"@id": "ex:term2", "@type": "@id"}
  }
}