[Virtuoso-users] HTTP POST rdf files into Virtuoso

2010-03-18 Thread Rameswara Sashi Kiran Challa
Hi Apologies if I am not supposed to POST this here. If somebody has already done this please help me to do this. I am trying to post rdf files into Virtuoso using HttpURLconnection in Java. I have my instance of virtuoso up and running. Using curl, this is how I did it earlier from command line

Re: [Virtuoso-users] experiencing some problems in IRI names when using non ASCII characters

2010-03-18 Thread Enrico Daga
Hi Hugh, Unfortunatly the working instance cannot be upgraded easily at the moment :( I will try v. 5.0.13 on my laptop, anyway. Thanks Enrico On 18 March 2010 13:48, Hugh Williams wrote: > Hi Enrico, > > When you initially said you were a "newbie" I assume you had just download > Virtuoso and w

Re: [Virtuoso-users] experiencing some problems in IRI names when using non ASCII characters

2010-03-18 Thread Hugh Williams
Hi Enrico, When you initially said you were a "newbie" I assume you had just download Virtuoso and would be on the latest 6.01.3126, build released in February, so that is what I have been testing against (well the latest 6.01.3127 internal build). Note their was a 5.0.13 update at the same tim

Re: [Virtuoso-users] experiencing some problems in IRI names when using non ASCII characters

2010-03-18 Thread Enrico Daga
Hi Hugh, ok, so things behave differently. In my instance I have the same issue with the sparql endpoint (this is how I discovered the issue in a primary step). In my case the inserted triple from /sparql displays correctly from /sparql and Conductor UI but the query returned by ISQL displays char

Re: [Virtuoso-users] experiencing some problems in IRI names when using non ASCII characters

2010-03-18 Thread Hugh Williams
Hi Enrico, Ok, but yes I can still see the a problem with the load'ed latin accented chars which we shall look into ... BTW, the problem you indicated insert'ing latin accented characters via the /sparql endpoint I do not see when querying via isql , just when via the conductor UIs. inserted

Re: [Virtuoso-users] experiencing some problems in IRI names when using non ASCII characters

2010-03-18 Thread Enrico Daga
Hugh, yes, I have sent the wrong file (that is a snippet of the actual data I have to manage), instead of the 'test snippet' I had prepared for you... :) But the problem represented is the same, unrecognition of latin-accented characters. Regards Enrico On 18 March 2010 04:02, Hugh Williams wrot

Re: [Virtuoso-users] LOD encoding problems

2010-03-18 Thread Alexander Sidorov
I'm very sorry for false alarm. The source of the problem was unicode fonts absense at my Windows 7. 2010/3/17 Mitko Iliev > Hi Alexander, > > The sparql endpoint returns UTF8, also the experiments shows proper > encoding, for example try to execute : > SELECT ?o WHERE {

Re: [Virtuoso-users] experiencing some problems in IRI names when using non ASCII characters

2010-03-18 Thread Hugh Williams
Enrico, On 17 Mar 2010, at 17:35, Enrico Daga wrote: > Hi Hugh, > first of all thank you for your reply :) > > On 17 March 2010 18:05, Hugh Williams wrote: >> Hi Enrico, >> >> On 17 Mar 2010, at 11:50, Enrico Daga wrote: >> >>> Hi >>> I am a virtuoso fan (and newbie), I have installed and pla