ConstructContext Constructor (IGraph, ISet, Boolean) |
Creates a new Construct Context.
Namespace:
VDS.RDF.Query.Construct
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public ConstructContext(
IGraph g,
ISet s,
bool preserveBNodes
)
Public Sub New (
g As IGraph,
s As ISet,
preserveBNodes As Boolean
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph to construct Triples in. - s
- Type: VDS.RDF.Query.AlgebraISet
Set to construct from. - preserveBNodes
- Type: SystemBoolean
Whether Blank Nodes bound to variables should be preserved as-is.
Remarks
Either the s or g parameters may be null if required.
See Also