RDF.XML.Decoder.decode

You're seeing just the function decode, go back to RDF.XML.Decoder module for more information.
Link to this function

decode(string, opts \\ [])

View Source

Specs

decode(String.t() | Enumerable.t(), keyword()) ::
  {:ok, RDF.Graph.t()} | {:error, any()}

Decodes an RDF/XML string to a RDF.Graph.

The result is returned in an :ok tuple or an :error tuple in case of an error.

For a description of the available options see the module documentation.