GraphLiteralNode Constructor (IGraph) | 
 
            Creates a new Graph Literal Node in the given Graph which represents the given Subgraph.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxprotected GraphLiteralNode(
	IGraph g
)
Protected Sub New ( 
	g As IGraph
)
Parameters
- g
 - Type: VDS.RDFIGraph
Graph this node is in. 
See Also