Click or drag to resize

Graph.GetBlankNode 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: System.String
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

IGraph.GetBlankNode(String)
See Also