Click or drag to resize

BaseGraphLiteralNode Constructor (IGraph, 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:
Syntax
protected BaseGraphLiteralNode(
	IGraph g,
	IGraph subgraph
)

Parameters

g
Type: VDS.RDFIGraph
Graph this node is in.
subgraph
Type: VDS.RDFIGraph
Sub Graph this node represents.
See Also