SPARQL.ex v0.3.0 SPARQL.Processor View Source

Context module for the SPARQL processor executing SPARQL queries and updates.

Link to this section Summary

Functions

Executes a SPARQL.Query or string with a SPARQL string against a RDF.Data structure.

Link to this section Functions

Link to this function

query(data, query, options \\ []) View Source

Executes a SPARQL.Query or string with a SPARQL string against a RDF.Data structure.

Link to this function

query_post_processing(result) View Source