RDF.Serialization.format
You're seeing just the function
format
, go back to RDF.Serialization module for more information.
Specs
Returns the RDF.Serialization.Format
with the given name, if available.
Examples
iex> RDF.Serialization.format(:turtle)
RDF.Turtle
iex> RDF.Serialization.format("turtle")
RDF.Turtle
iex> RDF.Serialization.format(:jsonld)
nil # unless json_ld is defined as a dependency of the application