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

Added functionality for SPARQL INSERT

Open jerdeb opened this issue 8 years ago • 0 comments

The current sparql-client lacks functionality for queries such as:

INSERT {
  ?s ?p ?o.
} WHERE {
  ?s ?p ?o
} ;

I only added another condition to check if the query is an "INSERT" query to the existing "INSERT DATA" and "DELETE" conditions.

Jeremy

jerdeb avatar Sep 07 '17 16:09 jerdeb