This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Description
I am trying to use the IDSA LD Context and there is an issue with the MIME type, as it is served as text/plain i.e. the call below
curl --location 'https://w3id.org/idsa/contexts/context.jsonld' \
--header 'Accept: application/ld+json'
* Request completely sent off
< HTTP/1.1 200 OK
< Server: nginx
< Date: Tue, 18 Feb 2025 08:26:56 GMT
< Content-Type: text/plain; charset=utf-8
so essentially you cannot use that LD Context inside the JSON-LD Playground for instance.
The fix is to serve it as application/ld+json