Click or drag to resize

SparqlHttpProtocolConnector.LoadGraph 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.RDF.IRdfHandler
RDF Handler.
graphUri
Type: System.Uri
URI of the Graph to load.

Implements

IStorageProvider.LoadGraph(IRdfHandler, Uri)
See Also