summaryrefslogtreecommitdiff
path: root/test/jsonld/1.1/compact/0021-context.jsonld
blob: c5d301c4d2356f3fa25c245c88911d8a856576fd (plain)
1
2
3
4
5
6
{
  "@context": {
    "@vocab": "http://example.com/subdir/",
    "vocab/date": { "@type": "vocab/types/dateTime" }
  }
}