-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
[CLI] Support extension .json as JSON-LD content with option --load
#339
Comments
enridaga
added a commit
that referenced
this issue
Feb 3, 2023
enridaga
added a commit
that referenced
this issue
Feb 3, 2023
enridaga
changed the title
[CLI] Failed to load JSON-LD from .json file
[CLI] Support extension .json as JSON-LD content with option Feb 6, 2023
--load
Jena 4.7.0 (see #326) replaced the JSONLDReader class with LangJSONLD11 and LangJSONLD10. |
Closed
I went for JSONLD 1.1. |
This change introduced a bug in the RDFTriplifier, because now the content type application/ld+json returns the Lang JSON instead of JSONLD. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes JSON-LD content is delivered with the extension
.json
, which raises this error:The text was updated successfully, but these errors were encountered: