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

2010-03-17 Thread Enrico Daga
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 played a bit >> with it and I think it is great! >> >> Now I am experienci

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

2010-03-17 Thread Hugh Williams
Hi Enrico, On 17 Mar 2010, at 11:50, Enrico Daga wrote: > Hi > I am a virtuoso fan (and newbie), I have installed and played a bit > with it and I think it is great! > > Now I am experiencing some problems in IRI names when using non ASCII > characters. > I have collected as much information as

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

2010-03-17 Thread Enrico Daga
Hi I am a virtuoso fan (and newbie), I have installed and played a bit with it and I think it is great! Now I am experiencing some problems in IRI names when using non ASCII characters. I have collected as much information as I could, hope they are enough to figure out thwe problem: These are the

Re: [Virtuoso-users] LOD encoding problems

2010-03-17 Thread Mitko Iliev
Hi Alexander, The sparql endpoint returns UTF8, also the experiments shows proper encoding, for example try to execute : SELECT ?o WHERE { rdfs:label ?o . filter (lang(?o) = 'ru' ) } or SELECT ?o WHERE { ?s ?p ?o . ?o bif:contains '"Москва"' } limit 100

Re: [Virtuoso-users] LOD encoding problems

2010-03-17 Thread Alexander Sidorov
Hi Hugh, As I remember ADO.NET encoding bug was fixed (I haven't checked because it has no sense while other Entity Framework bug you know about is not fixed). But this problem has no relation to ADO.NET. As I haven't yet deployed my application to Amazon EC2, I execute geo queries using lod.open

Re: [Virtuoso-users] LOD encoding problems

2010-03-17 Thread Hugh Williams
Hi Alexander, Correction to my previous mail as I see your email from 10th March asking if all lod data is in UTF-8 mode. Yes it should be, although still are you using the ADO.Net Provider for access the LOD data or querying the SPARQL endpoint directly, as their are still encoding issues to b

Re: [Virtuoso-users] LOD encoding problems

2010-03-17 Thread Hugh Williams
Hi Alexander, Is this the encoding issue with the ADO.Net Provider you reported previously as that is the only one I am aware of, which is still to be resolved ? Note, their is a 40K limit on the size of emails to this mailing list thus your mail with attachment which exceeded this limit was wi

Re: [Virtuoso-users] graph question

2010-03-17 Thread Hugh Williams
Hi Marc, This sounds like the same issue reported on our support forums: http://boards.openlinksw.com/support/viewtopic.php?f=12&t=731 which has been fixed and will be in the next v6.1 update due out any day now ... Best Regards Hugh Williams Professional Services OpenLink Software Web:

[Virtuoso-users] graph question

2010-03-17 Thread Marc-Alexandre Nolin
Hello, I would like clarification about multiple graph usage if I use quad of TriX for the files I'm loading. In the release note about Virtuoso 6.1.0 here http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VOSNews#Announcing Virtuoso Open-Source Edition v6.1.0 There is this point :

[Virtuoso-users] LOD encoding problems

2010-03-17 Thread Alexander Sidorov
Hello! I have already asked about LOD encoding problems before but no feedback followed. To be more expressive I have attached my application's screen shots with information about Manchester (english symbols - everything is okay) and Moscow (russian symbols are displayed incorrectly). Regards, Al