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
Currently, the JSON-LD section in parse() (specifically, the jsonld.toRDF() call) is not passing in the base URI. Which results in various issues, including the downstream issue nodeSolidServer/node-solid-server#497 (translation from JSON-LD into Turtle breaks for empty <> URIs).
The fix is minimal, and involves passing in base to the toRDF() call:
Currently, the JSON-LD section in
parse()
(specifically, thejsonld.toRDF()
call) is not passing in the base URI. Which results in various issues, including the downstream issue nodeSolidServer/node-solid-server#497 (translation from JSON-LD into Turtle breaks for empty<>
URIs).The fix is minimal, and involves passing in
base
to the toRDF() call:The text was updated successfully, but these errors were encountered: