IVirtualRdfProviderTNodeID, TGraphIDLoadGraphVirtual Method |
Loads a Graph creating all the Triples with virtual node values.
Namespace:
VDS.RDF.Storage.Virtualisation
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax void LoadGraphVirtual(
IGraph g,
Uri graphUri
)
Sub LoadGraphVirtual (
g As IGraph,
graphUri As Uri
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph to load into. - graphUri
- Type: SystemUri
URI of the Graph to load.
See Also