Which painter has painted the most paintings? (Q412): Difference between revisions
Appearance
Changed claim: query (P11): SELECT ?artist WHERE { ?artist wdt:P106/wdt:P279* wd:Q1028181 . ?artwork wdt:P170 ?artist . ?artwork wdt:P31/wdt:P279* wd:Q3305213 .} GROUP BY (?artist) ORDER BY DESC(COUNT (DISTINCT ?artwork)) LIMIT 1 |
Changed [es] label: ¿Qué pintor ha pintado más obras? |
||
| label / es | label / es | ||
¿Qué pintor ha pintado más | ¿Qué pintor ha pintado más obras? | ||
Revision as of 04:08, 22 May 2025
No description defined
- Which painter has the most paintings?
| Language | Label | Description | Also known as |
|---|---|---|---|
| English | Which painter has painted the most paintings? |
No description defined |
|
Statements
SELECT ?artist WHERE { ?artist wdt:P106/wdt:P279* wd:Q1028181 . ?artwork wdt:P170 ?artist . ?artwork wdt:P31/wdt:P279* wd:Q3305213 .} GROUP BY (?artist) ORDER BY DESC(COUNT (DISTINCT ?artwork)) LIMIT 1
0 references