Replies: 1 comment
-
Could you provide some code for us to reproduce this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
we recently switched to rdf4j 4.3.8 and noticed that we´re having issues processing JSON-LD through JSONLDWriter, receiving the following:
I looked at the implementation of the method JsonLdApi#fromRDF and this seems to be caused by the missing property defined by RDF_FIRST (http://www.w3.org/1999/02/22-rdf-syntax-ns#first)
I´ve rebuilt json-ld-java (v. 0.13.6) implmenenting a nullity check in JsonLdApi#fromRDF
(visible in the stacktrace) the issue seems to be fixed, however, I was wondering if there was another way to achieve this result?
Beta Was this translation helpful? Give feedback.
All reactions