RDF.ex v0.6.1 RDF.Turtle View Source
RDF.Turtle
provides support for reading and writing the Turtle
serialization format.
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