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