Hi there, I have Fuseki 3.14 running inside my Tomcat 9 and installed apache-jena-3.14. Now I am trying to work with tdbloader2 to create a database from ttl-files for Fuseki:
bin/tdbloader2 --loc mydb mydata.ttl This generates a directory mydb with all the indexes. My question is: how do I make Fuseki aware of my newly created mydb? My idea was to simply move it into /etc/fuseki/databases where all other data indexes are located and restart Fuseki. But that is apparently not enough: The Fuseki WebGUI does not list mydb , where as it lists all other datasets which I have created via the Fuseki WebGUI. How do I notify Fuseki about my freshly created index via tbloader2 without GUI interaction? Regards, Immanuel
