OK if I get this right, TDB is the actual database storing all triples/n-quads, and Fuseki is a layer on top of it whose purpose is to parse SPARQL queries and retrieve triples from TDB.
Right? > Fuseki is not a database. It is a SPARQL server. Jena TDB is the usual > database used with Fuseki. Using Fuseki without Jena is nonsensical. Fuseki > is totally based on Jena. > > https://jena.apache.org/documentation/index.html
