WrapperGraphCreateUriNode Method (String) |
Creates a new URI Node from a QName.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public virtual IUriNode CreateUriNode(
string qname
)
Public Overridable Function CreateUriNode (
qname As String
) As IUriNode
Parameters
- qname
- Type: SystemString
QName.
Return Value
Type:
IUriNode[Missing <returns> documentation for "M:VDS.RDF.WrapperGraph.CreateUriNode(System.String)"]
Implements
IGraphCreateUriNode(String)See Also