Class DiskDemandTripleStore
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 DiskDemandTripleStore : TripleStore, IInMemoryQueryableStore, IInferencingTripleStore, 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
| Improve this Doc View SourceDiskDemandTripleStore()
Creates a new Disk Demand Triple Store.
Declaration
public DiskDemandTripleStore()
Implements
System.IDisposable