Closed datokrat closed 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?
Okay, I can insert triples into the graph using INSERT DATA { GRAPH { ... } }.
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?