linkeddata / rdflib.js

Linked Data API for JavaScript
http://linkeddata.github.io/rdflib.js/doc/
Other
561 stars 142 forks source link

fix: double URL-encoding when serializing #625

Closed fennibay closed 9 months ago

fennibay commented 9 months ago

Issue happens when base is not specified This PR adds a unit test to check and fixes the bug in serializer's explicitURI function

623