powered by
Execute a SPARQL UPDATE query
rdf_store_update(store_idx, update)
No return value, called for side effects (executing SPARQL UPDATE queries)
Store index
SPARQL UPDATE query string
store <- rdf_store_new() rdf_store_update(store, "INSERT DATA { 'val' }")
Run the code above in your browser using DataLab