ruby-rdf / sparql-client

SPARQL client for Ruby.
http://rubygems.org/gems/sparql-client
The Unlicense
112 stars 58 forks source link

DSL support for `MINUS` #65

Closed no-reply closed 7 years ago

no-reply commented 8 years ago

SPARQL MINUS is missing from the DSL, and are hard to write into queries created using SPARQL::Client::Query.

We should consider ways to support this through the query builder.

gkellogg commented 8 years ago

There are probably several other constructs there are missing, for instance property-path support. It would be great to get more comprehensive support for SPARQL QUERY/UPDATE DSLs.

gkellogg commented 7 years ago

The solution described for #32 might work here too.