Click or drag to resize

BlankNode Constructor (IGraph)

Internal Only Constructor for Blank Nodes.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected BlankNode(
	IGraph g
)

Parameters

g
Type: VDS.RDFIGraph
Graph this Node belongs to.
See Also