query-f993a8fcca0443e4e0c6460178692f2f
Updater issue ?Task T323239PhabricatorTracked in on Wikidata. Curiously it finds now two articles which are neither categorized nor have or have had any badges according to their respective history : (Q17437798)good article badge tracks differences between articles categorized in the « good article » category on frwiki and article with badge this query – Catherine Schaub(Q17061596)Catherine Schaub – Gayant(Q111030044)Gayant The following query
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
select ?item ?link ?badge {
values ?item {
wd:Q111030044
wd:Q17061596
}
?link schema:about ?item ;
wikibase:badge ?badge .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?badge"):::projected
v1("?item"):::projected
v2("?link"):::projected
bind0[/VALUES ?item/]
bind0-->v1
bind00(["wd:Q111030044"])
bind00 --> bind0
bind01(["wd:Q17061596"])
bind01 --> bind0
v2 --"schema:about"--> v1
v2 --"wikibase:badge"--> v3