Re: [Virtuoso-users] international characters in vsp pages

2010-01-04 Thread Eddy Vanderlinden
Hi Hugh, After changing the way it is described, it unfortunatelly did not change the characters. http://fadyart.com/files/details.vsp I will let fall this property since I don't want to bother anybody more than I did already. Thanks for all the efforts ! Best regards Eddy - Original

Re: [Virtuoso-users] international characters in vsp pages

2010-01-04 Thread Hugh Williams
HI Eddy, The following code is not correct in your VSP page: http_value(charset_recode(_res1,'ISO-8859-1','UTF-8'),'TD'); It should be : http_value(charset_recode(_res1,'UTF-8', '_WIDE_'),'TD'); because the sparql string literals are kept as UTF-8 and http_value needs a wi

Re: [Virtuoso-users] SPARQL: Unions of Subqueries and Precedence of Results from Unions

2010-01-04 Thread Stephen Hatton
Kingsley, First thing, are you trying to solve this strictly via SPARQL or do you want > to get this data by de-referencing a DBpedia Entity URI? > > Kingsley > To be honest, I'm not quite sure. De-referencing is just accessing a given URI while using SPARQL allows queried patterns of data from m