Click or drag to resize

UriNode Constructor (IGraph, Uri)

Internal Only Constructor for URI Nodes.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected UriNode(
	IGraph g,
	Uri uri
)

Parameters

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