Click or drag to resize

SparqlBuiltInFunctionFactory Class

Expression Factory which generates SPARQL Function expressions.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Query.ExpressionsSparqlBuiltInFunctionFactory

Namespace:  VDS.RDF.Query.Expressions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class SparqlBuiltInFunctionFactory : ISparqlCustomExpressionFactory

The SparqlBuiltInFunctionFactory type exposes the following members.

Constructors
  NameDescription
Public methodSparqlBuiltInFunctionFactory
Initializes a new instance of the SparqlBuiltInFunctionFactory class
Top
Properties
  NameDescription
Public propertyAvailableExtensionAggregates
Gets the URIs of available SPARQL Aggregates.
Public propertyAvailableExtensionFunctions
Gets the URIs of available SPARQL Functions.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryCreateExpression
Tries to create a SPARQL Function expression if the function Uri correseponds to a supported SPARQL Function.
Top
Fields
  NameDescription
Public fieldStatic memberSparqlFunctionsNamespace
Namespace Uri for SPARQL Built In Functions Namespace.
Top
Remarks
This supports the requirement of SPARQL 1.1 that all functions can be accessed via URI as well as by keyword. This also means that SPARQL 1.1 functions can be used in SPARQL 1.0 mode by using their URIs instead of their keywords and they are then treated simply as extension functions.
See Also