Re: [Virtuoso-users] Error on using bif:contains with Non-ASCII string values (DBpedia SPARQL endpoint)

2009-10-03 Thread Martin Stricker
Open Source release as well. Best Regards, Ivan Mikhailov OpenLink Software http://virtuoso.openlinksw.com On Mon, 2009-09-07 at 20:54 +0200, Martin Stricker wrote: Hi, I was being forwarded from the DBpedia discussion list with my problem with DBpedia endpoint queries at http://dbpedia.org/sp

[Virtuoso-users] Error on using bif:contains with Non-ASCII string values (DBpedia SPARQL endpoint)

2009-09-07 Thread Martin Stricker
rdfs:label ?txt . ?txt bif:contains "'Reinhard' AND 'Kekulé'" . FILTER(LANG(?txt) = "de")} Returns error: 37000 Error SQ074: Line 6: syntax error at ',' before ''UTF-8'' Any idea why? Help would be greatly appreciated, many