Class DiskDemandTripleStore
Class for representing Triple Stores which are collections of RDF Graphs.
Implements
Inherited Members
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public class DiskDemandTripleStore : TripleStore, IInMemoryQueryableStore, ISparqlUpdateTripleStore, IUpdateableTripleStore, ITripleStore, IDisposable
Remarks
The 'Disk Demand' Triple Store is a Triple Store which automatically retrieves Graphs from the Disk based on the URIs of Graphs that you ask it for when those URIs are file:/// URIs.
Constructors
| Edit this page View SourceDiskDemandTripleStore()
Creates a new Disk Demand Triple Store.
Declaration
public DiskDemandTripleStore()