[Virtuoso-users] MINUS and TRANSITIVE problem

2012-03-07 Thread Percy Enrique Rivera Salas
Dear All, I was using the MINUS clause together with the TRANSITIVE option, and I found an incorrect behavior. 1) I insert some triples as follow: insert into { a owl:Class. a owl:Class. a owl:Class. rdfs:subClassOf rdfs:subClassOf } 2) I list the owl:Class subjects SELECT ?s FROM WHE

Re: [Virtuoso-users] About bif:contains and REGEX producing different results

2012-03-07 Thread Ivan Mikhailov
Roberto, You can search for an exact phrase if you put it into quotes, or you can require some weaker proximity between terms by using NEAR operator, like Paris NEAR Hil* Best Regards, Ivan Mikhailov OpenLink Software http://virtuoso.openlinksw.com On Wed, 2012-03-07 at 11:26 +0100, Roberto Gar

Re: [Virtuoso-users] Exposing views/tables to JDBC

2012-03-07 Thread Hugh Williams
Hi Quenten, Sounds as if you are just seeing tables owned by the “dba” user, is this the user you are logging in as ? It would be interesting to see what call this tool is making to the Virtuoso server to obtain this information which can be done using the Virtuoso “trace_on()” function which w

[Virtuoso-users] About bif:contains and REGEX producing different results

2012-03-07 Thread Roberto García
Dear all, I'm aware of the fact that bif:contains and REGEX produce different results, as explained in http://wikis.openlinksw.com/dataspace/owiki/wiki/VirtuosoWikiWeb/BifContainsAndREGEXSearchesProduceDifferentResults However, we are implementing autocomplete at the UI and we would need bif:cont