Command line interface based RDF processing toolkit to run sequences of SPARQL statements ad-hoc on RDF datasets, streams of bindings and streams of named graphs with support for processing JSON, CSV and XML using function extensions
sparql-integrate file.sparql
sparql-integrate sometimes fails to raise a parse error if the query contained in file.sparql is invalid.
It seems that a SparqlStmt with isParsed=false is created, where actually an exception should be thrown.
sparql-integrate file.sparql
sparql-integrate sometimes fails to raise a parse error if the query contained in file.sparql is invalid. It seems that a SparqlStmt with isParsed=false is created, where actually an exception should be thrown.