IGraphGetUriNode Method (Uri) |
Selects the Uri Node with the given Uri if it exists in the Graph, returns null otherwise.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax IUriNode GetUriNode(
Uri uri
)
Function GetUriNode (
uri As Uri
) As IUriNode
Parameters
- uri
- Type: SystemUri
Uri.
Return Value
Type:
IUriNodeThe Node if it exists in the Graph or null.
See Also