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