Difference between revisions of "Which painter has painted the most paintings? (Q412)"
Jump to navigation
Jump to search
(Created claim: query (P11): SELECT ?artist WHERE { SELECT ?artist (COUNT (DISTINCT ?artwork) as ?pieces) 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(?pieces) LIMIT 1 }) |
(Created claim: mention (P38): painter) |
||
Property / mention | |||
painter (English) | |||
Property / mention: painter (English) / rank | |||
Normal rank | |||
Property / mention: painter (English) / qualifier | |||
Revision as of 02:13, 21 November 2022
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 { SELECT ?artist (COUNT (DISTINCT ?artwork) as ?pieces) 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(?pieces) LIMIT 1 }
0 references