data(game): add game category + import 168,883 Wikidata games (→277k records)#115
Merged
Conversation
Adds the new `game` category (TechEngine PR #41): 168,883 video games sourced from Wikidata (P31=Q7889) via SPARQL — name, release_date, platforms, genres, developers, publishers; source_urls cite each Wikidata entity. All verified:false. Bumps the engine submodule to the game-category pin and mirrors the GAME_REQUIRED rule into app/validate.py. Sharded under data/game/<xx>/. No fabrication — every field comes from Wikidata. Refs #1
Member
Author
🤖 TechEngine · data validation
|
Member
Author
🤖 TechEngine · verify (Tier 0)Real data, not fabricated:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the new
gamecategory and imports 168,883 video games from Wikidata — the first big step of the 1M-record goal (dataset 108,575 → 277,458).?g wdt:P31 wd:Q7889(174,919 games). Per game:name,release_date(P577, earliest),platforms(P400),genres(P136),developers(P178),publishers(P123).source_urlscites each game's Wikidata entity. No fabrication — every field is straight from Wikidata; games with no English label or unparseable data were skipped.GAME_REQUIREDrule intoapp/validate.py.data/game/<xx>/<slug>.json; slugs kebab-cased, name-collisions disambiguated by Wikidata QID.verified: false.python -m app.validate✅ passed across all 277,458 records. Public dump regenerated —site/public/v1/games/(168,883 detail pages + list) +openapi.json+v1/index.json.Next toward 1M: RAWG (474k) once downloaded, then IGDB.
Closes #1