RDF.Turtle.Decoder (RDF.ex v0.9.1) View Source
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.Turtle
format
module or the generic RDF.Serialization
module.
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