Stefano, > also note that you can now use an in-memory store (which is *way* > faster).... and it's a lot more useful for just loading and inspecting a > bunch of RDF.
Since longwell is no longer generating those database directories full of xxx.dat files, I presume it's using the in-memory store. The /longwell/src/main/webapp/WEB-INF/longwell.properties file says this: # ----------- Triple Stores Properties ------------ longwell.store.dir = WEB-INF/database longwell.store.type = memory #longwell.store.type = native So that's fast and good, thanks. > Can you try to remove the files of the longwell database and reload the > data? I'm not sure what you mean by the 'longwell database'. I tried removing "/Applications/Simile/longwell/src/main/webapp/longwell/data" where all the other facade files are, but it had no effect on the presentation of my configuration: I still get: "None of the predefined starting points contains data." When I start longwell thus: ./longwell -c sourcenotes, the log tells me that each of my files in "/Applications/Simile/longwell/src/main/webapp/sourcenotes/data" is read and added to 'profile default' which I presume is in memory. sourcenotes-facade.n3 is duly read and added, but no starting points are displayed. I'm sure I'm missing something obvious. Can you help? Jon PS. these comments reflect update to revision 6114 _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
