GraphGetUriNode Method (String) |
Returns the UriNode with the given QName if it exists.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override IUriNode GetUriNode(
string qname
)
Public Overrides Function GetUriNode (
qname As String
) As IUriNode
Parameters
- qname
- Type: SystemString
The QName of the Node to select.
Return Value
Type:
IUriNode[Missing <returns> documentation for "M:VDS.RDF.Graph.GetUriNode(System.String)"]
Implements
IGraphGetUriNode(String)See Also