RDF.ex v0.3.0 RDF.NQuads View Source
RDF.NQuads
provides support for reading the N-Quads serialization
format.
N-Quads is a line-based plain-text format for encoding an RDF dataset, i.e. a collection of RDF graphs.
An example of an RDF statement in N-Quads format:
<https://hex.pm/> <http://purl.org/dc/terms/title> "Hex" <http://example.org/graphs/example> .
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
.