# `RDF.NTriples.Decoder`
[🔗](https://github.com/rdf-elixir/rdf-ex/blob/v3.0.1/lib/rdf/serializations/ntriples/decoder.ex#L1)

A decoder for N-Triples serializations to `RDF.Graph`s.

As for all decoders of `RDF.Serialization.Format`s, you normally won't use these
functions directly, but via one of the `read_` functions on the `RDF.NTriples` format
module or the generic `RDF.Serialization` module.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
