RDF.Serialization.write_file-exclamation-mark

You're seeing just the function write_file-exclamation-mark, go back to RDF.Serialization 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.

Please refer to the documentation of the encoder of a RDF serialization format for format-specific options.