W3C home > Mailing lists > Public > semantic-web@w3.org > May 2015

Ruby SPARQL Update implementation

From: Gregg Kellogg <gregg@greggkellogg.net>
Date: Mon, 4 May 2015 16:50:50 -0700
Message-Id: <519DCA50-63C7-492D-893F-8801540F413A@greggkellogg.net>
Cc: W3C Semantic Web IG <semantic-web@w3.org>
To: W3C Ruby RDF mailing list <public-rdf-ruby@w3.org>
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

This archive was generated by hypermail 2.4.0 : Tuesday, 5 July 2022 08:45:42 UTC