ThreadSafeGraphGetUriNode Method (Uri) | 
 
            Returns the UriNode with the given Uri if it exists.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic override IUriNode GetUriNode(
	Uri uri
)
Public Overrides Function GetUriNode ( 
	uri As Uri
) As IUriNode
Parameters
- uri
 - Type: SystemUri
The Uri of the Node to select. 
Return Value
Type: 
IUriNodeEither the UriNode Or null if no Node with the given Uri exists.
Implements
IGraphGetUriNode(Uri)
See Also