IStorageProvider.LoadGraph Method (IRdfHandler, Uri) |
Loads a Graph from the Store using the RDF Handler.
Namespace:
VDS.RDF.Storage
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxvoid LoadGraph(
IRdfHandler handler,
Uri graphUri
)
Sub LoadGraph (
handler As IRdfHandler,
graphUri As Uri
)
Parameters
- handler
- Type: VDS.RDF.IRdfHandler
RDF Handler. - graphUri
- Type: System.Uri
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