Re: [Virtuoso-users] problems loading Virtuos on Google cloud

2014-04-08 Thread Hugh Williams
Andrejs, On 8 Apr 2014, at 22:36, Andrejs Abele wrote: > Hi Hugh, > Thank you for your comments. > When the loader fails, I continue from the point it failed. > I want to clarify, that virtuoso server, was not crashing, but the loader. [Hugh] So it is your client side loader program that is cra

Re: [Virtuoso-users] problems loading Virtuos on Google cloud

2014-04-08 Thread Andrejs Abele
Hi Hugh, Thank you for your comments. When the loader fails, I continue from the point it failed. I want to clarify, that virtuoso server, was not crashing, but the loader. Our custom loader uses only one thread. We submit one file at time, that contains 10 000 000 triples When I increased waiting

Re: [Virtuoso-users] character encoding error for uri/iri

2014-04-08 Thread Roland Cornelissen
Hi, Just fyi: I upgraded to VOS7.1 and checked the error described below [1]. It is still there. Best, Roland [1] http://bit.ly/1ipPNmu On 15-02-14 17:47, Hugh Williams wrote: > Hi Roland, > > We have seen occurrence of this problem before with SPARQ_FED queries, > thus it is scheduled to be loo

Re: [Virtuoso-users] Sparql http update request with multiple update statements

2014-04-08 Thread Kingsley Idehen
On 4/8/14 3:48 AM, Eugen F wrote: Hi, This would work if all operations are in same graph since all operations after "with <:graph>" are done in that graph, but if if i want to do one transaction over multiple graphs then using multiple "with" keywords results in an error and I don't think it

[Virtuoso-users] Objects of data properties are broken for QUAD maps/SPAQRL views

2014-04-08 Thread Alex Bondo Andersen
Hi, I have a couple of QUAD maps on top of relational tables. When I query the graph, which is defined by the QUAD map, without binding the property all triples with data properties will have the object "iri_id_0_with_no_name_entry" or in some cases "node://" followed by numbers. Object properties

Re: [Virtuoso-users] Sparql http update request with multiple update statements

2014-04-08 Thread Eugen F
Hi, This would work if all operations are in same graph since all operations after "with <:graph>" are done in that graph, but if if i want to do one transaction over multiple graphs then using multiple "with" keywords results in an error and I don't think it should be the case. Of course this