ThreadSafeGraphGetBlankNode 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: SystemString
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
IGraphGetBlankNode(String)
See Also