SPARQL.ex v0.1.0 SPARQL.Query View Source

A structure for SPARQL queries.

Link to this section Summary

Functions

Creates a SPARQL.Query struct

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

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

In the first version we just use the decoder for validation and determination of the query form.