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: "SD"
|
||||
district: "SD State House of Representatives District 6"
|
||||
represents: "us/states/sd/districts/house/6"
|
||||
tenure:
|
||||
start: "2021-01-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 6 (SD State House of Representatives District 6).
|
||||
|
||||
Represents [SD State House of Representatives District 6](/us/states/sd/districts/house/6.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 3"
|
||||
represents: "us/states/sd/districts/house/3"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 3 (SD State House of Representatives District 3).
|
||||
|
||||
Represents [SD State House of Representatives District 3](/us/states/sd/districts/house/3.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 12"
|
||||
represents: "us/states/sd/districts/house/12"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 12 (SD State House of Representatives District 12).
|
||||
|
||||
Represents [SD State House of Representatives District 12](/us/states/sd/districts/house/12.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 30"
|
||||
represents: "us/states/sd/districts/senate/30"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 30 (SD State Senate District 30).
|
||||
|
||||
Represents [SD State Senate District 30](/us/states/sd/districts/senate/30.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 12"
|
||||
represents: "us/states/sd/districts/senate/12"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 12 (SD State Senate District 12).
|
||||
|
||||
Represents [SD State Senate District 12](/us/states/sd/districts/senate/12.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 9"
|
||||
represents: "us/states/sd/districts/house/9"
|
||||
tenure:
|
||||
start: "2021-01-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 9 (SD State House of Representatives District 9).
|
||||
|
||||
Represents [SD State House of Representatives District 9](/us/states/sd/districts/house/9.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 10"
|
||||
represents: "us/states/sd/districts/house/10"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 10 (SD State House of Representatives District 10).
|
||||
|
||||
Represents [SD State House of Representatives District 10](/us/states/sd/districts/house/10.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 3"
|
||||
represents: "us/states/sd/districts/house/3"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 3 (SD State House of Representatives District 3).
|
||||
|
||||
Represents [SD State House of Representatives District 3](/us/states/sd/districts/house/3.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 22"
|
||||
represents: "us/states/sd/districts/senate/22"
|
||||
tenure:
|
||||
start: "2025-07-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 22 (SD State Senate District 22).
|
||||
|
||||
Represents [SD State Senate District 22](/us/states/sd/districts/senate/22.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 11"
|
||||
represents: "us/states/sd/districts/house/11"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 11 (SD State House of Representatives District 11).
|
||||
|
||||
Represents [SD State House of Representatives District 11](/us/states/sd/districts/house/11.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 3"
|
||||
represents: "us/states/sd/districts/senate/3"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 3 (SD State Senate District 3).
|
||||
|
||||
Represents [SD State Senate District 3](/us/states/sd/districts/senate/3.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 8"
|
||||
represents: "us/states/sd/districts/senate/8"
|
||||
tenure:
|
||||
start: "2020-07-02"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 8 (SD State Senate District 8).
|
||||
|
||||
Represents [SD State Senate District 8](/us/states/sd/districts/senate/8.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 11"
|
||||
represents: "us/states/sd/districts/senate/11"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 11 (SD State Senate District 11).
|
||||
|
||||
Represents [SD State Senate District 11](/us/states/sd/districts/senate/11.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 17"
|
||||
represents: "us/states/sd/districts/house/17"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 17 (SD State House of Representatives District 17).
|
||||
|
||||
Represents [SD State House of Representatives District 17](/us/states/sd/districts/house/17.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 33"
|
||||
represents: "us/states/sd/districts/house/33"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 33 (SD State House of Representatives District 33).
|
||||
|
||||
Represents [SD State House of Representatives District 33](/us/states/sd/districts/house/33.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 33"
|
||||
represents: "us/states/sd/districts/senate/33"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 33 (SD State Senate District 33).
|
||||
|
||||
Represents [SD State Senate District 33](/us/states/sd/districts/senate/33.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 2"
|
||||
represents: "us/states/sd/districts/house/2"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 2 (SD State House of Representatives District 2).
|
||||
|
||||
Represents [SD State House of Representatives District 2](/us/states/sd/districts/house/2.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 19"
|
||||
represents: "us/states/sd/districts/house/19"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 19 (SD State House of Representatives District 19).
|
||||
|
||||
Represents [SD State House of Representatives District 19](/us/states/sd/districts/house/19.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 4"
|
||||
represents: "us/states/sd/districts/house/4"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 4 (SD State House of Representatives District 4).
|
||||
|
||||
Represents [SD State House of Representatives District 4](/us/states/sd/districts/house/4.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 26A"
|
||||
represents: "us/states/sd/districts/house/26a"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 26A (SD State House of Representatives District 26A).
|
||||
|
||||
Represents [SD State House of Representatives District 26A](/us/states/sd/districts/house/26a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 15"
|
||||
represents: "us/states/sd/districts/house/15"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 15 (SD State House of Representatives District 15).
|
||||
|
||||
Represents [SD State House of Representatives District 15](/us/states/sd/districts/house/15.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 10"
|
||||
represents: "us/states/sd/districts/house/10"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 10 (SD State House of Representatives District 10).
|
||||
|
||||
Represents [SD State House of Representatives District 10](/us/states/sd/districts/house/10.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 6"
|
||||
represents: "us/states/sd/districts/senate/6"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 6 (SD State Senate District 6).
|
||||
|
||||
Represents [SD State Senate District 6](/us/states/sd/districts/senate/6.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 5"
|
||||
represents: "us/states/sd/districts/senate/5"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 5 (SD State Senate District 5).
|
||||
|
||||
Represents [SD State Senate District 5](/us/states/sd/districts/senate/5.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 35"
|
||||
represents: "us/states/sd/districts/senate/35"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 35 (SD State Senate District 35).
|
||||
|
||||
Represents [SD State Senate District 35](/us/states/sd/districts/senate/35.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 12"
|
||||
represents: "us/states/sd/districts/house/12"
|
||||
tenure:
|
||||
start: "2021-01-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 12 (SD State House of Representatives District 12).
|
||||
|
||||
Represents [SD State House of Representatives District 12](/us/states/sd/districts/house/12.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 34"
|
||||
represents: "us/states/sd/districts/house/34"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 34 (SD State House of Representatives District 34).
|
||||
|
||||
Represents [SD State House of Representatives District 34](/us/states/sd/districts/house/34.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 32"
|
||||
represents: "us/states/sd/districts/senate/32"
|
||||
tenure:
|
||||
start: "2019-12-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 32 (SD State Senate District 32).
|
||||
|
||||
Represents [SD State Senate District 32](/us/states/sd/districts/senate/32.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 13"
|
||||
represents: "us/states/sd/districts/house/13"
|
||||
tenure:
|
||||
start: "2025-02-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 13 (SD State House of Representatives District 13).
|
||||
|
||||
Represents [SD State House of Representatives District 13](/us/states/sd/districts/house/13.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 15"
|
||||
represents: "us/states/sd/districts/senate/15"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 15 (SD State Senate District 15).
|
||||
|
||||
Represents [SD State Senate District 15](/us/states/sd/districts/senate/15.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 28A"
|
||||
represents: "us/states/sd/districts/house/28a"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 28A (SD State House of Representatives District 28A).
|
||||
|
||||
Represents [SD State House of Representatives District 28A](/us/states/sd/districts/house/28a.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 20"
|
||||
represents: "us/states/sd/districts/house/20"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 20 (SD State House of Representatives District 20).
|
||||
|
||||
Represents [SD State House of Representatives District 20](/us/states/sd/districts/house/20.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 19"
|
||||
represents: "us/states/sd/districts/house/19"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 19 (SD State House of Representatives District 19).
|
||||
|
||||
Represents [SD State House of Representatives District 19](/us/states/sd/districts/house/19.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 21"
|
||||
represents: "us/states/sd/districts/house/21"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 21 (SD State House of Representatives District 21).
|
||||
|
||||
Represents [SD State House of Representatives District 21](/us/states/sd/districts/house/21.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 24"
|
||||
represents: "us/states/sd/districts/senate/24"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 24 (SD State Senate District 24).
|
||||
|
||||
Represents [SD State Senate District 24](/us/states/sd/districts/senate/24.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 29"
|
||||
represents: "us/states/sd/districts/senate/29"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 29 (SD State Senate District 29).
|
||||
|
||||
Represents [SD State Senate District 29](/us/states/sd/districts/senate/29.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 13"
|
||||
represents: "us/states/sd/districts/house/13"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 13 (SD State House of Representatives District 13).
|
||||
|
||||
Represents [SD State House of Representatives District 13](/us/states/sd/districts/house/13.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 16"
|
||||
represents: "us/states/sd/districts/house/16"
|
||||
tenure:
|
||||
start: "2025-09-17"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 16 (SD State House of Representatives District 16).
|
||||
|
||||
Represents [SD State House of Representatives District 16](/us/states/sd/districts/house/16.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 2"
|
||||
represents: "us/states/sd/districts/house/2"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 2 (SD State House of Representatives District 2).
|
||||
|
||||
Represents [SD State House of Representatives District 2](/us/states/sd/districts/house/2.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 25"
|
||||
represents: "us/states/sd/districts/house/25"
|
||||
tenure:
|
||||
start: "2019-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 25 (SD State House of Representatives District 25).
|
||||
|
||||
Represents [SD State House of Representatives District 25](/us/states/sd/districts/house/25.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 5"
|
||||
represents: "us/states/sd/districts/house/5"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 5 (SD State House of Representatives District 5).
|
||||
|
||||
Represents [SD State House of Representatives District 5](/us/states/sd/districts/house/5.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 9"
|
||||
represents: "us/states/sd/districts/senate/9"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 9 (SD State Senate District 9).
|
||||
|
||||
Represents [SD State Senate District 9](/us/states/sd/districts/senate/9.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 18"
|
||||
represents: "us/states/sd/districts/house/18"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 18 (SD State House of Representatives District 18).
|
||||
|
||||
Represents [SD State House of Representatives District 18](/us/states/sd/districts/house/18.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 15"
|
||||
represents: "us/states/sd/districts/house/15"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 15 (SD State House of Representatives District 15).
|
||||
|
||||
Represents [SD State House of Representatives District 15](/us/states/sd/districts/house/15.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 20"
|
||||
represents: "us/states/sd/districts/house/20"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 20 (SD State House of Representatives District 20).
|
||||
|
||||
Represents [SD State House of Representatives District 20](/us/states/sd/districts/house/20.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 16"
|
||||
represents: "us/states/sd/districts/house/16"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 16 (SD State House of Representatives District 16).
|
||||
|
||||
Represents [SD State House of Representatives District 16](/us/states/sd/districts/house/16.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 29"
|
||||
represents: "us/states/sd/districts/house/29"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 29 (SD State House of Representatives District 29).
|
||||
|
||||
Represents [SD State House of Representatives District 29](/us/states/sd/districts/house/29.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 4"
|
||||
represents: "us/states/sd/districts/house/4"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 4 (SD State House of Representatives District 4).
|
||||
|
||||
Represents [SD State House of Representatives District 4](/us/states/sd/districts/house/4.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 11"
|
||||
represents: "us/states/sd/districts/house/11"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 11 (SD State House of Representatives District 11).
|
||||
|
||||
Represents [SD State House of Representatives District 11](/us/states/sd/districts/house/11.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 16"
|
||||
represents: "us/states/sd/districts/senate/16"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 16 (SD State Senate District 16).
|
||||
|
||||
Represents [SD State Senate District 16](/us/states/sd/districts/senate/16.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 22"
|
||||
represents: "us/states/sd/districts/house/22"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 22 (SD State House of Representatives District 22).
|
||||
|
||||
Represents [SD State House of Representatives District 22](/us/states/sd/districts/house/22.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 19"
|
||||
represents: "us/states/sd/districts/senate/19"
|
||||
tenure:
|
||||
start: "2020-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 19 (SD State Senate District 19).
|
||||
|
||||
Represents [SD State Senate District 19](/us/states/sd/districts/senate/19.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 22"
|
||||
represents: "us/states/sd/districts/house/22"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 22 (SD State House of Representatives District 22).
|
||||
|
||||
Represents [SD State House of Representatives District 22](/us/states/sd/districts/house/22.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 14"
|
||||
represents: "us/states/sd/districts/senate/14"
|
||||
tenure:
|
||||
start: "2021-01-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 14 (SD State Senate District 14).
|
||||
|
||||
Represents [SD State Senate District 14](/us/states/sd/districts/senate/14.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 18"
|
||||
represents: "us/states/sd/districts/senate/18"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 18 (SD State Senate District 18).
|
||||
|
||||
Represents [SD State Senate District 18](/us/states/sd/districts/senate/18.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 25"
|
||||
represents: "us/states/sd/districts/house/25"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 25 (SD State House of Representatives District 25).
|
||||
|
||||
Represents [SD State House of Representatives District 25](/us/states/sd/districts/house/25.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 10"
|
||||
represents: "us/states/sd/districts/senate/10"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 10 (SD State Senate District 10).
|
||||
|
||||
Represents [SD State Senate District 10](/us/states/sd/districts/senate/10.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 27"
|
||||
represents: "us/states/sd/districts/house/27"
|
||||
tenure:
|
||||
start: "2021-01-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 27 (SD State House of Representatives District 27).
|
||||
|
||||
Represents [SD State House of Representatives District 27](/us/states/sd/districts/house/27.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 1"
|
||||
represents: "us/states/sd/districts/house/1"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 1 (SD State House of Representatives District 1).
|
||||
|
||||
Represents [SD State House of Representatives District 1](/us/states/sd/districts/house/1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 23"
|
||||
represents: "us/states/sd/districts/senate/23"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 23 (SD State Senate District 23).
|
||||
|
||||
Represents [SD State Senate District 23](/us/states/sd/districts/senate/23.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 21"
|
||||
represents: "us/states/sd/districts/house/21"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 21 (SD State House of Representatives District 21).
|
||||
|
||||
Represents [SD State House of Representatives District 21](/us/states/sd/districts/house/21.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 31"
|
||||
represents: "us/states/sd/districts/house/31"
|
||||
tenure:
|
||||
start: "2021-01-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 31 (SD State House of Representatives District 31).
|
||||
|
||||
Represents [SD State House of Representatives District 31](/us/states/sd/districts/house/31.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 5"
|
||||
represents: "us/states/sd/districts/house/5"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 5 (SD State House of Representatives District 5).
|
||||
|
||||
Represents [SD State House of Representatives District 5](/us/states/sd/districts/house/5.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 7"
|
||||
represents: "us/states/sd/districts/house/7"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 7 (SD State House of Representatives District 7).
|
||||
|
||||
Represents [SD State House of Representatives District 7](/us/states/sd/districts/house/7.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 1"
|
||||
represents: "us/states/sd/districts/senate/1"
|
||||
tenure:
|
||||
start: "2021-01-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 1 (SD State Senate District 1).
|
||||
|
||||
Represents [SD State Senate District 1](/us/states/sd/districts/senate/1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 34"
|
||||
represents: "us/states/sd/districts/house/34"
|
||||
tenure:
|
||||
start: "2021-01-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 34 (SD State House of Representatives District 34).
|
||||
|
||||
Represents [SD State House of Representatives District 34](/us/states/sd/districts/house/34.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 18"
|
||||
represents: "us/states/sd/districts/house/18"
|
||||
tenure:
|
||||
start: "2021-01-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 18 (SD State House of Representatives District 18).
|
||||
|
||||
Represents [SD State House of Representatives District 18](/us/states/sd/districts/house/18.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 24"
|
||||
represents: "us/states/sd/districts/house/24"
|
||||
tenure:
|
||||
start: "2021-01-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 24 (SD State House of Representatives District 24).
|
||||
|
||||
Represents [SD State House of Representatives District 24](/us/states/sd/districts/house/24.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 21"
|
||||
represents: "us/states/sd/districts/senate/21"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 21 (SD State Senate District 21).
|
||||
|
||||
Represents [SD State Senate District 21](/us/states/sd/districts/senate/21.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 1"
|
||||
represents: "us/states/sd/districts/house/1"
|
||||
tenure:
|
||||
start: "2025-08-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 1 (SD State House of Representatives District 1).
|
||||
|
||||
Represents [SD State House of Representatives District 1](/us/states/sd/districts/house/1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 32"
|
||||
represents: "us/states/sd/districts/house/32"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 32 (SD State House of Representatives District 32).
|
||||
|
||||
Represents [SD State House of Representatives District 32](/us/states/sd/districts/house/32.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 20"
|
||||
represents: "us/states/sd/districts/senate/20"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 20 (SD State Senate District 20).
|
||||
|
||||
Represents [SD State Senate District 20](/us/states/sd/districts/senate/20.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 27"
|
||||
represents: "us/states/sd/districts/house/27"
|
||||
tenure:
|
||||
start: "2019-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 27 (SD State House of Representatives District 27).
|
||||
|
||||
Represents [SD State House of Representatives District 27](/us/states/sd/districts/house/27.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 33"
|
||||
represents: "us/states/sd/districts/house/33"
|
||||
tenure:
|
||||
start: "2021-01-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 33 (SD State House of Representatives District 33).
|
||||
|
||||
Represents [SD State House of Representatives District 33](/us/states/sd/districts/house/33.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 31"
|
||||
represents: "us/states/sd/districts/senate/31"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 31 (SD State Senate District 31).
|
||||
|
||||
Represents [SD State Senate District 31](/us/states/sd/districts/senate/31.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 26B"
|
||||
represents: "us/states/sd/districts/house/26b"
|
||||
tenure:
|
||||
start: "2018-08-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 26B (SD State House of Representatives District 26B).
|
||||
|
||||
Represents [SD State House of Representatives District 26B](/us/states/sd/districts/house/26b.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 27"
|
||||
represents: "us/states/sd/districts/senate/27"
|
||||
tenure:
|
||||
start: "2019-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 27 (SD State Senate District 27).
|
||||
|
||||
Represents [SD State Senate District 27](/us/states/sd/districts/senate/27.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 7"
|
||||
represents: "us/states/sd/districts/house/7"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 7 (SD State House of Representatives District 7).
|
||||
|
||||
Represents [SD State House of Representatives District 7](/us/states/sd/districts/house/7.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 28"
|
||||
represents: "us/states/sd/districts/senate/28"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 28 (SD State Senate District 28).
|
||||
|
||||
Represents [SD State Senate District 28](/us/states/sd/districts/senate/28.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 23"
|
||||
represents: "us/states/sd/districts/house/23"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 23 (SD State House of Representatives District 23).
|
||||
|
||||
Represents [SD State House of Representatives District 23](/us/states/sd/districts/house/23.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 31"
|
||||
represents: "us/states/sd/districts/house/31"
|
||||
tenure:
|
||||
start: "2021-01-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 31 (SD State House of Representatives District 31).
|
||||
|
||||
Represents [SD State House of Representatives District 31](/us/states/sd/districts/house/31.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 23"
|
||||
represents: "us/states/sd/districts/house/23"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 23 (SD State House of Representatives District 23).
|
||||
|
||||
Represents [SD State House of Representatives District 23](/us/states/sd/districts/house/23.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 4"
|
||||
represents: "us/states/sd/districts/senate/4"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 4 (SD State Senate District 4).
|
||||
|
||||
Represents [SD State Senate District 4](/us/states/sd/districts/senate/4.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 32"
|
||||
represents: "us/states/sd/districts/house/32"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 32 (SD State House of Representatives District 32).
|
||||
|
||||
Represents [SD State House of Representatives District 32](/us/states/sd/districts/house/32.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 2"
|
||||
represents: "us/states/sd/districts/senate/2"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 2 (SD State Senate District 2).
|
||||
|
||||
Represents [SD State Senate District 2](/us/states/sd/districts/senate/2.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 13"
|
||||
represents: "us/states/sd/districts/senate/13"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 13 (SD State Senate District 13).
|
||||
|
||||
Represents [SD State Senate District 13](/us/states/sd/districts/senate/13.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 17"
|
||||
represents: "us/states/sd/districts/senate/17"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 17 (SD State Senate District 17).
|
||||
|
||||
Represents [SD State Senate District 17](/us/states/sd/districts/senate/17.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 34"
|
||||
represents: "us/states/sd/districts/senate/34"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 34 (SD State Senate District 34).
|
||||
|
||||
Represents [SD State Senate District 34](/us/states/sd/districts/senate/34.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 26"
|
||||
represents: "us/states/sd/districts/senate/26"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 26 (SD State Senate District 26).
|
||||
|
||||
Represents [SD State Senate District 26](/us/states/sd/districts/senate/26.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 14"
|
||||
represents: "us/states/sd/districts/house/14"
|
||||
tenure:
|
||||
start: "2021-01-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 14 (SD State House of Representatives District 14).
|
||||
|
||||
Represents [SD State House of Representatives District 14](/us/states/sd/districts/house/14.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 29"
|
||||
represents: "us/states/sd/districts/house/29"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 29 (SD State House of Representatives District 29).
|
||||
|
||||
Represents [SD State House of Representatives District 29](/us/states/sd/districts/house/29.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 9"
|
||||
represents: "us/states/sd/districts/house/9"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 9 (SD State House of Representatives District 9).
|
||||
|
||||
Represents [SD State House of Representatives District 9](/us/states/sd/districts/house/9.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 6"
|
||||
represents: "us/states/sd/districts/house/6"
|
||||
tenure:
|
||||
start: "2025-02-18"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 6 (SD State House of Representatives District 6).
|
||||
|
||||
Represents [SD State House of Representatives District 6](/us/states/sd/districts/house/6.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 30"
|
||||
represents: "us/states/sd/districts/house/30"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 30 (SD State House of Representatives District 30).
|
||||
|
||||
Represents [SD State House of Representatives District 30](/us/states/sd/districts/house/30.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 7"
|
||||
represents: "us/states/sd/districts/senate/7"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 7 (SD State Senate District 7).
|
||||
|
||||
Represents [SD State Senate District 7](/us/states/sd/districts/senate/7.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 8"
|
||||
represents: "us/states/sd/districts/house/8"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 8 (SD State House of Representatives District 8).
|
||||
|
||||
Represents [SD State House of Representatives District 8](/us/states/sd/districts/house/8.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 8"
|
||||
represents: "us/states/sd/districts/house/8"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 8 (SD State House of Representatives District 8).
|
||||
|
||||
Represents [SD State House of Representatives District 8](/us/states/sd/districts/house/8.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 35"
|
||||
represents: "us/states/sd/districts/house/35"
|
||||
tenure:
|
||||
start: "2019-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 35 (SD State House of Representatives District 35).
|
||||
|
||||
Represents [SD State House of Representatives District 35](/us/states/sd/districts/house/35.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State Senate District 25"
|
||||
represents: "us/states/sd/districts/senate/25"
|
||||
tenure:
|
||||
start: "2023-01-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD Senate District 25 (SD State Senate District 25).
|
||||
|
||||
Represents [SD State Senate District 25](/us/states/sd/districts/senate/25.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "SD"
|
||||
district: "SD State House of Representatives District 14"
|
||||
represents: "us/states/sd/districts/house/14"
|
||||
tenure:
|
||||
start: "2025-01-14"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current SD House District 14 (SD State House of Representatives District 14).
|
||||
|
||||
Represents [SD State House of Representatives District 14](/us/states/sd/districts/house/14.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