powered by
Load RDF data into the store
rdf_store_load(store_idx, data, format, base_iri)
No return value, called for side effects (loading data into the store)
Store index
RDF data as a string
RDF format: "turtle", "ntriples", "rdfxml", "nquads", "trig"
Optional base IRI for relative URIs
store <- rdf_store_new() rdf_store_load(store, ' "v" .', "ntriples", NULL)
Run the code above in your browser using DataLab