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:
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 62A"
|
||||
represents: "us/states/mn/districts/house/62a"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 62A (MN State House of Representatives District 62A).
|
||||
|
||||
Represents [MN State House of Representatives District 62A](/us/states/mn/districts/house/62a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 49A"
|
||||
represents: "us/states/mn/districts/house/49a"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 49A (MN State House of Representatives District 49A).
|
||||
|
||||
Represents [MN State House of Representatives District 49A](/us/states/mn/districts/house/49a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 50"
|
||||
represents: "us/states/mn/districts/senate/50"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 50 (MN State Senate District 50).
|
||||
|
||||
Represents [MN State Senate District 50](/us/states/mn/districts/senate/50.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 47"
|
||||
represents: "us/states/mn/districts/senate/47"
|
||||
tenure:
|
||||
start: "2025-11-18"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 47 (MN State Senate District 47).
|
||||
|
||||
Represents [MN State Senate District 47](/us/states/mn/districts/senate/47.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 16"
|
||||
represents: "us/states/mn/districts/senate/16"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 16 (MN State Senate District 16).
|
||||
|
||||
Represents [MN State Senate District 16](/us/states/mn/districts/senate/16.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 27"
|
||||
represents: "us/states/mn/districts/senate/27"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 27 (MN State Senate District 27).
|
||||
|
||||
Represents [MN State Senate District 27](/us/states/mn/districts/senate/27.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 45A"
|
||||
represents: "us/states/mn/districts/house/45a"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 45A (MN State House of Representatives District 45A).
|
||||
|
||||
Represents [MN State House of Representatives District 45A](/us/states/mn/districts/house/45a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 25B"
|
||||
represents: "us/states/mn/districts/house/25b"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 25B (MN State House of Representatives District 25B).
|
||||
|
||||
Represents [MN State House of Representatives District 25B](/us/states/mn/districts/house/25b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 45"
|
||||
represents: "us/states/mn/districts/senate/45"
|
||||
tenure:
|
||||
start: "2024-11-25"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 45 (MN State Senate District 45).
|
||||
|
||||
Represents [MN State Senate District 45](/us/states/mn/districts/senate/45.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 43"
|
||||
represents: "us/states/mn/districts/senate/43"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 43 (MN State Senate District 43).
|
||||
|
||||
Represents [MN State Senate District 43](/us/states/mn/districts/senate/43.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 62B"
|
||||
represents: "us/states/mn/districts/house/62b"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 62B (MN State House of Representatives District 62B).
|
||||
|
||||
Represents [MN State House of Representatives District 62B](/us/states/mn/districts/house/62b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 14"
|
||||
represents: "us/states/mn/districts/senate/14"
|
||||
tenure:
|
||||
start: "2021-01-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 14 (MN State Senate District 14).
|
||||
|
||||
Represents [MN State Senate District 14](/us/states/mn/districts/senate/14.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 66B"
|
||||
represents: "us/states/mn/districts/house/66b"
|
||||
tenure:
|
||||
start: "2021-01-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 66B (MN State House of Representatives District 66B).
|
||||
|
||||
Represents [MN State House of Representatives District 66B](/us/states/mn/districts/house/66b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 54B"
|
||||
represents: "us/states/mn/districts/house/54b"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 54B (MN State House of Representatives District 54B).
|
||||
|
||||
Represents [MN State House of Representatives District 54B](/us/states/mn/districts/house/54b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 6A"
|
||||
represents: "us/states/mn/districts/house/6a"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 6A (MN State House of Representatives District 6A).
|
||||
|
||||
Represents [MN State House of Representatives District 6A](/us/states/mn/districts/house/6a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 14A"
|
||||
represents: "us/states/mn/districts/house/14a"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 14A (MN State House of Representatives District 14A).
|
||||
|
||||
Represents [MN State House of Representatives District 14A](/us/states/mn/districts/house/14a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 52B"
|
||||
represents: "us/states/mn/districts/house/52b"
|
||||
tenure:
|
||||
start: "2024-01-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 52B (MN State House of Representatives District 52B).
|
||||
|
||||
Represents [MN State House of Representatives District 52B](/us/states/mn/districts/house/52b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 2A"
|
||||
represents: "us/states/mn/districts/house/2a"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 2A (MN State House of Representatives District 2A).
|
||||
|
||||
Represents [MN State House of Representatives District 2A](/us/states/mn/districts/house/2a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 58"
|
||||
represents: "us/states/mn/districts/senate/58"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 58 (MN State Senate District 58).
|
||||
|
||||
Represents [MN State Senate District 58](/us/states/mn/districts/senate/58.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 21"
|
||||
represents: "us/states/mn/districts/senate/21"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 21 (MN State Senate District 21).
|
||||
|
||||
Represents [MN State Senate District 21](/us/states/mn/districts/senate/21.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 22A"
|
||||
represents: "us/states/mn/districts/house/22a"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 22A (MN State House of Representatives District 22A).
|
||||
|
||||
Represents [MN State House of Representatives District 22A](/us/states/mn/districts/house/22a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 17B"
|
||||
represents: "us/states/mn/districts/house/17b"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 17B (MN State House of Representatives District 17B).
|
||||
|
||||
Represents [MN State House of Representatives District 17B](/us/states/mn/districts/house/17b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 59"
|
||||
represents: "us/states/mn/districts/senate/59"
|
||||
tenure:
|
||||
start: "2013-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 59 (MN State Senate District 59).
|
||||
|
||||
Represents [MN State Senate District 59](/us/states/mn/districts/senate/59.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 42"
|
||||
represents: "us/states/mn/districts/senate/42"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 42 (MN State Senate District 42).
|
||||
|
||||
Represents [MN State Senate District 42](/us/states/mn/districts/senate/42.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 54A"
|
||||
represents: "us/states/mn/districts/house/54a"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 54A (MN State House of Representatives District 54A).
|
||||
|
||||
Represents [MN State House of Representatives District 54A](/us/states/mn/districts/house/54a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 36B"
|
||||
represents: "us/states/mn/districts/house/36b"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 36B (MN State House of Representatives District 36B).
|
||||
|
||||
Represents [MN State House of Representatives District 36B](/us/states/mn/districts/house/36b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 27B"
|
||||
represents: "us/states/mn/districts/house/27b"
|
||||
tenure:
|
||||
start: "2024-04-02"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 27B (MN State House of Representatives District 27B).
|
||||
|
||||
Represents [MN State House of Representatives District 27B](/us/states/mn/districts/house/27b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 31"
|
||||
represents: "us/states/mn/districts/senate/31"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 31 (MN State Senate District 31).
|
||||
|
||||
Represents [MN State Senate District 31](/us/states/mn/districts/senate/31.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 7B"
|
||||
represents: "us/states/mn/districts/house/7b"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 7B (MN State House of Representatives District 7B).
|
||||
|
||||
Represents [MN State House of Representatives District 7B](/us/states/mn/districts/house/7b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 24"
|
||||
represents: "us/states/mn/districts/senate/24"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 24 (MN State Senate District 24).
|
||||
|
||||
Represents [MN State Senate District 24](/us/states/mn/districts/senate/24.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 49B"
|
||||
represents: "us/states/mn/districts/house/49b"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 49B (MN State House of Representatives District 49B).
|
||||
|
||||
Represents [MN State House of Representatives District 49B](/us/states/mn/districts/house/49b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 43A"
|
||||
represents: "us/states/mn/districts/house/43a"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 43A (MN State House of Representatives District 43A).
|
||||
|
||||
Represents [MN State House of Representatives District 43A](/us/states/mn/districts/house/43a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 46B"
|
||||
represents: "us/states/mn/districts/house/46b"
|
||||
tenure:
|
||||
start: "2015-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 46B (MN State House of Representatives District 46B).
|
||||
|
||||
Represents [MN State House of Representatives District 46B](/us/states/mn/districts/house/46b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 15A"
|
||||
represents: "us/states/mn/districts/house/15a"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 15A (MN State House of Representatives District 15A).
|
||||
|
||||
Represents [MN State House of Representatives District 15A](/us/states/mn/districts/house/15a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 66"
|
||||
represents: "us/states/mn/districts/senate/66"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 66 (MN State Senate District 66).
|
||||
|
||||
Represents [MN State Senate District 66](/us/states/mn/districts/senate/66.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 14B"
|
||||
represents: "us/states/mn/districts/house/14b"
|
||||
tenure:
|
||||
start: "2019-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 14B (MN State House of Representatives District 14B).
|
||||
|
||||
Represents [MN State House of Representatives District 14B](/us/states/mn/districts/house/14b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 34A"
|
||||
represents: "us/states/mn/districts/house/34a"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 34A (MN State House of Representatives District 34A).
|
||||
|
||||
Represents [MN State House of Representatives District 34A](/us/states/mn/districts/house/34a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 16B"
|
||||
represents: "us/states/mn/districts/house/16b"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 16B (MN State House of Representatives District 16B).
|
||||
|
||||
Represents [MN State House of Representatives District 16B](/us/states/mn/districts/house/16b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 64B"
|
||||
represents: "us/states/mn/districts/house/64b"
|
||||
tenure:
|
||||
start: "2015-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 64B (MN State House of Representatives District 64B).
|
||||
|
||||
Represents [MN State House of Representatives District 64B](/us/states/mn/districts/house/64b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 40B"
|
||||
represents: "us/states/mn/districts/house/40b"
|
||||
tenure:
|
||||
start: "2025-03-17"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 40B (MN State House of Representatives District 40B).
|
||||
|
||||
Represents [MN State House of Representatives District 40B](/us/states/mn/districts/house/40b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 17A"
|
||||
represents: "us/states/mn/districts/house/17a"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 17A (MN State House of Representatives District 17A).
|
||||
|
||||
Represents [MN State House of Representatives District 17A](/us/states/mn/districts/house/17a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 60"
|
||||
represents: "us/states/mn/districts/senate/60"
|
||||
tenure:
|
||||
start: "2025-02-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 60 (MN State Senate District 60).
|
||||
|
||||
Represents [MN State Senate District 60](/us/states/mn/districts/senate/60.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 58B"
|
||||
represents: "us/states/mn/districts/house/58b"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 58B (MN State House of Representatives District 58B).
|
||||
|
||||
Represents [MN State House of Representatives District 58B](/us/states/mn/districts/house/58b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 24A"
|
||||
represents: "us/states/mn/districts/house/24a"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 24A (MN State House of Representatives District 24A).
|
||||
|
||||
Represents [MN State House of Representatives District 24A](/us/states/mn/districts/house/24a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 36A"
|
||||
represents: "us/states/mn/districts/house/36a"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 36A (MN State House of Representatives District 36A).
|
||||
|
||||
Represents [MN State House of Representatives District 36A](/us/states/mn/districts/house/36a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 63B"
|
||||
represents: "us/states/mn/districts/house/63b"
|
||||
tenure:
|
||||
start: "2021-01-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 63B (MN State House of Representatives District 63B).
|
||||
|
||||
Represents [MN State House of Representatives District 63B](/us/states/mn/districts/house/63b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 30"
|
||||
represents: "us/states/mn/districts/senate/30"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 30 (MN State Senate District 30).
|
||||
|
||||
Represents [MN State Senate District 30](/us/states/mn/districts/senate/30.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 54"
|
||||
represents: "us/states/mn/districts/senate/54"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 54 (MN State Senate District 54).
|
||||
|
||||
Represents [MN State Senate District 54](/us/states/mn/districts/senate/54.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 18A"
|
||||
represents: "us/states/mn/districts/house/18a"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 18A (MN State House of Representatives District 18A).
|
||||
|
||||
Represents [MN State House of Representatives District 18A](/us/states/mn/districts/house/18a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 39A"
|
||||
represents: "us/states/mn/districts/house/39a"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 39A (MN State House of Representatives District 39A).
|
||||
|
||||
Represents [MN State House of Representatives District 39A](/us/states/mn/districts/house/39a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 56"
|
||||
represents: "us/states/mn/districts/senate/56"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 56 (MN State Senate District 56).
|
||||
|
||||
Represents [MN State Senate District 56](/us/states/mn/districts/senate/56.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 64"
|
||||
represents: "us/states/mn/districts/senate/64"
|
||||
tenure:
|
||||
start: "2021-01-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 64 (MN State Senate District 64).
|
||||
|
||||
Represents [MN State Senate District 64](/us/states/mn/districts/senate/64.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 59B"
|
||||
represents: "us/states/mn/districts/house/59b"
|
||||
tenure:
|
||||
start: "2021-01-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 59B (MN State House of Representatives District 59B).
|
||||
|
||||
Represents [MN State House of Representatives District 59B](/us/states/mn/districts/house/59b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 47B"
|
||||
represents: "us/states/mn/districts/house/47b"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 47B (MN State House of Representatives District 47B).
|
||||
|
||||
Represents [MN State House of Representatives District 47B](/us/states/mn/districts/house/47b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 67"
|
||||
represents: "us/states/mn/districts/senate/67"
|
||||
tenure:
|
||||
start: "2013-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 67 (MN State Senate District 67).
|
||||
|
||||
Represents [MN State Senate District 67](/us/states/mn/districts/senate/67.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 59A"
|
||||
represents: "us/states/mn/districts/house/59a"
|
||||
tenure:
|
||||
start: "2017-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 59A (MN State House of Representatives District 59A).
|
||||
|
||||
Represents [MN State House of Representatives District 59A](/us/states/mn/districts/house/59a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 15"
|
||||
represents: "us/states/mn/districts/senate/15"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 15 (MN State Senate District 15).
|
||||
|
||||
Represents [MN State Senate District 15](/us/states/mn/districts/senate/15.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 23"
|
||||
represents: "us/states/mn/districts/senate/23"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 23 (MN State Senate District 23).
|
||||
|
||||
Represents [MN State Senate District 23](/us/states/mn/districts/senate/23.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 42B"
|
||||
represents: "us/states/mn/districts/house/42b"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 42B (MN State House of Representatives District 42B).
|
||||
|
||||
Represents [MN State House of Representatives District 42B](/us/states/mn/districts/house/42b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 17"
|
||||
represents: "us/states/mn/districts/senate/17"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 17 (MN State Senate District 17).
|
||||
|
||||
Represents [MN State Senate District 17](/us/states/mn/districts/senate/17.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 3"
|
||||
represents: "us/states/mn/districts/senate/3"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 3 (MN State Senate District 3).
|
||||
|
||||
Represents [MN State Senate District 3](/us/states/mn/districts/senate/3.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 26B"
|
||||
represents: "us/states/mn/districts/house/26b"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 26B (MN State House of Representatives District 26B).
|
||||
|
||||
Represents [MN State House of Representatives District 26B](/us/states/mn/districts/house/26b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 31A"
|
||||
represents: "us/states/mn/districts/house/31a"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 31A (MN State House of Representatives District 31A).
|
||||
|
||||
Represents [MN State House of Representatives District 31A](/us/states/mn/districts/house/31a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 36"
|
||||
represents: "us/states/mn/districts/senate/36"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 36 (MN State Senate District 36).
|
||||
|
||||
Represents [MN State Senate District 36](/us/states/mn/districts/senate/36.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 4A"
|
||||
represents: "us/states/mn/districts/house/4a"
|
||||
tenure:
|
||||
start: "2021-01-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 4A (MN State House of Representatives District 4A).
|
||||
|
||||
Represents [MN State House of Representatives District 4A](/us/states/mn/districts/house/4a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 38A"
|
||||
represents: "us/states/mn/districts/house/38a"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 38A (MN State House of Representatives District 38A).
|
||||
|
||||
Represents [MN State House of Representatives District 38A](/us/states/mn/districts/house/38a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 10B"
|
||||
represents: "us/states/mn/districts/house/10b"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 10B (MN State House of Representatives District 10B).
|
||||
|
||||
Represents [MN State House of Representatives District 10B](/us/states/mn/districts/house/10b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 61B"
|
||||
represents: "us/states/mn/districts/house/61b"
|
||||
tenure:
|
||||
start: "2019-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 61B (MN State House of Representatives District 61B).
|
||||
|
||||
Represents [MN State House of Representatives District 61B](/us/states/mn/districts/house/61b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 11"
|
||||
represents: "us/states/mn/districts/senate/11"
|
||||
tenure:
|
||||
start: "2019-02-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 11 (MN State Senate District 11).
|
||||
|
||||
Represents [MN State Senate District 11](/us/states/mn/districts/senate/11.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 67B"
|
||||
represents: "us/states/mn/districts/house/67b"
|
||||
tenure:
|
||||
start: "2019-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 67B (MN State House of Representatives District 67B).
|
||||
|
||||
Represents [MN State House of Representatives District 67B](/us/states/mn/districts/house/67b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 9A"
|
||||
represents: "us/states/mn/districts/house/9a"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 9A (MN State House of Representatives District 9A).
|
||||
|
||||
Represents [MN State House of Representatives District 9A](/us/states/mn/districts/house/9a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 11A"
|
||||
represents: "us/states/mn/districts/house/11a"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 11A (MN State House of Representatives District 11A).
|
||||
|
||||
Represents [MN State House of Representatives District 11A](/us/states/mn/districts/house/11a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 13"
|
||||
represents: "us/states/mn/districts/senate/13"
|
||||
tenure:
|
||||
start: "2018-12-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 13 (MN State Senate District 13).
|
||||
|
||||
Represents [MN State Senate District 13](/us/states/mn/districts/senate/13.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 57B"
|
||||
represents: "us/states/mn/districts/house/57b"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 57B (MN State House of Representatives District 57B).
|
||||
|
||||
Represents [MN State House of Representatives District 57B](/us/states/mn/districts/house/57b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 8"
|
||||
represents: "us/states/mn/districts/senate/8"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 8 (MN State Senate District 8).
|
||||
|
||||
Represents [MN State Senate District 8](/us/states/mn/districts/senate/8.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 26"
|
||||
represents: "us/states/mn/districts/senate/26"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 26 (MN State Senate District 26).
|
||||
|
||||
Represents [MN State Senate District 26](/us/states/mn/districts/senate/26.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 55A"
|
||||
represents: "us/states/mn/districts/house/55a"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 55A (MN State House of Representatives District 55A).
|
||||
|
||||
Represents [MN State House of Representatives District 55A](/us/states/mn/districts/house/55a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 35"
|
||||
represents: "us/states/mn/districts/senate/35"
|
||||
tenure:
|
||||
start: "2016-02-22"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 35 (MN State Senate District 35).
|
||||
|
||||
Represents [MN State Senate District 35](/us/states/mn/districts/senate/35.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 52"
|
||||
represents: "us/states/mn/districts/senate/52"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 52 (MN State Senate District 52).
|
||||
|
||||
Represents [MN State Senate District 52](/us/states/mn/districts/senate/52.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 4B"
|
||||
represents: "us/states/mn/districts/house/4b"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 4B (MN State House of Representatives District 4B).
|
||||
|
||||
Represents [MN State House of Representatives District 4B](/us/states/mn/districts/house/4b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 48A"
|
||||
represents: "us/states/mn/districts/house/48a"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 48A (MN State House of Representatives District 48A).
|
||||
|
||||
Represents [MN State House of Representatives District 48A](/us/states/mn/districts/house/48a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 28A"
|
||||
represents: "us/states/mn/districts/house/28a"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 28A (MN State House of Representatives District 28A).
|
||||
|
||||
Represents [MN State House of Representatives District 28A](/us/states/mn/districts/house/28a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 29A"
|
||||
represents: "us/states/mn/districts/house/29a"
|
||||
tenure:
|
||||
start: "2013-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 29A (MN State House of Representatives District 29A).
|
||||
|
||||
Represents [MN State House of Representatives District 29A](/us/states/mn/districts/house/29a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 1A"
|
||||
represents: "us/states/mn/districts/house/1a"
|
||||
tenure:
|
||||
start: "2021-01-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 1A (MN State House of Representatives District 1A).
|
||||
|
||||
Represents [MN State House of Representatives District 1A](/us/states/mn/districts/house/1a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 34"
|
||||
represents: "us/states/mn/districts/senate/34"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 34 (MN State Senate District 34).
|
||||
|
||||
Represents [MN State Senate District 34](/us/states/mn/districts/senate/34.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 56B"
|
||||
represents: "us/states/mn/districts/house/56b"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 56B (MN State House of Representatives District 56B).
|
||||
|
||||
Represents [MN State House of Representatives District 56B](/us/states/mn/districts/house/56b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 19"
|
||||
represents: "us/states/mn/districts/senate/19"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 19 (MN State Senate District 19).
|
||||
|
||||
Represents [MN State Senate District 19](/us/states/mn/districts/senate/19.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 40"
|
||||
represents: "us/states/mn/districts/senate/40"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 40 (MN State Senate District 40).
|
||||
|
||||
Represents [MN State Senate District 40](/us/states/mn/districts/senate/40.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 57A"
|
||||
represents: "us/states/mn/districts/house/57a"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 57A (MN State House of Representatives District 57A).
|
||||
|
||||
Represents [MN State House of Representatives District 57A](/us/states/mn/districts/house/57a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 9"
|
||||
represents: "us/states/mn/districts/senate/9"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 9 (MN State Senate District 9).
|
||||
|
||||
Represents [MN State Senate District 9](/us/states/mn/districts/senate/9.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 6B"
|
||||
represents: "us/states/mn/districts/house/6b"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 6B (MN State House of Representatives District 6B).
|
||||
|
||||
Represents [MN State House of Representatives District 6B](/us/states/mn/districts/house/6b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 33B"
|
||||
represents: "us/states/mn/districts/house/33b"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 33B (MN State House of Representatives District 33B).
|
||||
|
||||
Represents [MN State House of Representatives District 33B](/us/states/mn/districts/house/33b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 41"
|
||||
represents: "us/states/mn/districts/senate/41"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 41 (MN State Senate District 41).
|
||||
|
||||
Represents [MN State Senate District 41](/us/states/mn/districts/senate/41.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 48"
|
||||
represents: "us/states/mn/districts/senate/48"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 48 (MN State Senate District 48).
|
||||
|
||||
Represents [MN State Senate District 48](/us/states/mn/districts/senate/48.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 50A"
|
||||
represents: "us/states/mn/districts/house/50a"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 50A (MN State House of Representatives District 50A).
|
||||
|
||||
Represents [MN State House of Representatives District 50A](/us/states/mn/districts/house/50a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 55B"
|
||||
represents: "us/states/mn/districts/house/55b"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 55B (MN State House of Representatives District 55B).
|
||||
|
||||
Represents [MN State House of Representatives District 55B](/us/states/mn/districts/house/55b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 35B"
|
||||
represents: "us/states/mn/districts/house/35b"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 35B (MN State House of Representatives District 35B).
|
||||
|
||||
Represents [MN State House of Representatives District 35B](/us/states/mn/districts/house/35b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State Senate District 33"
|
||||
represents: "us/states/mn/districts/senate/33"
|
||||
tenure:
|
||||
start: "2023-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN Senate District 33 (MN State Senate District 33).
|
||||
|
||||
Represents [MN State Senate District 33](/us/states/mn/districts/senate/33.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 61A"
|
||||
represents: "us/states/mn/districts/house/61a"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 61A (MN State House of Representatives District 61A).
|
||||
|
||||
Represents [MN State House of Representatives District 61A](/us/states/mn/districts/house/61a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MN"
|
||||
district: "MN State House of Representatives District 19A"
|
||||
represents: "us/states/mn/districts/house/19a"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MN House District 19A (MN State House of Representatives District 19A).
|
||||
|
||||
Represents [MN State House of Representatives District 19A](/us/states/mn/districts/house/19a.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
Reference in New Issue
Block a user