Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LOADING_REMOTE_CONTEXT_FAILED #90

Open
VladimirAlexiev opened this issue Sep 25, 2024 · 2 comments
Open

LOADING_REMOTE_CONTEXT_FAILED #90

VladimirAlexiev opened this issue Sep 25, 2024 · 2 comments
Assignees

Comments

@VladimirAlexiev
Copy link

Trying to convert https://github.com/EKGF/dprod/blob/main/examples/data-quality/example.json to another format using jena riot returns error:

riot.bat -out=trig -syntax=jsonld example.json
12:00:48 ERROR riot            :: There was a problem encountered loading a remote context [code=LOADING_REMOTE_CONTEXT_FAILED].

I'm not sure what is the problem, since

curl -vI https://ekgf.github.io/dprod/dprod.jsonld

shows the appropriate content-type:

content-type: application/ld+json

The same example in https://json-ld.org/playground/ doesn't show an error, but has other issues.

@VladimirAlexiev
Copy link
Author

The reason is context nested inside context (actually dprod.jsonld is not a context at all, it's a dumped ontology).

See linked jena issue for more details.

@afs
Copy link

afs commented Sep 29, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants