Class WebDemandDataset
Implementation of a dataset wrapper which can load additional graphs from the web on demand.
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Query.Datasets
Assembly: dotNetRdf.dll
Syntax
public class WebDemandDataset : BaseDemandDataset, IConfigurationSerializable, IThreadSafeDataset, ISparqlDataset, ITripleIndex
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 |