RDF.Serialization.read_string-exclamation-mark
You're seeing just the function
read_string-exclamation-mark
, go back to RDF.Serialization module for more information.
Specs
read_string!(String.t(), keyword()) :: RDF.Graph.t() | RDF.Dataset.t()
Deserializes a graph or dataset from a string.
As opposed to read_string/2
, it raises an exception if an error occurs.
The format must be specified with the format
option and a format name or the
media_type
option and the media type of the format.
Please refer to the documentation of the decoder of a RDF serialization format for format-specific options.