node-sparql-client icon indicating copy to clipboard operation
node-sparql-client copied to clipboard

A simple SPARQL client for node.js

Results 8 node-sparql-client issues
Sort by recently updated
recently updated
newest added

From my point of view the require module name in readme should looks like that: `var SparqlClient = require('sparql-client-2');` instead of `var SparqlClient = require('sparql-client');` On npm you call this...

If error code is greater than 300 and error was null, this package would break. Updated this to handle this case and output relevant server error codes.

The current sparql-client lacks functionality for queries such as: ``` INSERT { ?s ?p ?o. } WHERE { ?s ?p ?o } ; ``` I only added another condition to...

Hello, I have a small question! Is it possible to integrate with Node-RED and if so, how is it possible? Thank you in advance! Kind regards, Prodromos

Several fixes have been added to the code since the 0.2.0 version which is currently published on the NPM repository. Please upload a new version. (This would immediately close issue...

I am trying to issue a CONSTRUCT query. Shows me "sparql query failed". Does this node module support CONSTRUCT ? My endpoint is openrdf-sesame server. I checked my query from...

I have come across an issue whereby my node is throwing this error: ``` if (error.code == "ECONNREFUSED") { ^ TypeError: Cannot read property 'code' of null ``` Doing some...

Hello Thomas, I hope you are doing well. I use one of your packages (https://www.npmjs.com/package/sparql-client-2), but I see some deprecated issues in that package because it has not been maintained...