<div dir="ltr"><div>Hi Sebastian,</div><div><br></div><div>There was a rank on <a href="https://www.wikidata.org/wiki/Q14565723#P31">https://www.wikidata.org/wiki/Q14565723#P31</a> third value. By default, SPARQL query only give the best ranked values. It is useful for series of values, like for population to give only the more cent one by default.</div><div>Here I see no reason why the rank was used, I removed it. Now there is 4 results, including K9-Mail.<br></div><div><br></div><div>That said, maybe a better way to request would be with P275 (license).</div><div><br></div><div>Cheers, ~nicolas<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2018-06-04 13:50 GMT+02:00 Sebastian Kürten <span dir="ltr"><<a href="mailto:sebastian.kuerten@fu-berlin.de" target="_blank">sebastian.kuerten@fu-berlin.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I'm trying to retrieve a list of open source mobile applications using<br>
the Wikidata Query Service. After identifying the item for K9-Mail<br>
(Q14565723), I can see that it has "instance of" (P31) set to both<br>
"free software" (Q341) and "mobile app" (Q620615). I hence derived the<br>
following SPARQL query, to retrieve similar items:<br>
<br>
    SELECT ?software ?softwareLabel<br>
    WHERE<br>
    {<br>
      ?software wdt:P31 wd:Q341, wd:Q620615.<br>
      SERVICE wikibase:label { bd:serviceParam wikibase:language<br>
        "[AUTO_LANGUAGE]". }<br>
    }<br>
<br>
It returns three results, but to my suprise, it does not return the<br>
item for K9-Mail. Given that the query is such a simple one, I'm<br>
wondering what I am doing wrong here? Or is something else possibly not<br>
working correctly?<br>
<br>
Thanks for your help,<br>
Sebastian<br>
<br>
______________________________<wbr>_________________<br>
Wikidata mailing list<br>
<a href="mailto:Wikidata@lists.wikimedia.org">Wikidata@lists.wikimedia.org</a><br>
<a href="https://lists.wikimedia.org/mailman/listinfo/wikidata" rel="noreferrer" target="_blank">https://lists.wikimedia.org/<wbr>mailman/listinfo/wikidata</a><br>
</blockquote></div><br></div>