solid-contrib/solid-client

Change web.patch() to use a single INSERT for all triples

Closed this issue · 1 comments

Ran into linkeddata/rdflib.js#117 (RDFLib's PATCH handler can only parse a single INSERT statement). Since this is the intended upstream behavior, rewrite the solid.js web.patch() code to issue a single INSERT and a single DELETE for all triples.

Implemented in PR #66. Closing.