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
)
Public Shared Function ApplyGraph (
algebra As ISparqlAlgebra,
graphSpecifier As IToken
) As ISparqlAlgebra
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:
ISparqlAlgebraA Graph instance representing the application of the graph constraint to the algebra.
See Also