RDF.Serialization.write_stream
You're seeing just the function
write_stream
, go back to RDF.Serialization module for more information.
Specs
write_stream(RDF.Data.t(), keyword()) :: Enumerable.t()
Serializes a RDF data structure to a stream.
The format must be specified with the format
option and a format name or the
media_type
option and the media type of the format.
Please refer to the documentation of the encoder of a RDF serialization format for format-specific options and what the stream emits.