An implementation of a KiWi triple store without extended transaction support. The KiWiStore holds a reference to a KiWiPersistence object to access the database. Each SailConnection will be directly associated with a database connection and a database transaction.
Note that extended KiWi functionality like the reasoner or versioning require the extended transaction support. In these cases, please see KiWiTransactionalStore.
Author: Sebastian Schaffert