You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node_modules/sparql-engine/dist/rdf/hashmap-dataset.js:81
throw new Error("Unknown graph with iri " + iri);
^
Error: Unknown graph with iri ?g
at HashMapDataset.getNamedGraph (node_modules/sparql-engine/dist/rdf/hashmap-dataset.js:81:19)
at UpdateStageBuilder._buildInsertConsumer (node_modules/sparql-engine/dist/engine/stages/update-stage-builder.js:208:81)
at node_modules/sparql-engine/dist/engine/stages/update-stage-builder.js:192:30
at Array.map (<anonymous>)
at UpdateStageBuilder._handleInsertDelete (node_modules/sparql-engine/dist/engine/stages/update-stage-builder.js:191:60)
at node_modules/sparql-engine/dist/engine/stages/update-stage-builder.js:77:38
at Array.map (<anonymous>)
at UpdateStageBuilder.execute (node_modules/sparql-engine/dist/engine/stages/update-stage-builder.js:71:53)
at PlanBuilder.build (node_modules/sparql-engine/dist/engine/plan-builder.js:211:73)
at test.js:66:30
Expected behavior
The query should succeed, since ?g is a variable bound in the WHERE clause and not an IRI
The text was updated successfully, but these errors were encountered:
Describe the bug
Insert/Where with a graph variable fails
To Reproduce
I tried to run the following query
This fails as seen below
Expected behavior
The query should succeed, since
?g
is a variable bound in theWHERE
clause and not an IRIThe text was updated successfully, but these errors were encountered: