solid-client-js icon indicating copy to clipboard operation
solid-client-js copied to clipboard

Use n3-patch for patching

Open damooo opened this issue 1 year ago • 1 comments

Currently the library uses sparql-update for patching, which solid servers are not required to support. Only n3-patch is required by the specification.

Hence, it would be great if solid client uses n3-patch for patch requests.

https://github.com/inrupt/solid-client-js/blob/2366f8b3041248e8f620325e9646568981c92d3b/src/resource/solidDataset.ts#L365

damooo avatar Nov 15 '23 12:11 damooo

Hi @damooo , thanks for reaching out. This is a good feature request, we'll put it on the roadmap.

NSeydoux avatar Nov 17 '23 14:11 NSeydoux