[Wikidata-bugs] [Maniphest] [Commented On] T254482: SERVICE bd:sample fail in case 0 result

2020-06-04 Thread Lucas_Werkmeister_WMDE
Lucas_Werkmeister_WMDE added a comment. This only seems to happen for entities/IRIs that exist, but are never used in a predicate position. # KO test case ASK { SERVICE bd:sample { ?item wd:Q1 ?value. } } # OK test case ASK { SERVICE bd:sample {

[Wikidata-bugs] [Maniphest] [Commented On] T254482: SERVICE bd:sample fail in case 0 result

2020-06-04 Thread Manu1400
Manu1400 added a comment. Reduced test cases: # OK test case SELECT * { SERVICE bd:sample { ?item wdt:P31 ?value. bd:serviceParam bd:sample.limit 1 } } # KO test case SELECT * { SERVICE bd:sample { ?item wdt:P8027 ?value. bd:serviceParam