Click or drag to resize

ThreadSafeGraphGetBlankNode Method

Returns the Blank Node with the given Identifier.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override IBlankNode GetBlankNode(
	string nodeId
)

Parameters

nodeId
Type: SystemString
The Identifier of the Blank Node to select.

Return Value

Type: IBlankNode
Either the Blank Node or null if no Node with the given Identifier exists.

Implements

IGraphGetBlankNode(String)
See Also