dotNetRDF API Documentation

DiskDemandTripleStore Class

Class for representing Triple Stores which are collections of RDF Graphs

For a list of all members of this type, see DiskDemandTripleStore Members .

System.Object
   BaseTripleStore
      TripleStore
         DiskDemandTripleStore

[DefaultMember(MemberName=""Item"")]
public class DiskDemandTripleStore : TripleStore

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

Requirements

Namespace: VDS.RDF

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

DiskDemandTripleStore Members | VDS.RDF Namespace