Click or drag to resize

BaseGraphCreateGraphLiteralNode Method

Creates a new Graph Literal Node with its value being an Empty Subgraph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual IGraphLiteralNode CreateGraphLiteralNode()

Return Value

Type: IGraphLiteralNode

[Missing <returns> documentation for "M:VDS.RDF.BaseGraph.CreateGraphLiteralNode"]

Implements

INodeFactoryCreateGraphLiteralNode
See Also