We would like to support CSVW downloads. The first step is returning an empty JSON-LD sidecar. This issue is to update all CSV responses to include a header pointing to the json sidecar, and to set up the route that will serve this JSON.
Some notes for the implementation:
the json sidecar route should be /.well-known/csvm, following the W3C recommendation
this route should be linked to through a Link response header on all CSV requests with rel="describedby", and type="application/ld+json" (per the spec)
We would like to support CSVW downloads. The first step is returning an empty JSON-LD sidecar. This issue is to update all CSV responses to include a header pointing to the json sidecar, and to set up the route that will serve this JSON.
Some notes for the implementation:
/.well-known/csvm
, following the W3C recommendationLink
response header on all CSV requests withrel="describedby"
, andtype="application/ld+json"
(per the spec)