Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the best approach to support PATCH? #10

Closed
no-reply opened this issue Aug 11, 2015 · 3 comments
Closed

What is the best approach to support PATCH? #10

no-reply opened this issue Aug 11, 2015 · 3 comments

Comments

@no-reply
Copy link
Member

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?

@jcoyne
Copy link

jcoyne commented Aug 11, 2015

Yes, SPARQL is a good starting point.

@gkellogg
Copy link
Member

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
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants