Difference between revisions of "Which video game series has the most video games? (Q410)"
Jump to navigation
Jump to search
(Created claim: mention (P38): part of series) |
(Created claim: mention (P38): game series) |
||
Property / mention | |||
game series (English) | |||
Property / mention: game series (English) / rank | |||
Normal rank | |||
Property / mention: game series (English) / qualifier | |||
Revision as of 20:34, 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