View Source SPARQL.Algebra.Translation (SPARQL.ex v0.3.9)

Translation of ASTs of the SPARQL.Language.Decoder into a SPARQL.Algebra.Expression.

https://www.w3.org/TR/sparql11-query/#sparqlQuery

Summary

Functions

Link to this function

translate(ast, prefixes, base, options \\ %{})

View Source
Link to this function

translate_exists_patterns(expr)

View Source
Link to this function

translate_triples_block(triples_block)

View Source