BaseDemandGraphCollectionLoadOnDemand Method |
Loads a Graph on demand.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected abstract IGraph LoadOnDemand(
Uri graphUri
)
Protected MustOverride Function LoadOnDemand (
graphUri As Uri
) As IGraph
Parameters
- graphUri
- Type: SystemUri
URI of the Graph to load.
Return Value
Type:
IGraphA Graph if it could be loaded and throws an error otherwise.
See Also