BaseGraphCreateUriNode Method (String) |
Creates a new URI Node with the given 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 for the Node.
Return Value
Type:
IUriNode[Missing <returns> documentation for "M:VDS.RDF.BaseGraph.CreateUriNode(System.String)"]
Implements
IGraphCreateUriNode(String)Remarks Internally the Graph will resolve the QName to a full URI, throws an RDF Exception when this is not possible.
See Also