BaseGraphCreateGraphLiteralNode Method (IGraph) |
Creates a new Graph Literal Node with its value being the given Subgraph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public virtual IGraphLiteralNode CreateGraphLiteralNode(
IGraph subgraph
)
Public Overridable Function CreateGraphLiteralNode (
subgraph As IGraph
) As IGraphLiteralNode
Parameters
- subgraph
- Type: VDS.RDFIGraph
Subgraph this Node represents.
Return Value
Type:
IGraphLiteralNode[Missing <returns> documentation for "M:VDS.RDF.BaseGraph.CreateGraphLiteralNode(VDS.RDF.IGraph)"]
Implements
INodeFactoryCreateGraphLiteralNode(IGraph)See Also