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:
Fabio
2026-07-03 23:35:00 -04:00
parent 6b3249ecc0
commit 5b0712c31f
5989 changed files with 304296 additions and 0 deletions
@@ -0,0 +1,36 @@
---
type: Candidate
title: "Christopher A. Coons"
description: "U.S. Senate candidate, DE (2026)"
office: "U.S. Senate"
state: "DE"
party: "DEM"
stance: "incumbent"
election_year: 2026
status: "statutory candidate"
committee:
name: "CHRIS COONS FOR DELAWARE"
id: "C00475392"
ids:
fec: "S0DE00092"
sources:
- field: filing
source: FEC (Federal Election Commission)
confidence: official
tags: [candidate, federal, senate, de]
timestamp: "2026-07-03"
---
# Christopher A. Coons
Democratic incumbent for U.S. Senate (DE), 2026.
## Campaign Committee
- CHRIS COONS FOR DELAWARE (C00475392)
## Source
- filing: FEC (Federal Election Commission)
Federal candidate filing; not yet linked to an officeholder record.
@@ -0,0 +1,36 @@
---
type: Candidate
title: "Christopher Mr. Beardsley"
description: "U.S. Senate candidate, DE (2026)"
office: "U.S. Senate"
state: "DE"
party: "DEM"
stance: "challenger"
election_year: 2026
status: "statutory candidate"
committee:
name: "BEARDSLEY FOR SENATE"
id: "C00927665"
ids:
fec: "S6DE00156"
sources:
- field: filing
source: FEC (Federal Election Commission)
confidence: official
tags: [candidate, federal, senate, de]
timestamp: "2026-07-03"
---
# Christopher Mr. Beardsley
Democratic challenger for U.S. Senate (DE), 2026.
## Campaign Committee
- BEARDSLEY FOR SENATE (C00927665)
## Source
- filing: FEC (Federal Election Commission)
Federal candidate filing; not yet linked to an officeholder record.
@@ -0,0 +1,37 @@
---
type: Candidate
title: "John J Whalen Iii"
description: "U.S. House candidate, DE-00 (2026)"
office: "U.S. House"
state: "DE"
district: "DE-00"
party: "REP"
stance: "challenger"
election_year: 2026
status: "statutory candidate"
committee:
name: "JOHN WHALEN FOR US CONGRESS"
id: "C00883959"
ids:
fec: "H4DE00078"
sources:
- field: filing
source: FEC (Federal Election Commission)
confidence: official
tags: [candidate, federal, house, de]
timestamp: "2026-07-03"
---
# John J Whalen Iii
Republican challenger for U.S. House (DE-00), 2026.
## Campaign Committee
- JOHN WHALEN FOR US CONGRESS (C00883959)
## Source
- filing: FEC (Federal Election Commission)
Federal candidate filing; not yet linked to an officeholder record.
@@ -0,0 +1,36 @@
---
type: Candidate
title: "John Shulli"
description: "U.S. Senate candidate, DE (2026)"
office: "U.S. Senate"
state: "DE"
party: "REP"
stance: "challenger"
election_year: 2026
status: "statutory candidate"
committee:
name: "SHULLI FOR SENATE"
id: "C00933663"
ids:
fec: "S6DE00198"
sources:
- field: filing
source: FEC (Federal Election Commission)
confidence: official
tags: [candidate, federal, senate, de]
timestamp: "2026-07-03"
---
# John Shulli
Republican challenger for U.S. Senate (DE), 2026.
## Campaign Committee
- SHULLI FOR SENATE (C00933663)
## Source
- filing: FEC (Federal Election Commission)
Federal candidate filing; not yet linked to an officeholder record.
@@ -0,0 +1,36 @@
---
type: Candidate
title: "Michael S Dr. Katz"
description: "U.S. Senate candidate, DE (2026)"
office: "U.S. Senate"
state: "DE"
party: "REP"
stance: "challenger"
election_year: 2026
status: "statutory candidate"
committee:
name: "DR. MIKE KATZ FOR U.S. SENATE"
id: "C00935163"
ids:
fec: "S6DE00206"
sources:
- field: filing
source: FEC (Federal Election Commission)
confidence: official
tags: [candidate, federal, senate, de]
timestamp: "2026-07-03"
---
# Michael S Dr. Katz
Republican challenger for U.S. Senate (DE), 2026.
## Campaign Committee
- DR. MIKE KATZ FOR U.S. SENATE (C00935163)
## Source
- filing: FEC (Federal Election Commission)
Federal candidate filing; not yet linked to an officeholder record.
@@ -0,0 +1,37 @@
---
type: Candidate
title: "Sarah Elizabeth Mcbride"
description: "U.S. House candidate, DE-00 (2026)"
office: "U.S. House"
state: "DE"
district: "DE-00"
party: "DEM"
stance: "incumbent"
election_year: 2026
status: "statutory candidate"
committee:
name: "MCBRIDE FOR DELAWARE INC."
id: "C00843763"
ids:
fec: "H4DE00045"
sources:
- field: filing
source: FEC (Federal Election Commission)
confidence: official
tags: [candidate, federal, house, de]
timestamp: "2026-07-03"
---
# Sarah Elizabeth Mcbride
Democratic incumbent for U.S. House (DE-00), 2026.
## Campaign Committee
- MCBRIDE FOR DELAWARE INC. (C00843763)
## Source
- filing: FEC (Federal Election Commission)
Federal candidate filing; not yet linked to an officeholder record.