Graph.GetBlankNode Method |
Returns the Blank Node with the given Identifier.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic override IBlankNode GetBlankNode(
string nodeId
)
Public Overrides Function GetBlankNode (
nodeId As String
) As IBlankNode
Parameters
- nodeId
- Type: System.String
The Identifier of the Blank Node to select.
Return Value
Type:
IBlankNodeEither the Blank Node or null if no Node with the given Identifier exists.
Implements
IGraph.GetBlankNode(String)
See Also