Click or drag to resize

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
)

Parameters

g
Type: VDS.RDFIGraph
Graph this Node is in.
uri
Type: SystemUri
URI.
See Also