Re: [Virtuoso-users] Surprisingly high number of solutions to long query

2009-02-23 Thread Ivan Mikhailov
Kjetil, > In addition, you may wish to abbreviate the query as follows: > FILTER (?type in ( > , > Oh, cool! But I can't remember seeing that in the SPARQL spec, is that a > Virtuoso extension? Yes, IN and LIKE operators are Virtuoso ext

Re: [Virtuoso-users] User Authentication via LDAP server failed

2009-02-23 Thread Tim Haynes
Matthias Löbe wrote: Hello, we installed Virtuoso version 05.09.3035 on Debian and want to use OpenLDAP as an authentication service. We succesfully connected to the LDAP server in Virtuoso Conductor >> System Admin >> User Accounts >> LDAP Servers, and could possibly import user data manually

[Virtuoso-users] User Authentication via LDAP server failed

2009-02-23 Thread Matthias Löbe
Hello, we installed Virtuoso version 05.09.3035 on Debian and want to use OpenLDAP as an authentication service. We succesfully connected to the LDAP server in Virtuoso Conductor >> System Admin >> User Accounts >> LDAP Servers, and could possibly import user data manually. However, wenn we tr

Re: [Virtuoso-users] constructing URI's from literals

2009-02-23 Thread Peter Ansell
Hi Ivan, Is there any way to perform a percent-encoded operation on the strings which are being used to create the IRI's so that I can get a practical guarantee that errors won't occur? Ie, I want to do this `iri(bif:concat("http://bio2rdf.org/flybase:",bif:percent_encode(?o)))` I also want