IVirtualRdfProvider<TNodeID, TGraphID>.LoadGraphVirtual Method |
Loads a Graph creating all the Triples with virtual node values.
Namespace:
VDS.RDF.Storage.Virtualisation
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxvoid LoadGraphVirtual(
IGraph g,
Uri graphUri
)
Sub LoadGraphVirtual (
g As IGraph,
graphUri As Uri
)
Parameters
- g
- Type: VDS.RDF.IGraph
Graph to load into. - graphUri
- Type: System.Uri
URI of the Graph to load.
See Also