Skip to contents

Execute a SPARQL UPDATE query

Usage

rdf_store_update(store_idx, update)

Arguments

store_idx

Store index

update

SPARQL UPDATE query string

Value

No return value, called for side effects (executing SPARQL UPDATE queries)

Examples

store <- rdf_store_new()
rdf_store_update(store, "INSERT DATA { <http://example.org/s> <http://example.org/p> 'val' }")