Difference between revisions of "Which video game series has the most video games? (Q410)"
Jump to navigation
Jump to search
(Created claim: mention (P38): tiene) |
(Created claim: mention (P38): game) |
||
Property / mention | |||
game (English) | |||
Property / mention: game (English) / rank | |||
Normal rank | |||
Property / mention: game (English) / qualifier | |||
Revision as of 23:33, 1 April 2023
No description defined
- What series of video game has the most video games?
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