Click or drag to resize

WrapperGraphGetBlankNode Method

Attempts to get the Blank Node with the given ID.

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

Parameters

nodeId
Type: SystemString
Node ID.

Return Value

Type: IBlankNode
The Node if it exists or null.

Implements

IGraphGetBlankNode(String)
See Also