[Virtuoso-users] Federated query error

2014-04-29 Thread Nuria Queralt Rosinach
Hi! I am trying a federated query from our sparql endpoint (virtuoso version 7.1.0 stable open source release) and get the following error: Virtuoso 42000 Error SQ200: Must have select privileges on view DB.DBA.SPARQL_SINV_2 Ive googled it and it seemed an issue from previous releases... Any

[Virtuoso-users] seeing what parameters are in effect

2014-04-29 Thread Bart Vandewoestyne
Hello list, For some parameters in the virtuoso.ini file, the documentation on http://docs.openlinksw.com/virtuoso/databaseadmsrv.html#VIRTINI does not mention their default value (for example UseAIO). Is there a way to see what parameter values are in effect for a running virtuoso instance?

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