View Source RDF.Turtle.Decoder (RDF.ex v1.1.0)

A decoder for Turtle serializations to RDF.Graphs.

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

options

Options

  • :base: allows to specify the base URI to be used against relative URIs when no base URI is defined with a @base directive within the document

Link to this section Summary

Link to this section Functions