BaseUriNode Constructor (IGraph, Uri) |
Internal Only Constructor for URI Nodes.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected BaseUriNode(
IGraph g,
Uri uri
)
Protected Sub New (
g As IGraph,
uri As Uri
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph this Node is in. - uri
- Type: SystemUri
URI.
See Also