Interface ISparqlPropertyFunction
Interface for SPARQL property functions.
Namespace: VDS.RDF.Query.PropertyFunctions
Assembly: dotNetRDF.dll
Syntax
public interface ISparqlPropertyFunction
Properties
| Improve this Doc View SourceFunctionUri
Gets the Function URI.
Declaration
Uri FunctionUri { get; }
Property Value
| Type | Description |
|---|---|
| System.Uri |
Variables
Gets the variables used in the function.
Declaration
IEnumerable<string> Variables { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<System.String> |
Methods
| Improve this Doc View SourceEvaluate(SparqlEvaluationContext)
Evaluates the function in the given context.
Declaration
BaseMultiset Evaluate(SparqlEvaluationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SparqlEvaluationContext | context | Context. |
Returns
| Type | Description |
|---|---|
| BaseMultiset |