NodeFactory.CreateGraphLiteralNode Method (IGraph) |
Creates a Graph Literal Node which represents the given Subgraph.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic IGraphLiteralNode CreateGraphLiteralNode(
IGraph subgraph
)
Public Function CreateGraphLiteralNode (
subgraph As IGraph
) As IGraphLiteralNode
Parameters
- subgraph
- Type: VDS.RDF.IGraph
Subgraph.
Return Value
Type:
IGraphLiteralNode[Missing <returns> documentation for "M:VDS.RDF.NodeFactory.CreateGraphLiteralNode(VDS.RDF.IGraph)"]
Implements
INodeFactory.CreateGraphLiteralNode(IGraph)
See Also