Re: [Virtuoso-users] MINUS and TRANSITIVE problem

2012-09-24 Thread Patrick van Kleef
Hi Icaro and Percy, We are looking into this issue and i hope to have an answer for both of you shortly. Patrick --- OpenLink > > I am experiencing the same problem. > > Can anyone help us? > > Best Regards, > Ícaro Medeiros. > > On Tue, Mar 13, 2012 at 10:56 AM, Percy Enrique Rivera Salas

Re: [Virtuoso-users] MINUS and TRANSITIVE problem

2012-09-24 Thread Ícaro Medeiros
Hello all, I am experiencing the same problem. Can anyone help us? Best Regards, Ícaro Medeiros. On Tue, Mar 13, 2012 at 10:56 AM, Percy Enrique Rivera Salas < privera.sa...@gmail.com> wrote: > All, > > Any suggestions? > > Best Regards, > > Percy > > > 2012/3/7 Percy Enrique Rivera Salas > >

Re: [Virtuoso-users] MINUS and TRANSITIVE problem

2012-03-13 Thread Percy Enrique Rivera Salas
All, Any suggestions? Best Regards, Percy 2012/3/7 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. >

[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