Click or drag to resize

BaseGraphGetUriNode Method (Uri)

Returns the UriNode with the given Uri if it exists.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract IUriNode GetUriNode(
	Uri uri
)

Parameters

uri
Type: SystemUri
The Uri of the Node to select.

Return Value

Type: IUriNode
Either the UriNode Or null if no Node with the given Uri exists.

Implements

IGraphGetUriNode(Uri)
See Also