Class WebDemandTripleStore
Class for representing Triple Stores which are collections of RDF Graphs.
Implements
System.IDisposable
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
Assembly: dotNetRDF.dll
Syntax
public class WebDemandTripleStore : TripleStore, IInMemoryQueryableStore, IInferencingTripleStore, IUpdateableTripleStore, ITripleStore, IDisposable
Remarks
The 'Web Demand' Triple Store is a Triple Store which automatically retrieves Graphs from the Web based on the URIs of Graphs that you ask it for.
Constructors
| Improve this Doc View SourceWebDemandTripleStore()
Creates a new Web Demand Triple Store.
Declaration
public WebDemandTripleStore()
WebDemandTripleStore(String)
Creates an Web Demand Triple Store.
Declaration
public WebDemandTripleStore(string defaultGraphFile)
Parameters
Type | Name | Description |
---|---|---|
System.String | defaultGraphFile | A Filename for the Default Graph which should be loaded from a local File as the initial Graph. |
WebDemandTripleStore(Uri)
Creates an Web Demand Triple Store.
Declaration
public WebDemandTripleStore(Uri defaultGraphUri)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | defaultGraphUri | A Uri for the Default Graph which should be loaded from the Web as the initial Graph. |
Implements
System.IDisposable