powered by
Serializes the store contents to a string.
rdf_serialize(store, format = "turtle")
The serialized RDF data as a character string
An RDF store handle
RDF format: "turtle", "ntriples", "rdfxml", "nquads", or "trig"
store <- rdf_store() rdf_load(store, ' "value" .', format = "ntriples") rdf_serialize(store, format = "turtle")
Run the code above in your browser using DataLab