pub fn eval_query(rete: &Rete, query: &str) -> Result<QueryOutput, SparqlError>Expand description
Evaluate any supported SPARQL query form (SELECT / ASK / CONSTRUCT).
pub fn eval_query(rete: &Rete, query: &str) -> Result<QueryOutput, SparqlError>Evaluate any supported SPARQL query form (SELECT / ASK / CONSTRUCT).