I am trying to set up virtuoso as a storage provider service inside Jena-Fuseki config.ttl file is it possible to add this service as RDF database to Fuseki, is it a right way or I must have to add virtuoso.jena.driver Packege inside Fuseki-Server.jar file? I am asking this question because When we are using Apache-Jena TDB service as a database to our RDF data we always include this java class from Apache-Jena as given below.
#TDB [] ja:loadClass "com.hp.hpl.jena.tdb.TDB" .
I just need a clear answer and if service without includeing packege is possible then may be give me that service.