Re: [Virtuoso-users] SPARQL, backslash in URIs

2013-03-27 Thread Hugh Williams
Hi Alexey, The following param in the Virtuoso INI file controls the handling of the backslash character: SQL_NO_CHAR_C_ESCAPE=0 This options is 0 by default and can be either 1 or 0. This option controls Virtuoso's interpretation of the backslash in PL text which is normal interpreted as esca

[Virtuoso-users] SPARQL, backslash in URIs

2013-03-26 Thread Alexey Zakhlestin
Hi. I have a dataset, which has backslash character in some of the Subject URIs. Whenever I try to use such URI in SPARQL Query, Virtuoso gives me this: Virtuoso 37000 Error SP030: SPARQL compiler, line 0: Invalid character in SPARQL expression at '\' Do I need to escape backslash somehow?