Click or drag to resize

SparqlConnectorLoadGraph Method (IRdfHandler, String)

Loads a Graph from the SPARQL Endpoint.

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

Parameters

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

Implements

IStorageProviderLoadGraph(IRdfHandler, String)
See Also