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

Functions

The MIME type of the serialization format

The RDF.Serialization.Decoder module for the serialization format

The RDF.Serialization.Encoder module for the serialization format

The usual file extension for the serialization format

An IRI of the serialization format

A map with the supported options of the Encoder and Decoder for the serialization format

Link to this section Functions

The MIME type of the serialization format.

Callback implementation for RDF.Serialization.content_type/0.

The RDF.Serialization.Decoder module for the serialization format.

Callback implementation for RDF.Serialization.decoder/0.

The RDF.Serialization.Encoder module for the serialization format.

Callback implementation for RDF.Serialization.encoder/0.

The usual file extension for the serialization format.

Callback implementation for RDF.Serialization.extension/0.

An IRI of the serialization format.

Callback implementation for RDF.Serialization.id/0.

A map with the supported options of the Encoder and Decoder for the serialization format.

Callback implementation for RDF.Serialization.options/0.

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