RDF.NQuads.read_stream-exclamation-mark

You're seeing just the function read_stream-exclamation-mark, go back to RDF.NQuads module for more information.
Link to this function

read_stream!(stream, opts \\ [])

View Source

Specs

read_stream!(Enumerable.t(), keyword()) :: RDF.Graph.t() | RDF.Dataset.t()

Deserializes a graph or dataset from a stream.

As opposed to read_stream/2, it raises an exception if an error occurs.

See the module documentation of the decoder for the available format-specific options, all of which can be used in this function and will be passed them through to the decoder.