IStorageProviderLoadGraph Method (IRdfHandler, String) |
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,
string graphUri
)
Sub LoadGraph (
handler As IRdfHandler,
graphUri As String
)
Parameters
- handler
- Type: VDS.RDFIRdfHandler
RDF Handler. - graphUri
- Type: SystemString
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