IGraphCreateUriNode Method (String) |
Creates a URI Node for the given QName using the Graphs NamespaceMap to resolve the QName.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax IUriNode CreateUriNode(
string qname
)
Function CreateUriNode (
qname As String
) As IUriNode
Parameters
- qname
- Type: SystemString
QName.
Return Value
Type:
IUriNode[Missing <returns> documentation for "M:VDS.RDF.IGraph.CreateUriNode(System.String)"]
See Also