RDF.NQuads.write_stream

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

write_stream(data, opts \\ [])

View Source

Specs

write_stream(RDF.Data.t(), keyword()) :: Enumerable.t()

Serializes a RDF data structure to a stream.

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