RDF.Serialization.Encoder.encode-exclamation-mark

You're seeing just the callback encode-exclamation-mark, go back to RDF.Serialization.Encoder module for more information.

Specs

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

Serializes a RDF data structure into a string.

As opposed to encode, it raises an exception if an error occurs.

Note: The __using__ macro automatically provides an overridable default implementation based on the non-bang encode function.