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 { <http://bio2rdf.org/pdb:1Y26> ?p ?o }
> 
> and ask for results in XML.
> 
> The resulting XML has this two problems:
> 
> 1)  <results distinct="false" ordered="true">    
> It says that distinct is false, but according to my query it should be true.

replicated in 6.1.0.3126 - also worth noting the 'ordered="true"' when
the results aren't ordered; seems that distinct & ordered are "static"

> 2) <result>
>    <binding 
> name="p"><literal>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</literal></binding>
>    <binding name="o"><uri>http://bio2rdf.org/pdb:Experiment</uri></binding>
>   </result>
> It says that the property (binding "p") is a LITERAL instead of URI. This 
> confuses any application that consumes SPARQL XML

fixed / can't replicate in 6.1.0.3126

regards!

Reply via email to