Click or drag to resize

FourStoreConnectorLoadGraph Method (IRdfHandler, Uri)

Loads a Graph from the 4store instance using an RDF Handler.

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

Parameters

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

Implements

IStorageProviderLoadGraph(IRdfHandler, Uri)
See Also