Which soccer players have at least 2 nationalities? (Q415): Difference between revisions
Appearance
Created claim: mention (P38): country of citizenship |
Created claim: mention (P38): futbolista |
||
| Property / mention | |||
futbolista (Spanish) | |||
| Property / mention: futbolista (Spanish) / rank | |||
Normal rank | |||
| Property / mention: futbolista (Spanish) / qualifier | |||
Revision as of 02:41, 21 November 2022
No description defined
| Language | Label | Description | Also known as |
|---|---|---|---|
| English | Which 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