Click or drag to resize

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
)

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