Click or drag to resize

IGraphGetBlankNode Method

Selects the Blank Node with the given ID if it exists in the Graph, returns null otherwise.

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

Parameters

nodeId
Type: SystemString
Node ID.

Return Value

Type: IBlankNode
The Node if it exists in the Graph or null.
See Also