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
)
Public MustOverride 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