dotNetRDF API Documentation

FourStoreConnector Class

Class for connecting to 4store

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

System.Object
   BaseHttpConnector
      BaseAsyncHttpConnector
         FourStoreConnector

public class FourStoreConnector : BaseAsyncHttpConnector, IAsyncUpdateableStorage, IAsyncQueryableStorage, IConfigurationSerializable, IUpdateableStorage, IQueryableStorage, IStorageProvider

Remarks

Depending on the version of RASQAL used for your 4store instance and the options it was built with some kinds of queries may not suceed or return unexpected results.

Prior to the 1.x releases 4store did not permit the saving of unamed Graphs to the Store or Triple level updates. There was a branch of 4store that supports Triple level updates and you could tell the connector if your 4store instance supports this when you instantiate it. From the 0.4.0 release of the library onwards this support was enabled by default since the 1.x builds of 4store have this feature integrated into them by default.

Requirements

Namespace: VDS.RDF.Storage

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

FourStoreConnector Members | VDS.RDF.Storage Namespace