Replies: 1 comment 6 replies
-
This should be solved by injecting your own loader, but I can see now that I forgot to expose that for the new JSON-LD parser. We can expose it in RDF4J 5.1.0. You can set a fallback content type if the content type is the main issue you are having: https://github.com/HASMAC-AS/hasmac-json-ld/blob/b6ab827821cc5f915854346fd3b7338c6a7f17e1/src/main/java/no/hasmac/jsonld/loader/DefaultHttpLoader.java#L222 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using RDF4J 5.0.0 is it possible to send additional headers when the the context is external? So for example if I have a context points to
https://my.site.com/schema/context/
which is included in the stringjsonld
but I want to also pass in some additional headers. Below is the code I have but not sure how to add the headersBeta Was this translation helpful? Give feedback.
All reactions