query-1c9876d1233c33a71519606f970af337
request to fix articles by Gerasimos Siasos (2021-12-01) Epìdosis: Request date: 1 December 2021, byLink to discussions justifying the requestTask description (Q54165911)Gerasimos Siasos in links to (Q73484034)Gerasimos Siasos The following query works until KrBot fixes links to
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?item
WHERE {
?item wdt:P50 wd:Q54165911 .
?item wdt:P50 wd:Q73484034 .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c2(["wd:Q54165911"]):::iri
c3(["wd:Q73484034"]):::iri
v1 --"wdt:P50"--> c2
v1 --"wdt:P50"--> c3