Click or drag to resize

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
)

Parameters

qname
Type: SystemString
QName.

Return Value

Type: IUriNode

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

See Also