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