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
)
Public Overridable Function GetBlankNode (
nodeId As String
) As IBlankNode
Parameters
- nodeId
- Type: SystemString
Node ID.
Return Value
Type:
IBlankNodeThe Node if it exists or null.
Implements
IGraphGetBlankNode(String)See Also