Click or drag to resize

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.

Classes
  ClassDescription
Public classBaseOperator
Abstract base class for SPARQL Operators which also makes their configuration serializable.
Public classSparqlOperators
Registry of SPARQL Operators.
Interfaces
  InterfaceDescription
Public interfaceISparqlOperator
Interface which represents an operator in SPARQL e.g. +.
Enumerations
  EnumerationDescription
Public enumerationSparqlOperatorType
Possible SPARQL operand types.