WrapperGraph.GetBlankNode Method |
Attempts to get the Blank Node with the given ID.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic virtual IBlankNode GetBlankNode(
string nodeId
)
Public Overridable Function GetBlankNode (
nodeId As String
) As IBlankNode
Parameters
- nodeId
- Type: System.String
Node ID.
Return Value
Type:
IBlankNodeThe Node if it exists or null.
Implements
IGraph.GetBlankNode(String)
See Also