Class WebDemandDataset
Implementation of a dataset wrapper which can load additional graphs from the web on demand.
Inherited Members
Namespace: VDS.RDF.Query.Datasets
Assembly: dotNetRdf.dll
Syntax
public class WebDemandDataset : BaseDemandDataset, IConfigurationSerializable, IThreadSafeDataset, ISparqlDataset, ITripleIndex
  Constructors
| Edit this page View SourceWebDemandDataset(ISparqlDataset)
Creates a new Web Demand Dataset.
Declaration
public WebDemandDataset(ISparqlDataset dataset)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ISparqlDataset | dataset | Underlying Dataset.  | 
      
Methods
| Edit this page View SourceTryLoadGraph(Uri, out IGraph)
Tries to load graphs from the web.
Declaration
protected override bool TryLoadGraph(Uri graphUri, out IGraph g)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Uri | graphUri | Graph URI.  | 
      
| IGraph | g | Graph.  | 
      
Returns
| Type | Description | 
|---|---|
| bool |