Difference between revisions of "Which soccer players have at least 2 nationalities? (Q415)"

From QAWiki
Jump to navigation Jump to search
(‎Created claim: instance of (P1): question (Q1))
(‎Created claim: query (P11): 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) })
Property / query
 
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) }
Property / query: 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) } / rank
 
Normal rank

Revision as of 02:39, 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

    0 references
    0 references
    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