Click or drag to resize

SparqlHttpProtocolConnectorLoadGraph Method (IRdfHandler, Uri)

Loads a Graph from the Protocol Server.

Namespace:  VDS.RDF.Storage
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual 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