BaseUriNode Constructor (IGraph, String) |
Internal Only Constructor for URI Nodes.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected BaseUriNode(
IGraph g,
string qname
)
Protected Sub New (
g As IGraph,
qname As String
)
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