Class WebDemandDataset
Implementation of a dataset wrapper which can load additional graphs from the web on demand.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Query.Datasets
Assembly: dotNetRDF.dll
Syntax
public class WebDemandDataset : BaseDemandDataset, IConfigurationSerializable, IThreadSafeDataset, ISparqlDataset
Constructors
| Improve this Doc View SourceWebDemandDataset(ISparqlDataset)
Creates a new Web Demand Dataset.
Declaration
public WebDemandDataset(ISparqlDataset dataset)
Parameters
Type | Name | Description |
---|---|---|
ISparqlDataset | dataset | Underlying Dataset. |
Methods
| Improve this Doc 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 |
---|---|---|
System.Uri | graphUri | Graph URI. |
IGraph | g | Graph. |
Returns
Type | Description |
---|---|
System.Boolean |