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:
Syntaxprotected BaseGraphLiteralNode(
IGraph g,
IGraph subgraph
)
Protected Sub New (
g As IGraph,
subgraph As IGraph
)
Parameters
- g
- Type: VDS.RDF.IGraph
Graph this node is in. - subgraph
- Type: VDS.RDF.IGraph
Sub Graph this node represents.
See Also