ruby-rdf / sparql-client

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

Feature request: support for SERVICE #99

Closed s0rin closed 1 year ago

s0rin commented 1 year ago

SERVICE is a feature of SPARQL 1.1 that allows an executing query to make a SPARQL protocol to another SPARQL endpoint. It is very helpful to retrieve labels, as it reduces the complexity of SPARQL queries, but is not implemented in sparql-client yet.

gkellogg commented 1 year ago

@s0rin, I added support for SERVICE on the develop branch (see inline documentation). As with other support, some patterns will be too complicated to express using SPARQL::Query.