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
)
Protected Sub New (
g As IGraph,
qname As String
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph this Node is in. - qname
- Type: SystemString
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