What are the 10 most common surnames of soccer players? (Q439): Difference between revisions
Appearance
Created claim: mention (P38): names |
Changed claim: query (P11): SELECT ?surname WHERE { ?person wdt:P106 wd:Q937857. ?person wdt:P734 ?surname. } GROUP BY ?surname ORDER BY DESC(COUNT(DISTINCT ?person)) LIMIT 10 |
||
| Property / query: SELECT ?surname WHERE { ?person wdt:P106 wd:Q937857. ?person wdt:P734 ?surname. } GROUP BY ?surname ORDER BY DESC(COUNT(DISTINCT ?person)) LIMIT 10 / qualifier | |||
| Property / query: SELECT ?surname WHERE { ?person wdt:P106 wd:Q937857. ?person wdt:P734 ?surname. } GROUP BY ?surname ORDER BY DESC(COUNT(DISTINCT ?person)) LIMIT 10 / qualifier | |||
Latest revision as of 23:41, 18 May 2025
No description defined
- What are the 10 most common family names of football players?
| Language | Label | Description | Also known as |
|---|---|---|---|
| English | What are the 10 most common surnames of soccer players? |
No description defined |
|
Statements
SELECT ?surname WHERE { ?person wdt:P106 wd:Q937857. ?person wdt:P734 ?surname. } GROUP BY ?surname ORDER BY DESC(COUNT(DISTINCT ?person)) LIMIT 10
0 references