Click or drag to resize

GraphLiteralNode Constructor (IGraph, IGraph)

Creates a new Graph Literal Node whose value is an empty Subgraph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected GraphLiteralNode(
	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