Click or drag to resize

SimpleVirtualLiteralNode Constructor (IGraph, Int32, IVirtualRdfProviderInt32, Int32, ILiteralNode)

Creates a new Virtual Literal Node.

Namespace:  VDS.RDF.Storage.Virtualisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public SimpleVirtualLiteralNode(
	IGraph g,
	int id,
	IVirtualRdfProvider<int, int> provider,
	ILiteralNode value
)

Parameters

g
Type: VDS.RDFIGraph
Graph the Node belongs to.
id
Type: SystemInt32
Virtual ID.
provider
Type: VDS.RDF.Storage.VirtualisationIVirtualRdfProviderInt32, Int32
Virtual RDF Provider.
value
Type: VDS.RDFILiteralNode
Materialised Value.
See Also