|
I have set up my virtuoso server on windows, now it works on 'localhost:8890' , the dashboard at 'localhost:8890/conductor' works fine, now I'm trying to upload the dbpedia triples dump files to the server. I tried the conductor 'semantic web' tab to upload triple files, it works fine with the small triple files , but on most files it returns invalid input file error I also tried the API function through CMD: DB.DBA.TTLP_MT_LOCAL_FILE ('./geo_coordinates_en.nt','', 'geoCoOrdinates'); it mostly works, but sometimes also it returns an error in a certain triple in a file and stops uploading the whole file I finally tried to put all the .nt files in a folder in the database folder of the virtuoso folder, then I made the following through the API: SQL> ld_dir ('tmp', '.', 'http://dbpedia.org'); Done. -- 47 msec. SQL> rdf_loader_run (); and it's still running since last night (about 14 hours now) , I'm not sure it's still working or something happened, but the dashboard takes forever to load and doesn't load. Am I on the right track or not ? The files are about 17GB total, normally the 1.5GB file loaded in 10 minutes... |


