Which are the 10 most common surnames of soccer players? (Q439): Difference between revisions
Appearance
Changed claim: mention (P38): apellido |
Added [en] label: Which are the 10 most common surnames of soccer players? |
||
| label / en | label / en | ||
Which are the 10 most common surnames of soccer players? | |||
Revision as of 20:38, 30 November 2022
No description defined
| Language | Label | Description | Also known as |
|---|---|---|---|
| English | Which are the 10 most common surnames of soccer players? |
No description defined |
Statements
SELECT ?surname WHERE { { SELECT ?surname (COUNT(?person) AS ?count) WHERE { ?person wdt:P106 wd:Q937857. ?person wdt:P734 ?surname. } GROUP BY ?surname } } ORDER BY DESC(?count) LIMIT 10
0 references