Difference between revisions of "Which video game series has the most video games? (Q410)"
Jump to navigation
Jump to search
(Changed claim: mention (P38): parte de la serie) |
(Changed claim: mention (P38): part of the series) |
||
Property / mention: part of the series (English) / qualifier | |||
Property / mention: part of the series (English) / qualifier | |||
Revision as of 20:33, 30 November 2022
No description defined
Language | Label | Description | Also known as |
---|---|---|---|
English |
Which video game series has the most video games?
|
No description defined
|
Statements
SELECT ?gameSeries WHERE { SELECT ?gameSeries (COUNT(?game) as ?numGames) WHERE { ?gameSeries wdt:P31 wd:Q7058673 . ?game wdt:P179 ?gameSeries . } GROUP BY (?gameSeries) ORDER BY DESC (?numGames) LIMIT 1 }
0 references