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