Re: [Virtuoso-users] Loading a Trig file into virtuoso

2014-10-13 Thread Hugh Williams
Hi Nuria, Is this a publicly available data set that we can try to load locally ? Also, have you tried loading it with the Virtuoso RDF Bulk Loader as detailed at: http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtBulkRDFLoader Best Regards Hugh Williams Professional Services

[Virtuoso-users] Loading a Trig file into virtuoso

2014-10-02 Thread Nuria Queralt Rosinach
Dear all, From the shell, I am trying to load into Virtuoso NQUAD store a Trig file with triples in several named graphs using this function: ISQL> log_enable(3,1); ISQL> DB.DBA.TTLP_MT(file_to_string_output('path/file.trig'),'','graph ',256); And, the following error come