Learn R Programming

roxigraph (version 0.1.0)

rdf_store_dump: Serialize the store contents to a string

Description

Serialize the store contents to a string

Usage

rdf_store_dump(store_idx, format)

Value

The serialized RDF data

Arguments

store_idx

Store index

format

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

Examples

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

Run the code above in your browser using DataLab