As discussed [here](https://github.com/cognizone/asquare/pull/229#discussion_r1476120550) `VirtuosoRdfConnectionRdfStoreService` opens RDFConnection on each operation rendering it inefficient. A/C: - parameterize `VirtuosoRdfConnectionRdfStoreService` with `RDFConnection` and generify towards `RdfConnectionRdfStoreService`. - create a transactional wrapper over a `RDFConnection`-based `RdfStoreService` - tested