A colleague pointed out a funny issue to me.

I'm running this SPARQL query against DBpedia (at http://dbpedia.org/snorql 
  ):

SELECT ?P ?T WHERE {
     ?P rdfs:label "Eyre Square"@en .
     OPTIONAL {
         ?P a ?T .
         FILTER (?T=<http://nonsense>)
     }
}

I would expect a single result (dbpedia:Eyre_Square) for ?P, and ?T  
unbound since obviously the resource is not typed as <http://nonsense>.

But I get a result where ?T is bound to <http://nonsense>. I think  
this is a bug, it should be unbound.

Best,
Richard

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Dbpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to