Click or drag to resize

ConstructContextGetBlankNode Method

Creates a new Blank Node for this Context.

Namespace:  VDS.RDF.Query.Construct
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public INode GetBlankNode(
	string id
)

Parameters

id
Type: SystemString
ID.

Return Value

Type: INode

[Missing <returns> documentation for "M:VDS.RDF.Query.Construct.ConstructContext.GetBlankNode(System.String)"]

Remarks

If the same Blank Node ID is used multiple times in this Context you will always get the same Blank Node for that ID.

See Also