ruby-rdf / rdf-ldp

A suite of LDP software and middleware for RDF.rb & Rack
The Unlicense
13 stars 2 forks source link

What is the best approach to support PATCH? #10

Closed no-reply closed 9 years ago

no-reply commented 9 years ago

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?

jcoyne commented 9 years ago

Yes, SPARQL is a good starting point.

gkellogg commented 9 years ago

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.

In the mean time, SPARQL Update is the way to go.

no-reply commented 9 years ago

Closing this with two new tickets to track SPARQL Update & LDPatch implementation, respectively.