Expand description
SPARQL 1.1 Query Algebra representation.
Structs§
- An owned RDF literal.
- An owned RDF IRI.
- A SPARQL query owned variable.
Enums§
- A set function used in aggregates (c.f.
GraphPattern::Group
). - An expression.
- A function name.
- A SPARQL query graph pattern.
- The join algorithm used (c.f.
GraphPattern::Join
). - The left join algorithm used (c.f.
GraphPattern::LeftJoin
). - The left join algorithm used (c.f.
GraphPattern::Minus
). - An ordering comparator used by
GraphPattern::OrderBy
.