|
I have the following query:
When I run it against live.dbpedia.org/sparql, I get three results (Louis, Neils and Lance Armstrong). However, with the following Java code (using com.hp.hpl.jena.query.*), my ResultSet contains only one answer.
I am absolutely puzzled as I have no idea what could be causing this difference in behaviour. Can anyone point me to something I'm missing? Thanks! |

