View Source SPARQL (SPARQL.ex v0.3.10)
An implementation of the SPARQL standard for Elixir.
Summary
Functions
Alias for SPARQL.Query.new/1
.
Alias for SPARQL.Query.new/2
.
Returns the SPARQL.Query.Result.Format
with the given name.
Returns the SPARQL.Query.Result.Format
with the given file extension.
Returns the SPARQL.Query.Result.Format
with the given media type.
The list of all support SPARQL.Query.Result.Format
s.
Functions
Alias for SPARQL.Processor.query/2
.
Alias for SPARQL.Processor.query/3
.
Alias for SPARQL.Query.new/1
.
Alias for SPARQL.Query.new/2
.
Returns the SPARQL.Query.Result.Format
with the given name.
Returns nil
if no SPARQL.Query.Result.Format
with the given name exists.
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.
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.Format
s.