Learn R Programming

roxigraph (version 0.1.0)

rdf_store_update: Execute a SPARQL UPDATE query

Description

Execute a SPARQL UPDATE query

Usage

rdf_store_update(store_idx, update)

Value

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

Arguments

store_idx

Store index

update

SPARQL UPDATE query string

Examples

Run this code
store <- rdf_store_new()
rdf_store_update(store, "INSERT DATA {   'val' }")

Run the code above in your browser using DataLab