SPARQL.ex v0.2.0 SPARQL View Source

An implementation of the SPARQL standard for Elixir.

Link to this section Summary

Link to this section Functions

Returns the SPARQL.Query.Result.Format with the given name.

Returns nil if no SPARQL.Query.Result.Format with the given name exists.

Link to this function result_format_by_extension(extension) View Source

Returns the SPARQL.Query.Result.Format with the given file extension.

Returns nil if no SPARQL.Query.Result.Format for the given file extension exists.

Link to this function result_format_by_media_type(media_type) View Source

Returns the SPARQL.Query.Result.Format with the given media type.

Returns nil if no SPARQL.Query.Result.Format for the given media type exists.

The list of all support SPARQL.Query.Result.Formats.