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