antoniogarrote / rdfstore-js

JS RDF store with SPARQL support
MIT License
564 stars 109 forks source link

Can't recover INSERT DATA triples using executeWithEnvironment #143

Closed datokrat closed 8 years ago

datokrat commented 8 years ago

See: https://github.com/disco-network/rdfstore-js/commit/c9fd63173e6303fa3e2fd7ad24222f7fcf907f28 This test fails. That's strange because the test case before this one does not fail and simply uses execute() instead of executeWithEnvironment().

Is this by design? How do I have to change INSERT DATA to make it work with executeWithEnvironment and store the inserted triples in the specified graph?

datokrat commented 8 years ago

Okay, I can insert triples into the graph using INSERT DATA { GRAPH { ... } }.