Click or drag to resize

IStorageProviderLoadGraph Method (IRdfHandler, Uri)

Loads a Graph from the Store using the RDF Handler.

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

Parameters

handler
Type: VDS.RDFIRdfHandler
RDF Handler.
graphUri
Type: SystemUri
URI of the Graph to load.
Remarks

Behaviour of this method with regards to non-existent Graphs is up to the implementor, an empty Graph may be returned or an error thrown. Implementors should state in the XML comments for their implementation what behaviour is implemented.

See Also