Re: [Virtuoso-users] load into graph specified by nquads

2014-04-29 Thread Hugh Williams
Hi Mark, Have you actually tried it, as the 3rd param will simply be ignored it is an nquad file, just as it would if there are "..graph" or "global.graph" which would override the ld_dir() 3rd param setting, we load nquad all the time with the bulk loader ... Best Regards Hugh Williams Profe

[Virtuoso-users] load into graph specified by nquads

2014-04-29 Thread Mark Thompson
Hi all, I want to bulk load RDF data from an NQUADS file and have the statements loaded into the graph as specified by the fourth field in the RDF file. Is it possible to this using the ld_dir() function? From experimentation and the documentation at [1] it is not clear to me how to do this, sinc