Click or drag to resize

BaseGraph.CreateUriNode 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
)

Parameters

qname
Type: System.String
QName for the Node.

Return Value

Type: IUriNode

[Missing <returns> documentation for "M:VDS.RDF.BaseGraph.CreateUriNode(System.String)"]

Implements

IGraph.CreateUriNode(String)
Remarks
Internally the Graph will resolve the QName to a full URI, throws an RDF Exception when this is not possible.
See Also