VirtuosoReaderLoad Method (IGraph, Uri) |
Loads a Graph from the Native Quad Store.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF.Data.Virtuoso (in dotNetRDF.Data.Virtuoso.dll) Version: 2.0.1+5.Branch.master.Sha.2b2692866fdc3f3bb5bc6f318ab2f93abcc1a689
Syntax public void Load(
IGraph g,
Uri graphUri
)
Public Sub Load (
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