You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it's served as content-type: application/ld+json (reading through the JSONLD spec, I can't see whether it should be json or ld+json but all examples use .jsonld for the context URL)
The reason is context nested inside context (actually dprod.jsonld is not a context at all, it's a dumped ontology).
So the Playground is more lenient than Titanium (thus Riot). But really dprod.jsonld is to blame.
Thank for the PR you made!
I'll close this specific issue.
Version
5.1.0
Question
EKGF/dprod#90:
Trying to convert https://github.com/EKGF/dprod/blob/main/examples/data-quality/example.json with riot causes error:
The context is https://ekgf.github.io/dprod/dprod.jsonld and:
content-type: application/ld+json
(reading through the JSONLD spec, I can't see whether it should bejson
orld+json
but all examples use.jsonld
for the context URL)So what may be the reason for the problem?
message=Unexpected response code [403]
but that reason is not printed byriot
removed the printStackTrace when "loading remote context failed"
but that's just in a testThe text was updated successfully, but these errors were encountered: