ruby-rdf / sparql-client

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

Prefix uri multi arg support closes #89 #91

Closed ConorSheehan1 closed 5 years ago

ConorSheehan1 commented 5 years ago

Support for prefix(:sym, RDF::URI) Following https://github.com/ruby-rdf/sparql-client/issues/89#issuecomment-437975172 format with args reversed as mentioned in https://github.com/ruby-rdf/sparql-client/issues/89#issuecomment-438189592

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.02%) to 94.183% when pulling 0e5cb299cf473fa47108177c34947507b4514daf on ConorSheehan1:prefix_uri_support into 60826de9423c5acf420013704ae9c826663185e7 on ruby-rdf:develop.

gkellogg commented 5 years ago

@ConorSheehan1 can this be closed without merging?