RDF.NTriples.write_file-exclamation-mark

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

write_file!(data, path, opts \\ [])

View Source

Specs

write_file!(RDF.Data.t(), Path.t(), keyword()) :: :ok

Serializes a RDF data structure to a file.

As opposed to write_file/3, it raises an exception if an error occurs.

See write_file/3 for the available format-independent options.

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.