RDF.Serialization.formats
You're seeing just the function
formats
, go back to RDF.Serialization module for more information.
Specs
formats() :: [format()]
The list of all known RDF.Serialization.Format
s in the RDF.ex eco-system.
Note: Not all known formats might be available to an application, see available_formats/0
.
Examples
iex> RDF.Serialization.formats
[RDF.Turtle, JSON.LD, RDF.NTriples, RDF.NQuads, RDF.XML]