UriNode Constructor (IGraph, Uri) | 
 
            Internal Only Constructor for URI Nodes.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected UriNode(
	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 for the Node. 
See Also