Click or drag to resize

FixedBlankNodePatternConstruct Method

Returns a Blank Node with a fixed ID scoped to whichever graph is provided.

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override INode Construct(
	ConstructContext context
)

Parameters

context
Type: VDS.RDF.Query.ConstructConstructContext
Construct Context.

Return Value

Type: INode

[Missing <returns> documentation for "M:VDS.RDF.Query.Patterns.FixedBlankNodePattern.Construct(VDS.RDF.Query.Construct.ConstructContext)"]

See Also