BaseGraphLiteralNode Constructor (IGraph) |
Creates a new Graph Literal Node whose value is an empty Subgraph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected BaseGraphLiteralNode(
IGraph g
)
Protected Sub New (
g As IGraph
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph this node is in.
See Also