VDS.RDF.Query.Filters Namespace |
Namespace containing classes pertaining to the filtering of the results of SPARQL queries.
| Class | Description | |
|---|---|---|
| BaseUnaryFilter |
Abstract Base class for Unary Filters that operate on a single Expression.
| |
| BoundFilter |
Filter that represents the Sparql BOUND() function.
| |
| ChainFilter |
Generic Filter for use where multiple Filters are applied on a single Graph Pattern.
| |
| UnaryExpressionFilter |
Generic Filter for Filters which take a single sub-expression as an argument.
|
| Interface | Description | |
|---|---|---|
| ISparqlFilter |
Interface for Classes which implement SPARQL Filter Functions.
|