Click or drag to resize

SparqlBuiltInFunctionFactoryAvailableExtensionFunctions Property

Gets the URIs of available SPARQL Functions.

Namespace:  VDS.RDF.Query.Expressions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<Uri> AvailableExtensionFunctions { get; }

Property Value

Type: IEnumerableUri

Implements

ISparqlCustomExpressionFactoryAvailableExtensionFunctions
See Also