Click or drag to resize

GraphApplyGraph Method

Creates a Graph instance by applying a graph specifier to an algebra.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static ISparqlAlgebra ApplyGraph(
	ISparqlAlgebra algebra,
	IToken graphSpecifier
)

Parameters

algebra
Type: VDS.RDF.Query.AlgebraISparqlAlgebra
The algebra to be constrained.
graphSpecifier
Type: VDS.RDF.Parsing.TokensIToken
A token specifying the graph constraint.

Return Value

Type: ISparqlAlgebra
A Graph instance representing the application of the graph constraint to the algebra.
See Also