Add elections + demographics layer: candidates and jurisdictions
Two new entity types, built deterministically from the raw exports:
Candidate (2,494) — 2026 federal candidates as files under
us/states/<st>/candidates/, with office,
district, party, incumbent/challenger stance,
campaign committee, FEC id.
Jurisdiction (3,494) — demographic nodes carrying ACS 2023 data:
3,131 counties (deduped from 3,231 mixed-format
fips keys) + 363 congressional districts.
This completes the county skeleton nationwide: every US county is now a
browsable node with population, income, poverty, race, education and
housing — even where no officeholders are mapped yet. In Florida the
county index.md merges into the existing dir and reports its officeholder
count alongside demographics (St. Lucie: 33 officeholders + ACS profile).
build.py now reads seven raw inputs in one deterministic pass
(byte-identical on rerun). The mirror now answers: who holds power, who
runs this institution, who is running, and what each place is made of.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Connor Burbridge"
|
||||
description: "U.S. Senate candidate, RI (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "RI"
|
||||
party: "DEM"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "BURBRIDGE FOR RI"
|
||||
id: "C00902601"
|
||||
ids:
|
||||
fec: "S6RI00270"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ri]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Connor Burbridge
|
||||
|
||||
Democratic challenger for U.S. Senate (RI), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- BURBRIDGE FOR RI (C00902601)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Gabriel F Amo"
|
||||
description: "U.S. House candidate, RI-01 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "RI"
|
||||
district: "RI-01"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "GABE AMO FOR CONGRESS"
|
||||
id: "C00838060"
|
||||
ids:
|
||||
fec: "H4RI01265"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ri]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Gabriel F Amo
|
||||
|
||||
Democratic incumbent for U.S. House (RI-01), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- GABE AMO FOR CONGRESS (C00838060)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "John F. Reed"
|
||||
description: "U.S. Senate candidate, RI (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "RI"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "THE REED COMMITTEE"
|
||||
id: "C00238907"
|
||||
ids:
|
||||
fec: "S6RI00163"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ri]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# John F. Reed
|
||||
|
||||
Democratic incumbent for U.S. Senate (RI), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- THE REED COMMITTEE (C00238907)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Raymond Tyler Mr Mckay"
|
||||
description: "U.S. Senate candidate, RI (2026)"
|
||||
office: "U.S. Senate"
|
||||
state: "RI"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MCKAY FOR SENATE INC"
|
||||
id: "C00827964"
|
||||
ids:
|
||||
fec: "S4RI00051"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, senate, ri]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Raymond Tyler Mr Mckay
|
||||
|
||||
Republican challenger for U.S. Senate (RI), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MCKAY FOR SENATE INC (C00827964)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Seth Magaziner"
|
||||
description: "U.S. House candidate, RI-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "RI"
|
||||
district: "RI-02"
|
||||
party: "DEM"
|
||||
stance: "incumbent"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "MAGAZINER FOR CONGRESS"
|
||||
id: "C00802504"
|
||||
ids:
|
||||
fec: "H2RI02184"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ri]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Seth Magaziner
|
||||
|
||||
Democratic incumbent for U.S. House (RI-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- MAGAZINER FOR CONGRESS (C00802504)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Stephen T Skoly"
|
||||
description: "U.S. House candidate, RI-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "RI"
|
||||
district: "RI-02"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRIENDS OF STEPHEN T SKOLY"
|
||||
id: "C00930826"
|
||||
ids:
|
||||
fec: "H6RI02326"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ri]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Stephen T Skoly
|
||||
|
||||
Republican challenger for U.S. House (RI-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRIENDS OF STEPHEN T SKOLY (C00930826)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
@@ -0,0 +1,37 @@
|
||||
---
|
||||
type: Candidate
|
||||
title: "Victor G. Mellor"
|
||||
description: "U.S. House candidate, RI-02 (2026)"
|
||||
office: "U.S. House"
|
||||
state: "RI"
|
||||
district: "RI-02"
|
||||
party: "REP"
|
||||
stance: "challenger"
|
||||
election_year: 2026
|
||||
status: "statutory candidate"
|
||||
committee:
|
||||
name: "FRIENDS OF VICTOR MELLOR"
|
||||
id: "C00925230"
|
||||
ids:
|
||||
fec: "H6RI02318"
|
||||
sources:
|
||||
- field: filing
|
||||
source: FEC (Federal Election Commission)
|
||||
confidence: official
|
||||
tags: [candidate, federal, house, ri]
|
||||
timestamp: "2026-07-03"
|
||||
---
|
||||
|
||||
# Victor G. Mellor
|
||||
|
||||
Republican challenger for U.S. House (RI-02), 2026.
|
||||
|
||||
## Campaign Committee
|
||||
|
||||
- FRIENDS OF VICTOR MELLOR (C00925230)
|
||||
|
||||
## Source
|
||||
|
||||
- filing: FEC (Federal Election Commission)
|
||||
|
||||
Federal candidate filing; not yet linked to an officeholder record.
|
||||
Reference in New Issue
Block a user