Hi Hugh, Thank you, that helped. But there are a lot of examples at documentation that use just double quotes...
Regards, Alexander 2010/3/4 Hugh Williams <[email protected]> > Hi Alexander, > > Try the following: > > SELECT * WHERE { ?s ?p ?o . ?o bif:contains "'Some non english literal'" } > > Note the addition of single quotes within the double quotes which is how > Virtuoso handles phrases in bif:contains. > > Best Regards > Hugh Williams > Professional Services > OpenLink Software > Web: http://www.openlinksw.com > Support: http://support.openlinksw.com > Forums: http://boards.openlinksw.com/support > Twitter: http://twitter.com/OpenLink > > On 4 Mar 2010, at 13:20, Alexander Sidorov wrote: > > Hello! > > I'm trying to find some information at lod.openlinksw.com using simple > query: > > SELECT * WHERE { ?s ?p ?o . ?o bif:contains "Some non english literal" } > > As result I get an error telling "Invalid character in free-text search > expression, it may not appear outside quoted string". I there any way to > solve this problem? > > Regards, > Alexander > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > > http://p.sf.net/sfu/intel-sw-dev_______________________________________________ > Virtuoso-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/virtuoso-users > > >
