Modules§
- results
- Utilities to read and write RDF results formats using sparesults.
Structs§
- Query
- A parsed SPARQL query.
- Query
Dataset - A SPARQL query dataset specification
- Query
Explanation - The explanation of a query.
- Query
Options - Options for SPARQL query evaluation.
- Query
Solution - Tuple associating variables and terms that are the result of a SPARQL query.
- Query
Solution Iter - An iterator over
QuerySolution
s. - Query
Triple Iter - An iterator over the triples that compose a graph solution.
- Sparql
Syntax Error - Error returned during SPARQL parsing.
- Update
- A parsed SPARQL update.
- Update
Options - Options for SPARQL update evaluation.
- Variable
- A SPARQL query owned variable.
- Variable
Name Parse Error - An error raised during
Variable
name validation.
Enums§
- Evaluation
Error - A SPARQL evaluation error.
- Query
Results - Results of a SPARQL query.
Traits§
- Service
Handler - Handler for SPARQL 1.1 Federated Query SERVICE.