|
Class Summary |
| BGP |
A SPARQL basic graph pattern. |
| Expression |
Expression is an abstract base class for expressions within a FILTER or ORDER BY clause. |
| FunctionCall |
A FunctionCall is an Expression that represents the invocation of a particular Function against a
list of arguments. |
| Graph |
Graph represents a GRAPH statement in a query. |
| GraphPattern |
Abstract base class for all graph patterns that can appear in a SPARQL query. |
| Group |
A group represents an ordered collection of graph patterns delimited by curly braces in a SPARQL query. |
| Optional |
Represents an OPTIONAL pattern in a SPARQL query, which consists possibly of a pattern that must match
the underlying data, and a pattern that optionally might match the underlying data. |
| SimpleExpression |
A SimpleExpression represents an expression (i.e., in a FILTER or ORDER BY)
which is simply a TriplePatternComponent (a variable, IRI ref., bnode, or
literal). |
| TreeNode |
A TreeNode is the (abstract) base class for all nodes in the abstract syntax of a SPARQL query. |
| TriplePatternNode |
A TriplePatternNode is any node in the abstract syntax that represents a triple pattern
(contains three TriplePatternComponents). |
| Union |
Represents a UNION construct from a SPARQL query. |