[Virtuoso-users] Error reports

2010-03-01 Thread Nathan
Hi All, Just a quick update on some new to me errors; 40001 Error SR172: Transaction deadlocked and another one (which i lost) which basically said Generated SQL more than 1 lines which I was getting frequently when SPARUL inserting 2000-5000 triples; I've since lowered all sparul queries

Re: [Virtuoso-users] Error reports

2010-03-01 Thread Nathan
Hi Peter! Peter Ansell wrote: Hi Nathan, - Original Message From: Nathan nat...@webr3.org To: Virtuoso Users List virtuoso-users@lists.sourceforge.net Sent: Mon, 1 March, 2010 11:30:58 AM Subject: [Virtuoso-users] Error reports Hi All, Just a quick update on some new to me

[Virtuoso-users] upload rdf turtle file in windows

2010-03-01 Thread Madhuvanthi Sankaranarayanan
Hi, I am trying to upload turtle file (18kb) into virtuoso using the following instructions: http://www.openlinksw.com/dataspace/dav/wiki/Main/VirtBulkRDFLoaderExampleSingle the dirsallowed param in my virtuoso.ini file is as follows: DirsAllowed = ., ../vad So i put my file sider.ttl inside

Re: [Virtuoso-users] upload rdf turtle file in windows

2010-03-01 Thread Hugh Williams
Hi Madhu, On Windows you need to escape the windows \ directory delimiter which is special character with a double slash \\ as follows: ld_dir('C:\\Users\\madsaan\\Desktop\\vos6-win32-20100209\\virtuoso-opensource\\vad\\sider.ttl','sider.ttl','http://sider.com#'); Or change the

Re: [Virtuoso-users] Storing uris

2010-03-01 Thread Tim Haynes
Alexander Sidorov wrote: Hi Nathan, But Virtuoso will do all right even if I save uri value as literal http://a.uri; :) For example: scienceConferenceUri typeOfScience http://uri#mathematics; When I save object properties values I always see some kind of dualism :) On the one hand, object

Re: [Virtuoso-users] Programmatically putting RDFs into Virtuoso

2010-03-01 Thread Tim Haynes
Rameswara Sashi Kiran Challa wrote: I want to programmatically (in Java) put the RDF files I get, into virtuoso. I am planning to use HTTP put. I could make a system call, use curl and do it on Unix. How could I do it on Windows ? There's a load of ways to insert RDF into Virtuoso:

Re: [Virtuoso-users] Programmatically putting RDFs into Virtuoso

2010-03-01 Thread Tim Haynes
(Oops, previous version sent too soon) Rameswara Sashi Kiran Challa wrote: I want to programmatically (in Java) put the RDF files I get, into virtuoso. I am planning to use HTTP put. I could make a system call, use curl and do it on Unix. How could I do it on Windows ? There's a load of

Re: [Virtuoso-users] 6.1.0: README: getting started: command line isql example: inconsistent port 1112?

2010-03-01 Thread Tim Haynes
Nathan wrote: also worth noting that people should use the isql bundled with virtuoso and not the standard one which is often found on linux boxes - that's quite a gotcha! I have made this a FAQ: http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSMake ~Tim -- Tim Haynes Product

Re: [Virtuoso-users] Complex search based on Virtuoso Free Text Search

2010-03-01 Thread Alexander Sidorov
Hi Nathan, Thank you very much! You helped me significantly. After your message receiving I googled more about IRI:RANK and bif:contains and found some interesting information: 1. Orri Erling's article More On Parallel RDF/Text Query

[Virtuoso-users] Improve Free text indexing speed

2010-03-01 Thread Marc-Alexandre Nolin
Hello, I've created a new triplestore and created the free text index before starting to load the triples. I've load approximatively 4 billions triples in less than 2 days using TTLP. However, the free text index wasn't there. So the problem might be related to this situation