BlankNode Constructor (IGraph) | 
 
            Internal Only Constructor for Blank Nodes.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected BlankNode(
	IGraph g
)
Protected Sub New ( 
	g As IGraph
)
Parameters
- g
 - Type: VDS.RDFIGraph
Graph this Node belongs to. 
See Also