Difference between revisions of "Which professional soccer players have at least 2 nationalities? (Q415)"
Jump to navigation
Jump to search
(Changed claim: mention (P38): occupation) |
(Changed claim: mention (P38): country of citizenship) |
||
Property / mention: country of citizenship (English) / qualifier | |||
Property / mention: country of citizenship (English) / qualifier | |||
Revision as of 20:54, 30 November 2022
No description defined
Language | Label | Description | Also known as |
---|---|---|---|
English |
Which professional soccer players have at least 2 nationalities?
|
No description defined
|
Statements
SELECT ?player ?num WHERE { SELECT ?player (COUNT (DISTINCT ?nationality) as ?num) WHERE { ?player wdt:P106 wd:Q937857 . ?player wdt:P27 ?nationality . } GROUP BY (?player) HAVING(COUNT(DISTINCT ?nationality) > 1) }
0 references