RDF.ex v0.6.0 RDF.Turtle View Source

RDF.Turtle provides support for reading and writing the Turtle serialization format.

see https://www.w3.org/TR/turtle/

Link to this section Summary

Link to this section Functions

Link to this function

read_file(file, opts \\ []) View Source

Link to this function

read_file!(file, opts \\ []) View Source

Link to this function

read_string(content, opts \\ []) View Source

Link to this function

read_string!(content, opts \\ []) View Source

Link to this function

write_file(data, path, opts \\ []) View Source

Link to this function

write_file!(data, path, opts \\ []) View Source

Link to this function

write_string(data, opts \\ []) View Source

Link to this function

write_string!(data, opts \\ []) View Source