sparql-client
sparql-client copied to clipboard
SPARQL client for Ruby.
Results
2
sparql-client issues
Sort by
recently updated
recently updated
newest added
One could run into race condition issues when having one client used by multiple threads to run `query` and `update` calls. This is due to the use of instance variables...
support
wontfix
`SPARQL::Client::Repository#query_pattern` runs afoul of a [restriction in SPARQL](https://github.com/ruby-rdf/sparql-client/blob/develop/lib/sparql/client/repository.rb#L247) about the allowed blank node labels in queries. I suspect most SPARQL implementations will just interpret these as two unique blank nodes...
support