Show / Hide Table of Contents

Interface ISparqlPropertyFunction

Interface for SPARQL property functions.
Namespace: VDS.RDF.Query.PropertyFunctions
Assembly: dotNetRDF.dll
Syntax
public interface ISparqlPropertyFunction

Properties

| Improve this Doc View Source

FunctionUri

Gets the Function URI.
Declaration
Uri FunctionUri { get; }
Property Value
Type Description
System.Uri
| Improve this Doc View Source

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 Source

Evaluate(SparqlEvaluationContext)

Evaluates the function in the given context.
Declaration
BaseMultiset Evaluate(SparqlEvaluationContext context)
Parameters
Type Name Description
SparqlEvaluationContext context Context.
Returns
Type Description
BaseMultiset

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • FunctionUri
    • Variables
  • Methods
    • Evaluate(SparqlEvaluationContext)
  • Extension Methods
Back to top Generated by DocFX