Re: 10G loading file to fuseki

2017-01-19 Thread A. Soroka
Your procedure seems reasonable. I still don't understand what you mean by "I can query the small Lexo database but not the LinkedCT one." What exactly are you doing to send queries? Please show the configuration you added for your new dataset. --- A. Soroka The University of Virginia Library

Re: 10G loading file to fuseki

2017-01-19 Thread Reihaneh Amini
Sure! Thanks for helping! 1. TDB laoding: public static void main(String[] args) { String file = "./linkedct-live-dump-latest.nt"; //source 10 GB file String directory; directory = "./Data"; //target TDB files Dataset dataset = TDBFactory.createDataset(directory);

Re: 10G loading file to fuseki

2017-01-19 Thread A. Soroka
> However, the reasoner probably is not working because I cannot query the data! This isn't really an effective report of a problem. Can you describe what you did (including the exact sequence of steps you followed to do the load), what you then did to query, what you expected to get, and what

Re: 10G loading file to fuseki

2017-01-19 Thread Reihaneh Amini
I load the data by TDB loader and then upload them into the server with no problem this time. However, the reasoner probably is not working because I cannot query the data! By loading by TDB I got several .dat and .idn file which I loaded them to fuseki server. Any suggestion? Regards, Reihan

Re: 10G loading file to fuseki

2017-01-19 Thread A. Soroka
Using the UI is not a good idea for this. You would do _much_ better either to work Osma's suggestion or to use the command-line tools. --- A. Soroka The University of Virginia Library > On Jan 19, 2017, at 11:32 AM, Reihaneh Amini wrote: > > Hi Andy, > > Thanks for

10G loading file to fuseki

2017-01-19 Thread Reihaneh Amini
Hi Andy, Thanks for your advice! I am using UI. Do you mean I can still use UI if I split the data? By splitting you mean the simple splitting, right? Reihan