RDF.ex

v0.5.4

  • Pages
  • Modules
  • Exceptions

    RDF.ex v0.5.4 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

    Functions

    read_file!(file, opts \\ [])
    read_file(file, opts \\ [])
    read_string!(content, opts \\ [])
    read_string(content, opts \\ [])
    write_file!(data, path, opts \\ [])
    write_file(data, path, opts \\ [])
    write_string!(data, opts \\ [])
    write_string(data, opts \\ [])

    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

    Built using ExDoc (v0.19.1), designed by Friedel Ziegelmayer for the Elixir programming language.