Click or drag to resize

BlankNode Constructor (IGraph, String)

Internal Only constructor for Blank Nodes.

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

Parameters

g
Type: VDS.RDFIGraph
Graph this Node belongs to.
id
Type: SystemString
Custom Node ID to use.
See Also