SPARQL.ex v0.2.0 SPARQL.Query View Source

A structure for SPARQL queries.

Link to this section Summary

Functions

Creates a SPARQL.Query struct from a SPARQL language string

Link to this section Types

Link to this type forms() View Source
forms() :: :select | :construct | :describe | :ask

Link to this section Functions

Link to this function new(query, options \\ %{}) View Source

Creates a SPARQL.Query struct.

Link to this function translate(string, options \\ %{}) View Source

Creates a SPARQL.Query struct from a SPARQL language string.