Click or drag to resize

ISparqlCustomExpressionFactory Interface

Interface for implementing SPARQL custom expression factories which turn URI specified functions into SPARQL Expressions.

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

The ISparqlCustomExpressionFactory type exposes the following members.

Properties
  NameDescription
Public propertyAvailableExtensionAggregates
Gets the Extension Aggregate URIs that this Factory provides.
Public propertyAvailableExtensionFunctions
Gets the Extension Function URIs that this Factory provides.
Top
Methods
  NameDescription
Public methodTryCreateExpression
Tries to Create a SPARQL Expression for a function with the given URI and set of arguments.
Top
See Also