Executes a SPARQL UPDATE query to modify the store.
Examples
store <- rdf_store()
sparql_update(store, "INSERT DATA { <http://example.org/s> <http://example.org/p> 'value' }")
Executes a SPARQL UPDATE query to modify the store.
store <- rdf_store()
sparql_update(store, "INSERT DATA { <http://example.org/s> <http://example.org/p> 'value' }")