Graph: national county↔district↔legislator authority layer

The first edges in the repo. Every US county now links to the districts it
sits in, weighted by area overlap, and every legislator links to the district
they represent — county → district → representative, traversable.

Data (PostGIS, no Atlas dependency — computed directly from geometry):
- data/county_district_edges.jsonl — 16,328 weighted edges. area_weight =
  ST_Area(ST_Intersection(county, district))/ST_Area(county) over ST_MakeValid
  Census TIGER 2024 geometries, overlaps <0.5% dropped. Uses area-intersection,
  NOT centroid-in-polygon, so urban districts that carve through counties
  (e.g. GA CD-5 / Atlanta across Clayton+DeKalb+Fulton) are captured, not
  silently dropped. Per-county weights sum to ~1.0 per district type.

build.py:
- ~6,896 new district nodes: 435 CD (ACS demographics where available; sparse
  for the 8 states missing from acs_cd) + 4,927 state-house + 1,897 state-senate
  (geometry-only). GEOID/number-keyed, stable.
- county index.md gains a `districts:` block (frontmatter) + a ## Districts
  section (body links, so link-integrity checks them).
- legislators + US House members gain `represents:` pointing at their district
  node; edge stored once on the person, inverse left to the view.
- schemas/jurisdiction: classification enum + chamber/districts fields.

Honest gaps (logged, not hidden): ID + NH have no state-house geometry, so
their house districts get nodes (represents resolves) but no county edges;
CD nodes for acs_cd-missing states are demographically sparse.

Deterministic (byte-identical rebuild); validate.py passes 26,617 records,
link-integrity clean (every district/represents link resolves).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Fabio
2026-07-04 22:28:08 -04:00
parent 6c9990a115
commit 1beeaab2db
18213 changed files with 280514 additions and 3515 deletions
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 15"
represents: "us/states/wi/districts/house/15"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 15 (WI State House of Representatives District 15).
Represents [WI State House of Representatives District 15](/us/states/wi/districts/house/15.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 39"
represents: "us/states/wi/districts/house/39"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 39 (WI State House of Representatives District 39).
Represents [WI State House of Representatives District 39](/us/states/wi/districts/house/39.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 81"
represents: "us/states/wi/districts/house/81"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 81 (WI State House of Representatives District 81).
Represents [WI State House of Representatives District 81](/us/states/wi/districts/house/81.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 90"
represents: "us/states/wi/districts/house/90"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 90 (WI State House of Representatives District 90).
Represents [WI State House of Representatives District 90](/us/states/wi/districts/house/90.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 32"
represents: "us/states/wi/districts/house/32"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 32 (WI State House of Representatives District 32).
Represents [WI State House of Representatives District 32](/us/states/wi/districts/house/32.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 1"
represents: "us/states/wi/districts/senate/1"
tenure:
start: "2019-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 1 (WI State Senate District 1).
Represents [WI State Senate District 1](/us/states/wi/districts/senate/1.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 48"
represents: "us/states/wi/districts/house/48"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 48 (WI State House of Representatives District 48).
Represents [WI State House of Representatives District 48](/us/states/wi/districts/house/48.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 73"
represents: "us/states/wi/districts/house/73"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 73 (WI State House of Representatives District 73).
Represents [WI State House of Representatives District 73](/us/states/wi/districts/house/73.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 62"
represents: "us/states/wi/districts/house/62"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 62 (WI State House of Representatives District 62).
Represents [WI State House of Representatives District 62](/us/states/wi/districts/house/62.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 14"
represents: "us/states/wi/districts/house/14"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 14 (WI State House of Representatives District 14).
Represents [WI State House of Representatives District 14](/us/states/wi/districts/house/14.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 44"
represents: "us/states/wi/districts/house/44"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 44 (WI State House of Representatives District 44).
Represents [WI State House of Representatives District 44](/us/states/wi/districts/house/44.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 99"
represents: "us/states/wi/districts/house/99"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 99 (WI State House of Representatives District 99).
Represents [WI State House of Representatives District 99](/us/states/wi/districts/house/99.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 65"
represents: "us/states/wi/districts/house/65"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 65 (WI State House of Representatives District 65).
Represents [WI State House of Representatives District 65](/us/states/wi/districts/house/65.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 88"
represents: "us/states/wi/districts/house/88"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 88 (WI State House of Representatives District 88).
Represents [WI State House of Representatives District 88](/us/states/wi/districts/house/88.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 61"
represents: "us/states/wi/districts/house/61"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 61 (WI State House of Representatives District 61).
Represents [WI State House of Representatives District 61](/us/states/wi/districts/house/61.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 22"
represents: "us/states/wi/districts/senate/22"
tenure:
start: "1997-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 22 (WI State Senate District 22).
Represents [WI State Senate District 22](/us/states/wi/districts/senate/22.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 63"
represents: "us/states/wi/districts/house/63"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 63 (WI State House of Representatives District 63).
Represents [WI State House of Representatives District 63](/us/states/wi/districts/house/63.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 32"
represents: "us/states/wi/districts/senate/32"
tenure:
start: "2021-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 32 (WI State Senate District 32).
Represents [WI State Senate District 32](/us/states/wi/districts/senate/32.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 87"
represents: "us/states/wi/districts/house/87"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 87 (WI State House of Representatives District 87).
Represents [WI State House of Representatives District 87](/us/states/wi/districts/house/87.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 43"
represents: "us/states/wi/districts/house/43"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 43 (WI State House of Representatives District 43).
Represents [WI State House of Representatives District 43](/us/states/wi/districts/house/43.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 35"
represents: "us/states/wi/districts/house/35"
tenure:
start: "2021-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 35 (WI State House of Representatives District 35).
Represents [WI State House of Representatives District 35](/us/states/wi/districts/house/35.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 74"
represents: "us/states/wi/districts/house/74"
tenure:
start: "2023-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 74 (WI State House of Representatives District 74).
Represents [WI State House of Representatives District 74](/us/states/wi/districts/house/74.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 33"
represents: "us/states/wi/districts/senate/33"
tenure:
start: "2015-08-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 33 (WI State Senate District 33).
Represents [WI State Senate District 33](/us/states/wi/districts/senate/33.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 7"
represents: "us/states/wi/districts/senate/7"
tenure:
start: "2011-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 7 (WI State Senate District 7).
Represents [WI State Senate District 7](/us/states/wi/districts/senate/7.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 93"
represents: "us/states/wi/districts/house/93"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 93 (WI State House of Representatives District 93).
Represents [WI State House of Representatives District 93](/us/states/wi/districts/house/93.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 20"
represents: "us/states/wi/districts/house/20"
tenure:
start: "1999-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 20 (WI State House of Representatives District 20).
Represents [WI State House of Representatives District 20](/us/states/wi/districts/house/20.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 84"
represents: "us/states/wi/districts/house/84"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 84 (WI State House of Representatives District 84).
Represents [WI State House of Representatives District 84](/us/states/wi/districts/house/84.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 97"
represents: "us/states/wi/districts/house/97"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 97 (WI State House of Representatives District 97).
Represents [WI State House of Representatives District 97](/us/states/wi/districts/house/97.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 45"
represents: "us/states/wi/districts/house/45"
tenure:
start: "2023-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 45 (WI State House of Representatives District 45).
Represents [WI State House of Representatives District 45](/us/states/wi/districts/house/45.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 92"
represents: "us/states/wi/districts/house/92"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 92 (WI State House of Representatives District 92).
Represents [WI State House of Representatives District 92](/us/states/wi/districts/house/92.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 29"
represents: "us/states/wi/districts/senate/29"
tenure:
start: "2023-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 29 (WI State Senate District 29).
Represents [WI State Senate District 29](/us/states/wi/districts/senate/29.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 20"
represents: "us/states/wi/districts/senate/20"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 20 (WI State Senate District 20).
Represents [WI State Senate District 20](/us/states/wi/districts/senate/20.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 24"
represents: "us/states/wi/districts/house/24"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 24 (WI State House of Representatives District 24).
Represents [WI State House of Representatives District 24](/us/states/wi/districts/house/24.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 10"
represents: "us/states/wi/districts/house/10"
tenure:
start: "2023-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 10 (WI State House of Representatives District 10).
Represents [WI State House of Representatives District 10](/us/states/wi/districts/house/10.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 67"
represents: "us/states/wi/districts/house/67"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 67 (WI State House of Representatives District 67).
Represents [WI State House of Representatives District 67](/us/states/wi/districts/house/67.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 83"
represents: "us/states/wi/districts/house/83"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 83 (WI State House of Representatives District 83).
Represents [WI State House of Representatives District 83](/us/states/wi/districts/house/83.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 56"
represents: "us/states/wi/districts/house/56"
tenure:
start: "2013-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 56 (WI State House of Representatives District 56).
Represents [WI State House of Representatives District 56](/us/states/wi/districts/house/56.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 4"
represents: "us/states/wi/districts/house/4"
tenure:
start: "2015-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 4 (WI State House of Representatives District 4).
Represents [WI State House of Representatives District 4](/us/states/wi/districts/house/4.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 53"
represents: "us/states/wi/districts/house/53"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 53 (WI State House of Representatives District 53).
Represents [WI State House of Representatives District 53](/us/states/wi/districts/house/53.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 23"
represents: "us/states/wi/districts/house/23"
tenure:
start: "2021-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 23 (WI State House of Representatives District 23).
Represents [WI State House of Representatives District 23](/us/states/wi/districts/house/23.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 9"
represents: "us/states/wi/districts/senate/9"
tenure:
start: "2015-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 9 (WI State Senate District 9).
Represents [WI State Senate District 9](/us/states/wi/districts/senate/9.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 27"
represents: "us/states/wi/districts/senate/27"
tenure:
start: "2023-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 27 (WI State Senate District 27).
Represents [WI State Senate District 27](/us/states/wi/districts/senate/27.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 4"
represents: "us/states/wi/districts/senate/4"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 4 (WI State Senate District 4).
Represents [WI State Senate District 4](/us/states/wi/districts/senate/4.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 75"
represents: "us/states/wi/districts/house/75"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 75 (WI State House of Representatives District 75).
Represents [WI State House of Representatives District 75](/us/states/wi/districts/house/75.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 6"
represents: "us/states/wi/districts/house/6"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 6 (WI State House of Representatives District 6).
Represents [WI State House of Representatives District 6](/us/states/wi/districts/house/6.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 2"
represents: "us/states/wi/districts/senate/2"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 2 (WI State Senate District 2).
Represents [WI State Senate District 2](/us/states/wi/districts/senate/2.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 76"
represents: "us/states/wi/districts/house/76"
tenure:
start: "2021-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 76 (WI State House of Representatives District 76).
Represents [WI State House of Representatives District 76](/us/states/wi/districts/house/76.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 66"
represents: "us/states/wi/districts/house/66"
tenure:
start: "2018-01-27"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 66 (WI State House of Representatives District 66).
Represents [WI State House of Representatives District 66](/us/states/wi/districts/house/66.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 55"
represents: "us/states/wi/districts/house/55"
tenure:
start: "2023-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 55 (WI State House of Representatives District 55).
Represents [WI State House of Representatives District 55](/us/states/wi/districts/house/55.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 17"
represents: "us/states/wi/districts/senate/17"
tenure:
start: "2015-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 17 (WI State Senate District 17).
Represents [WI State Senate District 17](/us/states/wi/districts/senate/17.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 30"
represents: "us/states/wi/districts/senate/30"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 30 (WI State Senate District 30).
Represents [WI State Senate District 30](/us/states/wi/districts/senate/30.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 36"
represents: "us/states/wi/districts/house/36"
tenure:
start: "2005-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 36 (WI State House of Representatives District 36).
Represents [WI State House of Representatives District 36](/us/states/wi/districts/house/36.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 31"
represents: "us/states/wi/districts/senate/31"
tenure:
start: "2019-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 31 (WI State Senate District 31).
Represents [WI State Senate District 31](/us/states/wi/districts/senate/31.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 50"
represents: "us/states/wi/districts/house/50"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 50 (WI State House of Representatives District 50).
Represents [WI State House of Representatives District 50](/us/states/wi/districts/house/50.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 60"
represents: "us/states/wi/districts/house/60"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 60 (WI State House of Representatives District 60).
Represents [WI State House of Representatives District 60](/us/states/wi/districts/house/60.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 23"
represents: "us/states/wi/districts/senate/23"
tenure:
start: "2023-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 23 (WI State Senate District 23).
Represents [WI State Senate District 23](/us/states/wi/districts/senate/23.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 21"
represents: "us/states/wi/districts/house/21"
tenure:
start: "2013-12-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 21 (WI State House of Representatives District 21).
Represents [WI State House of Representatives District 21](/us/states/wi/districts/house/21.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 95"
represents: "us/states/wi/districts/house/95"
tenure:
start: "2012-01-26"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 95 (WI State House of Representatives District 95).
Represents [WI State House of Representatives District 95](/us/states/wi/districts/house/95.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 98"
represents: "us/states/wi/districts/house/98"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 98 (WI State House of Representatives District 98).
Represents [WI State House of Representatives District 98](/us/states/wi/districts/house/98.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 46"
represents: "us/states/wi/districts/house/46"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 46 (WI State House of Representatives District 46).
Represents [WI State House of Representatives District 46](/us/states/wi/districts/house/46.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 91"
represents: "us/states/wi/districts/house/91"
tenure:
start: "2019-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 91 (WI State House of Representatives District 91).
Represents [WI State House of Representatives District 91](/us/states/wi/districts/house/91.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 8"
represents: "us/states/wi/districts/senate/8"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 8 (WI State Senate District 8).
Represents [WI State Senate District 8](/us/states/wi/districts/senate/8.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 26"
represents: "us/states/wi/districts/house/26"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 26 (WI State House of Representatives District 26).
Represents [WI State House of Representatives District 26](/us/states/wi/districts/house/26.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 1"
represents: "us/states/wi/districts/house/1"
tenure:
start: "2015-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 1 (WI State House of Representatives District 1).
Represents [WI State House of Representatives District 1](/us/states/wi/districts/house/1.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 13"
represents: "us/states/wi/districts/senate/13"
tenure:
start: "2021-04-23"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 13 (WI State Senate District 13).
Represents [WI State Senate District 13](/us/states/wi/districts/senate/13.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 86"
represents: "us/states/wi/districts/house/86"
tenure:
start: "2013-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 86 (WI State House of Representatives District 86).
Represents [WI State House of Representatives District 86](/us/states/wi/districts/house/86.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 5"
represents: "us/states/wi/districts/house/5"
tenure:
start: "2023-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 5 (WI State House of Representatives District 5).
Represents [WI State House of Representatives District 5](/us/states/wi/districts/house/5.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 28"
represents: "us/states/wi/districts/senate/28"
tenure:
start: "2021-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 28 (WI State Senate District 28).
Represents [WI State Senate District 28](/us/states/wi/districts/senate/28.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 16"
represents: "us/states/wi/districts/house/16"
tenure:
start: "2019-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 16 (WI State House of Representatives District 16).
Represents [WI State House of Representatives District 16](/us/states/wi/districts/house/16.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 40"
represents: "us/states/wi/districts/house/40"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 40 (WI State House of Representatives District 40).
Represents [WI State House of Representatives District 40](/us/states/wi/districts/house/40.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 69"
represents: "us/states/wi/districts/house/69"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 69 (WI State House of Representatives District 69).
Represents [WI State House of Representatives District 69](/us/states/wi/districts/house/69.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 7"
represents: "us/states/wi/districts/house/7"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 7 (WI State House of Representatives District 7).
Represents [WI State House of Representatives District 7](/us/states/wi/districts/house/7.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 26"
represents: "us/states/wi/districts/senate/26"
tenure:
start: "2021-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 26 (WI State Senate District 26).
Represents [WI State Senate District 26](/us/states/wi/districts/senate/26.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 57"
represents: "us/states/wi/districts/house/57"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 57 (WI State House of Representatives District 57).
Represents [WI State House of Representatives District 57](/us/states/wi/districts/house/57.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 18"
represents: "us/states/wi/districts/senate/18"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 18 (WI State Senate District 18).
Represents [WI State Senate District 18](/us/states/wi/districts/senate/18.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 6"
represents: "us/states/wi/districts/senate/6"
tenure:
start: "2017-01-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 6 (WI State Senate District 6).
Represents [WI State Senate District 6](/us/states/wi/districts/senate/6.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 52"
represents: "us/states/wi/districts/house/52"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 52 (WI State House of Representatives District 52).
Represents [WI State House of Representatives District 52](/us/states/wi/districts/house/52.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 27"
represents: "us/states/wi/districts/house/27"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 27 (WI State House of Representatives District 27).
Represents [WI State House of Representatives District 27](/us/states/wi/districts/house/27.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 79"
represents: "us/states/wi/districts/house/79"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 79 (WI State House of Representatives District 79).
Represents [WI State House of Representatives District 79](/us/states/wi/districts/house/79.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 54"
represents: "us/states/wi/districts/house/54"
tenure:
start: "2023-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 54 (WI State House of Representatives District 54).
Represents [WI State House of Representatives District 54](/us/states/wi/districts/house/54.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 18"
represents: "us/states/wi/districts/house/18"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 18 (WI State House of Representatives District 18).
Represents [WI State House of Representatives District 18](/us/states/wi/districts/house/18.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 37"
represents: "us/states/wi/districts/house/37"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 37 (WI State House of Representatives District 37).
Represents [WI State House of Representatives District 37](/us/states/wi/districts/house/37.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 15"
represents: "us/states/wi/districts/senate/15"
tenure:
start: "2023-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 15 (WI State Senate District 15).
Represents [WI State Senate District 15](/us/states/wi/districts/senate/15.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 12"
represents: "us/states/wi/districts/senate/12"
tenure:
start: "2021-01-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 12 (WI State Senate District 12).
Represents [WI State Senate District 12](/us/states/wi/districts/senate/12.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 42"
represents: "us/states/wi/districts/house/42"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 42 (WI State House of Representatives District 42).
Represents [WI State House of Representatives District 42](/us/states/wi/districts/house/42.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 16"
represents: "us/states/wi/districts/senate/16"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 16 (WI State Senate District 16).
Represents [WI State Senate District 16](/us/states/wi/districts/senate/16.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 80"
represents: "us/states/wi/districts/house/80"
tenure:
start: "2023-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 80 (WI State House of Representatives District 80).
Represents [WI State House of Representatives District 80](/us/states/wi/districts/house/80.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 70"
represents: "us/states/wi/districts/house/70"
tenure:
start: "2015-01-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 70 (WI State House of Representatives District 70).
Represents [WI State House of Representatives District 70](/us/states/wi/districts/house/70.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 85"
represents: "us/states/wi/districts/house/85"
tenure:
start: "2017-01-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 85 (WI State House of Representatives District 85).
Represents [WI State House of Representatives District 85](/us/states/wi/districts/house/85.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 24"
represents: "us/states/wi/districts/senate/24"
tenure:
start: "2017-01-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 24 (WI State Senate District 24).
Represents [WI State Senate District 24](/us/states/wi/districts/senate/24.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 22"
represents: "us/states/wi/districts/house/22"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 22 (WI State House of Representatives District 22).
Represents [WI State House of Representatives District 22](/us/states/wi/districts/house/22.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 25"
represents: "us/states/wi/districts/house/25"
tenure:
start: "2013-01-07"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 25 (WI State House of Representatives District 25).
Represents [WI State House of Representatives District 25](/us/states/wi/districts/house/25.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 9"
represents: "us/states/wi/districts/house/9"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 9 (WI State House of Representatives District 9).
Represents [WI State House of Representatives District 9](/us/states/wi/districts/house/9.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 19"
represents: "us/states/wi/districts/senate/19"
tenure:
start: "2023-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 19 (WI State Senate District 19).
Represents [WI State Senate District 19](/us/states/wi/districts/senate/19.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 47"
represents: "us/states/wi/districts/house/47"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 47 (WI State House of Representatives District 47).
Represents [WI State House of Representatives District 47](/us/states/wi/districts/house/47.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 77"
represents: "us/states/wi/districts/house/77"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 77 (WI State House of Representatives District 77).
Represents [WI State House of Representatives District 77](/us/states/wi/districts/house/77.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 58"
represents: "us/states/wi/districts/house/58"
tenure:
start: "2018-01-24"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 58 (WI State House of Representatives District 58).
Represents [WI State House of Representatives District 58](/us/states/wi/districts/house/58.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 59"
represents: "us/states/wi/districts/house/59"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 59 (WI State House of Representatives District 59).
Represents [WI State House of Representatives District 59](/us/states/wi/districts/house/59.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State Senate District 5"
represents: "us/states/wi/districts/senate/5"
tenure:
start: "2023-01-03"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI Senate District 5 (WI State Senate District 5).
Represents [WI State Senate District 5](/us/states/wi/districts/senate/5.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "WI"
district: "WI State House of Representatives District 28"
represents: "us/states/wi/districts/house/28"
tenure:
start: "2025-01-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current WI House District 28 (WI State House of Representatives District 28).
Represents [WI State House of Representatives District 28](/us/states/wi/districts/house/28.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20

Some files were not shown because too many files have changed in this diff Show More