Re: [Virtuoso-users] simple select query doesn't work

2008-11-11 Thread Peter Ansell
Rdf Mailing List" Sent: Wednesday, 12 November, 2008 4:39:07 AM GMT +10:00 Brisbane Subject: Re: [Virtuoso-users] simple select query doesn't work Hello Peter, Something is wrong with that specific installation. The following works: SELECT * from <http://bio2rdf.org/hgnc> WHERE

Re: [Virtuoso-users] simple select query doesn't work

2008-11-11 Thread Ivan Mikhailov
Hello Peter, Something is wrong with that specific installation. The following works: SELECT * from WHERE { ?s a ?o } limit 1500 It means that the database may be corrupted due to some low-level problem and needs audit of RDF metadata as an first aid, and backup +recover

Re: [Virtuoso-users] simple select query doesn't work

2008-11-11 Thread Jens Lehmann
Hello, Peter Ansell wrote: > Hi all, > > I am trying to run a query on one of the bio2rdf endpoints, the > hgnc.bio2rdf.org one [1], and it is failing to return the correct results. > The main trouble is that it is such a simple query [2] that I don't know > where to start in questioning it.

[Virtuoso-users] simple select query doesn't work

2008-11-11 Thread Peter Ansell
Hi all, I am trying to run a query on one of the bio2rdf endpoints, the hgnc.bio2rdf.org one [1], and it is failing to return the correct results. The main trouble is that it is such a simple query [2] that I don't know where to start in questioning it. SELECT * WHERE { ?s