Learn R Programming

roxigraph (version 0.1.0)

sparql_update: Execute SPARQL Update

Description

Executes a SPARQL UPDATE query to modify the store.

Usage

sparql_update(store, update)

Value

Invisibly returns NULL

Arguments

store

An RDF store handle

update

A SPARQL UPDATE query string

Examples

Run this code
store <- rdf_store()
sparql_update(store, "INSERT DATA {   'value' }")

Run the code above in your browser using DataLab