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
)
Sub LoadGraph (
handler As IRdfHandler,
graphUri As Uri
)
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