RDF.XML.write_string-exclamation-mark

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

write_string!(data, opts \\ [])

View Source

Specs

write_string!(RDF.Data.t(), keyword()) :: String.t()

Serializes a RDF data structure to a string.

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

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.