Ruby SPARQL Update implementation

The latest version of the Ruby SPARQL gem [1][2], version 1.1.6, has full support for SPARQL 1.1 Update [3].

For those curious, the Update Grammar is parsed into Sparql S-Expressions, similar to those used for SPARQL Query and executed against any conforming Ruby RDF::Repository implementation. Sparql::Client [4] is available for querying remote SPARQL endpoints, and may be used as a convenient Domain Specific Language (DSL) for creating SPARQL queries, which may also target a native repository.

Gregg Kellogg
gregg@greggkellogg.net

[1] https://rubygems.org/gems/sparql
[2] http://www.rubydoc.info/github/ruby-rdf/sparql
[3] http://www.w3.org/TR/sparql11-update/
[4] https://rubygems.org/gems/sparql-client

Received on Monday, 4 May 2015 23:51:19 UTC