powered by
Executes a SPARQL UPDATE query to modify the store.
sparql_update(store, update)
Invisibly returns NULL
An RDF store handle
A SPARQL UPDATE query string
store <- rdf_store() sparql_update(store, "INSERT DATA { 'value' }")
Run the code above in your browser using DataLab