View Source SPARQL.Processor (SPARQL.ex v0.3.9)

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

Summary

Functions

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

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