Learn R Programming

roxigraph (version 0.1.0)

rdf_store_load: Load RDF data into the store

Description

Load RDF data into the store

Usage

rdf_store_load(store_idx, data, format, base_iri)

Value

No return value, called for side effects (loading data into the store)

Arguments

store_idx

Store index

data

RDF data as a string

format

RDF format: "turtle", "ntriples", "rdfxml", "nquads", "trig"

base_iri

Optional base IRI for relative URIs

Examples

Run this code
store <- rdf_store_new()
rdf_store_load(store, '  "v" .', "ntriples", NULL)

Run the code above in your browser using DataLab