Click or drag to resize

UriNode Constructor (IGraph, String)

Internal Only Constructor for URI Nodes.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected UriNode(
	IGraph g,
	string qname
)

Parameters

g
Type: VDS.RDF.IGraph
Graph this Node is in.
qname
Type: System.String
QName for the Node.
Remarks
This Constructor tries to resolve the QName using the NamespaceMapper and Base Uri of the Graph it is in. Exceptions may occur if we cannot resolve the QName correctly.
See Also