rdf-ext-archive / rdf-examples

Examples for RDFJS Interfaces
4 stars 4 forks source link

How can I apply a patch to a dataset? #9

Open michielbdejong opened 5 years ago

michielbdejong commented 5 years ago

Hi! I would like to use rdf-ext to implement https://www.w3.org/TR/ldpatch/ in a nodejs server. So I would need something similar to rdflib.js's store#applyPatch functionality, is that supported in rdf-ext?

bergos commented 5 years ago

There is no implementation yet. A separate package which can apply that logic to a RDFJS Dataset or RDFJS store would be the best option. I don't have time to do it myself, but could help via gitter, if required.