Click or drag to resize

BaseSesameHttpProtocolConnector.LoadGraph Method (IRdfHandler, Uri)

Loads a Graph from the Store.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual void LoadGraph(
	IRdfHandler handler,
	Uri graphUri
)

Parameters

handler
Type: VDS.RDF.IRdfHandler
RDF Handler.
graphUri
Type: System.Uri
Uri of the Graph to load.

Implements

IStorageProvider.LoadGraph(IRdfHandler, Uri)
Remarks
If a Null Uri is specified then the default graph (statements with no context in Sesame parlance) will be loaded.
See Also