BlankValue | Models a blank node |
CompositionalSelect | Models a SELECT subquery used to define variables in a pattern |
Delete | Models a DELETE statement in SPARQL |
Exists | Models a Sparql EXISTS contruct |
Filter | Represents the contents of a FILTER in Sparql |
Function | Represents a generic function |
Graph | Models a Sparql GRAPH contruct |
InfixFunction | Represents an infix function |
Insert | Models an INSERT statement in SPARQL |
LiteralValue | Models a literal value in Sparql |
Pattern | Models an RDF triple |
PatternBase | Common base for graph patterns |
PatternGroup | Models a graph pattern (a set of triples) |
PredicateFunction | Represents a predicate function |
PrefixFunction | Represents a prefix function |
Projection | Represents a projection in a Select |
ResourceValue | Models a Sparql IRI reference |
Select | Models a SELECT statement in SPARQL |
Union | Models the Sparql UNION keyword |
UpdateBase | Common class for update statements |
Value | Base class for all classes that can be used as values |
ValueList | Models a Sparql list |
Variable | Models a Sparql variable |