query-3a4cc6c24600cc39a91ec897125badae

rq turtle/ttl

:(Q11879590)female given name qui est (P735)given name . Je concocte une requête qui permet de trouver parmi eux les éléments possédant un (P21)sex or gender En travaillant sur le genre du contenu de dictionnaires et d'encyclopédies pour l'édition de mars des RAW, je constate qu'un fort pourcentage d'élément humains de Wikidata ne possèdent pas de (OR). Je lance ~20 000 descriptions de variétés de plantes à partir d'une traduction de la description anglaise.(Q5583871)OpenRefine , je me rabats sur des pleurs et ListeriaBot sont K.O.., Après mix'n'match à la mi-février, QS, une panne majeure des wmflabs : Lors d'OpenRefine

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
select distinct ?item where {?item wdt:P31 wd:Q5 ; wdt:P735 ?prenom ; wdt:P735/wdt:P31 wd:Q11879590 . minus { {?item wdt:P735/wdt:P31 wd:Q12308941 .} union {?item wdt:P21 ?sexe .} } } group by ?item having(COUNT(DISTINCT ?prenom) = 1)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?_anon_42b5416610844a34809f33a099ae9de135938") v1("?item"):::projected v2("?prenom") v3("?sexe") a2((" ")) a3((" ")) a1((" ")) c6(["wd:Q12308941"]):::iri c5(["wd:Q11879590"]):::iri c3(["wd:Q5"]):::iri f0[[" = '1^^xsd:integer'"]] f0 --> a1 v1 --"wdt:P31"--> c3 v1 --"wdt:P735"--> v2 v1 --"wdt:P735"--> a2 a2 --"wdt:P31"--> c5 subgraph minus1["MINUS"] style minus1 stroke-width:6px,fill:pink,stroke:red; subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P21"--> v3 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P735"--> a3 a3 --"wdt:P31"--> c6 end union0r <== or ==> union0l end end bind3[/"count(?prenom)"/] v2 --o bind3 bind3 --as--o v4