query-2e7268f041eb1a087304e656d864c444

rq turtle/ttl

Emijrpbot error (2017-03-19). this diffHello! I found an error of your bot on de rugby sud-africain". I don't know if this bug has been reported before or if it is already fixed, but if it not, please fix it. joueur and this means description should be "(Q6581097)male was (P21)sex or gender de rugby sud-africain" but joueuseYour bot added french description with " ]reply[12:08, 14 September 2017 (UTC)) talk (Metamorforme42Thank you for looking into this and best regards. — ]reply[12:24, 14 September 2017 (UTC)) talk (Metamorforme42 because it wasn't fixed. Could your bot checks again this type of items if this pull request is merged? — pull request on your githubPS: I made a ]reply[12:31, 14 September 2017 (UTC)) talk (EmijrpHello. Thanks for reporting this mistake. I have merged your PR, but I will think what is the best way to fix the affected items.

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
SELECT ?item
WHERE {
    ?item wdt:P31 wd:Q5.
    ?item wdt:P21 wd:Q6581097.
    ?item wdt:P106 wd:Q14089670.
    ?item schema:description ?frdesc . FILTER(LANG(?frdesc) = "fr").
    FILTER(STRSTARTS(?frdesc, 'joueuse de rugby')).
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?frdesc") v2("?item"):::projected c4(["wd:Q5"]):::iri c6(["wd:Q6581097"]):::iri c8(["wd:Q14089670"]):::iri f0[["starts-with(?frdesc,'joueuse de rugby')"]] f0 --> v1 f1[["?frdesc = 'fr'"]] f1 --> v1 v2 --"wdt:P31"--> c4 v2 --"wdt:P21"--> c6 v2 --"wdt:P106"--> c8 v2 --"schema:description"--> v1