Re: [Virtuoso-users] Error SPARQL INSERT query

2014-10-28 Thread Julien Plu
Hi Hugh, Yes sorry, bad plan from me for doing this. Can you provide me your code please ? that i use the same than you at least. -- Julien Plu PhD Student at Eurecom. Personal webpage: http://jplu.developpez.com FOAF file : http://jplu.developpez.com/julien Email address : julien@eurecom.fr

Re: [Virtuoso-users] Error SPARQL INSERT query

2014-10-27 Thread Hugh Williams
Hi Julien, Your reply is unclear, where and how are you specifying the charset, is this is dotNetRDF layer or are you making a direct ADO.Net connection, as I would eliminate dotNetRDF to prove this can be done in the ADO.Net layer first and then work upwards to dotNetRDF ... Best Regards Hu

Re: [Virtuoso-users] Error SPARQL INSERT query

2014-10-27 Thread Julien Plu
It doesn't works even if I precise the charset :-( -- Julien Plu PhD Student at Eurecom. Personal webpage: http://jplu.developpez.com FOAF file : http://jplu.developpez.com/julien Email address : julien@eurecom.fr && *plu.jul...@gmail.com * Phone : +33493008103 Twitter : @julienplu 2014-10-2

Re: [Virtuoso-users] Error SPARQL INSERT query

2014-10-27 Thread Julien Plu
Hi Hugh, Thanks for this hint, i gonna test it with mono on the Linux machine to see if adding "Charset=utf-8" to the connect string is enough and I will let you know if it changes something or not. Best. -- Julien Plu PhD Student at Eurecom. Personal webpage: http://jplu.developpez.com FOAF fi

Re: [Virtuoso-users] Error SPARQL INSERT query

2014-10-26 Thread Hugh Williams
Hi Julien, I amended an old ADO.Net program we have to insert the query you provided using some special characters of my own (because as stated previously some of the characters in your original mail are not displayed): virtuosoCommand.CommandText = "SPARQL INSERT IN GRAPH

Re: [Virtuoso-users] Error SPARQL INSERT query

2014-10-23 Thread Julien Plu
Hi, I confirm it's an encoding problem. If i remove all the special characters it works. Any idea if I have to change a property in the configuration file to try to solve this ? Best. -- Julien Plu PhD Student at Eurecom. Personal webpage: http://jplu.developpez.com FOAF file : http://jplu.deve

Re: [Virtuoso-users] Error SPARQL INSERT query

2014-10-21 Thread Julien Plu
Thanks Hugh ! In my log I have this encoding problem so maybe it's comming from there. My version of Virtuoso is 7.1 stable and I tested my application on Windows also with mono (same version than on linux) and it works. So first I gonna translate all my strings into UTF-8 and see what's happen. I

Re: [Virtuoso-users] Error SPARQL INSERT query

2014-10-20 Thread Hugh Williams
Hi Julien, What is the actual string being inserted as what is in the mail seems to have an encoding issue in my email client ""Fl��vio Vajman"@sk" , maybe you can provide as file attachment to protect ... What is the version of Virtuoso being used (virtuoso-t -? ) , I recall there was a chara