VDS.RDF.Query.Operators Namespace |
Namespace which provides classes which represent the implementation of various operators in SPARQL. This allows for some of the basic operators like + and - to be extended to allow functionality beyond the SPARQL specification such as date time arithmetic.
Class | Description | |
---|---|---|
![]() | BaseOperator |
Abstract base class for SPARQL Operators which also makes their configuration serializable.
|
![]() | SparqlOperators |
Registry of SPARQL Operators.
|
Interface | Description | |
---|---|---|
![]() | ISparqlOperator |
Interface which represents an operator in SPARQL e.g. +.
|
Enumeration | Description | |
---|---|---|
![]() | SparqlOperatorType |
Possible SPARQL operand types.
|