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
The existing PATCH approaches I know of are SPARQL 1.1 Update and LDPatch.
SPARQL 1.1 Update has existing support in RDF.rb, and should be fairly manageable to implement. It would not support update of bnodes within an RDFSource.
LDPatch has support for bnode update for non-"pathological" graphs (those without ambiguous bnodes), but lacks support in RDF.rb.
Should we aim to pursue Update as an initial format, with the idea that we could also support LDPatch in the future? Are there other options we should consider?
The text was updated successfully, but these errors were encountered:
LDPatch is on my radar, although it's not simply a shim for the SPARQL Algebra, as there are fundamentally different operators involved. However, I suspect it will parse to something which looks like an extension to the SPARQL Algebra.
The existing PATCH approaches I know of are SPARQL 1.1 Update and LDPatch.
Should we aim to pursue Update as an initial format, with the idea that we could also support LDPatch in the future? Are there other options we should consider?
The text was updated successfully, but these errors were encountered: