ruby-rdf / rdf-ldp

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

Adds SPARQL Update support for RDFSource PATCH #15

Closed no-reply closed 9 years ago

no-reply commented 9 years ago

SPARQL Update requests must be sent with content-type: application/sparql-update. The execution is handled by SPARQL.execute over the individual RDFSource graph.

no-reply commented 9 years ago

This closes #11.

I'm thinking about some refactoring before merging this.