Re: [Virtuoso-users] Bug in SPARQL XML results

2010-02-09 Thread Ivan Mikhailov
Hello Alexander, > The resulting XML has this two problems: > > 1) > It says that distinct is false, but according to my query it should be true. Unfortunately the header is always the same. The reason is that the order is fixed for constant data due to the nature of SQL database and it's

Re: [Virtuoso-users] Bug in SPARQL XML results

2010-02-09 Thread Nathan
fyi just done some quick checks and: Alexander De Leon wrote: > Hi, > This is possible a bug in Version: 06.00.3123 > > My endpoint is http://bio2rdf.semanticscience.org:8002/sparql > > If you run the following query: > > select distinct * where { ?p ?o } >

[Virtuoso-users] Bug in SPARQL XML results

2010-02-08 Thread Alexander De Leon
Hi, This is possible a bug in Version: 06.00.3123 My endpoint is http://bio2rdf.semanticscience.org:8002/sparql If you run the following query: select distinct * where { ?p ?o } and ask for results in XML. The resulting XML has this two problems: 1)