powered by
Serialize the store contents to a string
rdf_store_dump(store_idx, format)
The serialized RDF data
Store index
RDF format: "turtle", "ntriples", "rdfxml", "nquads", "trig"
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