Re: [Virtuoso-users] Virtuoso 6 problematic background activity

2009-11-02 Thread James Marsh
On Mon, Nov 2, 2009 at 10:47, Tim Haynes wrote: > And another trick to bear in mind: isql -D. Thanks Tim, I didn't know about that one — I've found the documentation now (http://docs.openlinksw.com/virtuoso/pldebugger.html) but it might be worth mentioning that the option -D enters the debugger

Re: [Virtuoso-users] Pass parameters to sparql

2009-11-02 Thread Mirko
Patrick, thanks for that info! Regards, Mirko Am 02.11.2009 um 10:50 schrieb Patrick van Kleef: Hi Mirko, But one more question just out of curiosity. I find it very strange that accent characters ( ` ) are required around the iri() function, not single or double quotes. I had tried su

Re: [Virtuoso-users] how to delete triple store content with isql?

2009-11-02 Thread Hugh Williams
Hi Egon, You can use the SPARUL "delete from graph ..." or "clear graph ..." query types to remove existing triples before re-loading as detailed at: http://docs.openlinksw.com/virtuoso/rdfsparql.html#rdfsparulexamples Best Regards Hugh Williams Professional Services OpenLink Softwa

[Virtuoso-users] how to delete triple store content with isql?

2009-11-02 Thread Egon Willighagen
Hi all, I want to reinsert my RDF triples into Virtuoso [0] with isql, because of an update model: previously anonymous resources are now named. Reuploading is fine, but that clear does not remove the anonymous resources... So, as the data set is a mere 1M triples, how can I delete all triples us

Re: [Virtuoso-users] Virtuoso 6 problematic background activity

2009-11-02 Thread Tim Haynes
James Marsh wrote: Hi Hugh, On Tue, Oct 27, 2009 at 15:33, Hugh Williams > wrote: Can you please provide a copy of your Virtuoso Configuration file (virtuoso.ini) and Virtuoso log file (virtuoso.log) for review. The log shows nothing unusual - the

Re: [Virtuoso-users] Changing DAV permissions programatically

2009-11-02 Thread Tim Haynes
Aldo Bucchi wrote: Hi, I upload a file via WebDAV like so curl -u $CREDENTIALS -T "file.txt" http://server.com/DAV/home/dav/folder/ where /folder/ has readable by anyone. However, the uploaded file does not inherit permissions ( unless I am missing something ). [] Or, just definitely upload

Re: [Virtuoso-users] Pass parameters to sparql

2009-11-02 Thread Patrick van Kleef
Hi Mirko, But one more question just out of curiosity. I find it very strange that accent characters ( ` ) are required around the iri() function, not single or double quotes. I had tried surrounding the function by single quotes ( ' iri(??)' ) or escaped double quotes (\"iri(??) \" )