dotNetRDF API Documentation

IInferencingTripleStore Interface

Interface for Triple Stores which can have a IInferenceEngine attached to them

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

public interface IInferencingTripleStore : ITripleStore, IDisposable

Types that implement IInferencingTripleStore

Type Description
DiskDemandTripleStore Class for representing Triple Stores which are collections of RDF Graphs
ThreadSafeTripleStore A thread safe variant of TripleStore, simply a TripleStore instance with a ThreadSafeGraphCollection decorator around it's underlying BaseGraphCollection
TripleStore Class for representing Triple Stores which are collections of RDF Graphs
WebDemandTripleStore Class for representing Triple Stores which are collections of RDF Graphs

Requirements

Namespace: VDS.RDF

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

IInferencingTripleStore Members | VDS.RDF Namespace