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: "TN"
|
||||
district: "TN State Senate District 1"
|
||||
represents: "us/states/tn/districts/senate/1"
|
||||
tenure:
|
||||
start: "2022-11-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 1 (TN State Senate District 1).
|
||||
|
||||
Represents [TN State Senate District 1](/us/states/tn/districts/senate/1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 51"
|
||||
represents: "us/states/tn/districts/house/51"
|
||||
tenure:
|
||||
start: "2023-10-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 51 (TN State House of Representatives District 51).
|
||||
|
||||
Represents [TN State House of Representatives District 51](/us/states/tn/districts/house/51.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 17"
|
||||
represents: "us/states/tn/districts/house/17"
|
||||
tenure:
|
||||
start: "2013-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 17 (TN State House of Representatives District 17).
|
||||
|
||||
Represents [TN State House of Representatives District 17](/us/states/tn/districts/house/17.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 98"
|
||||
represents: "us/states/tn/districts/house/98"
|
||||
tenure:
|
||||
start: "2011-03-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 98 (TN State House of Representatives District 98).
|
||||
|
||||
Represents [TN State House of Representatives District 98](/us/states/tn/districts/house/98.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 68"
|
||||
represents: "us/states/tn/districts/house/68"
|
||||
tenure:
|
||||
start: "2024-11-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 68 (TN State House of Representatives District 68).
|
||||
|
||||
Represents [TN State House of Representatives District 68](/us/states/tn/districts/house/68.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 7"
|
||||
represents: "us/states/tn/districts/house/7"
|
||||
tenure:
|
||||
start: "2020-11-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 7 (TN State House of Representatives District 7).
|
||||
|
||||
Represents [TN State House of Representatives District 7](/us/states/tn/districts/house/7.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 6"
|
||||
represents: "us/states/tn/districts/senate/6"
|
||||
tenure:
|
||||
start: "2011-11-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 6 (TN State Senate District 6).
|
||||
|
||||
Represents [TN State Senate District 6](/us/states/tn/districts/senate/6.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 22"
|
||||
represents: "us/states/tn/districts/senate/22"
|
||||
tenure:
|
||||
start: "2019-04-25"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 22 (TN State Senate District 22).
|
||||
|
||||
Represents [TN State Senate District 22](/us/states/tn/districts/senate/22.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 50"
|
||||
represents: "us/states/tn/districts/house/50"
|
||||
tenure:
|
||||
start: "2012-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 50 (TN State House of Representatives District 50).
|
||||
|
||||
Represents [TN State House of Representatives District 50](/us/states/tn/districts/house/50.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 11"
|
||||
represents: "us/states/tn/districts/senate/11"
|
||||
tenure:
|
||||
start: "2007-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 11 (TN State Senate District 11).
|
||||
|
||||
Represents [TN State Senate District 11](/us/states/tn/districts/senate/11.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 56"
|
||||
represents: "us/states/tn/districts/house/56"
|
||||
tenure:
|
||||
start: "2018-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 56 (TN State House of Representatives District 56).
|
||||
|
||||
Represents [TN State House of Representatives District 56](/us/states/tn/districts/house/56.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 4"
|
||||
represents: "us/states/tn/districts/senate/4"
|
||||
tenure:
|
||||
start: "2024-11-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 4 (TN State Senate District 4).
|
||||
|
||||
Represents [TN State Senate District 4](/us/states/tn/districts/senate/4.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 31"
|
||||
represents: "us/states/tn/districts/senate/31"
|
||||
tenure:
|
||||
start: "2022-11-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 31 (TN State Senate District 31).
|
||||
|
||||
Represents [TN State Senate District 31](/us/states/tn/districts/senate/31.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 79"
|
||||
represents: "us/states/tn/districts/house/79"
|
||||
tenure:
|
||||
start: "2022-11-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 79 (TN State House of Representatives District 79).
|
||||
|
||||
Represents [TN State House of Representatives District 79](/us/states/tn/districts/house/79.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 48"
|
||||
represents: "us/states/tn/districts/house/48"
|
||||
tenure:
|
||||
start: "2014-11-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 48 (TN State House of Representatives District 48).
|
||||
|
||||
Represents [TN State House of Representatives District 48](/us/states/tn/districts/house/48.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 2"
|
||||
represents: "us/states/tn/districts/house/2"
|
||||
tenure:
|
||||
start: "2014-11-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 2 (TN State House of Representatives District 2).
|
||||
|
||||
Represents [TN State House of Representatives District 2](/us/states/tn/districts/house/2.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 59"
|
||||
represents: "us/states/tn/districts/house/59"
|
||||
tenure:
|
||||
start: "2022-11-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 59 (TN State House of Representatives District 59).
|
||||
|
||||
Represents [TN State House of Representatives District 59](/us/states/tn/districts/house/59.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 25"
|
||||
represents: "us/states/tn/districts/house/25"
|
||||
tenure:
|
||||
start: "2011-01-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 25 (TN State House of Representatives District 25).
|
||||
|
||||
Represents [TN State House of Representatives District 25](/us/states/tn/districts/house/25.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 19"
|
||||
represents: "us/states/tn/districts/senate/19"
|
||||
tenure:
|
||||
start: "2022-11-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 19 (TN State Senate District 19).
|
||||
|
||||
Represents [TN State Senate District 19](/us/states/tn/districts/senate/19.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 37"
|
||||
represents: "us/states/tn/districts/house/37"
|
||||
tenure:
|
||||
start: "2018-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 37 (TN State House of Representatives District 37).
|
||||
|
||||
Represents [TN State House of Representatives District 37](/us/states/tn/districts/house/37.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 82"
|
||||
represents: "us/states/tn/districts/house/82"
|
||||
tenure:
|
||||
start: "2018-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 82 (TN State House of Representatives District 82).
|
||||
|
||||
Represents [TN State House of Representatives District 82](/us/states/tn/districts/house/82.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 73"
|
||||
represents: "us/states/tn/districts/house/73"
|
||||
tenure:
|
||||
start: "2018-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 73 (TN State House of Representatives District 73).
|
||||
|
||||
Represents [TN State House of Representatives District 73](/us/states/tn/districts/house/73.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 46"
|
||||
represents: "us/states/tn/districts/house/46"
|
||||
tenure:
|
||||
start: "2018-01-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 46 (TN State House of Representatives District 46).
|
||||
|
||||
Represents [TN State House of Representatives District 46](/us/states/tn/districts/house/46.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 70"
|
||||
represents: "us/states/tn/districts/house/70"
|
||||
tenure:
|
||||
start: "2018-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 70 (TN State House of Representatives District 70).
|
||||
|
||||
Represents [TN State House of Representatives District 70](/us/states/tn/districts/house/70.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 22"
|
||||
represents: "us/states/tn/districts/house/22"
|
||||
tenure:
|
||||
start: "2014-08-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 22 (TN State House of Representatives District 22).
|
||||
|
||||
Represents [TN State House of Representatives District 22](/us/states/tn/districts/house/22.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 19"
|
||||
represents: "us/states/tn/districts/house/19"
|
||||
tenure:
|
||||
start: "2018-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 19 (TN State House of Representatives District 19).
|
||||
|
||||
Represents [TN State House of Representatives District 19](/us/states/tn/districts/house/19.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 5"
|
||||
represents: "us/states/tn/districts/house/5"
|
||||
tenure:
|
||||
start: "2002-11-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 5 (TN State House of Representatives District 5).
|
||||
|
||||
Represents [TN State House of Representatives District 5](/us/states/tn/districts/house/5.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 13"
|
||||
represents: "us/states/tn/districts/senate/13"
|
||||
tenure:
|
||||
start: "2018-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 13 (TN State Senate District 13).
|
||||
|
||||
Represents [TN State Senate District 13](/us/states/tn/districts/senate/13.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 81"
|
||||
represents: "us/states/tn/districts/house/81"
|
||||
tenure:
|
||||
start: "2013-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 81 (TN State House of Representatives District 81).
|
||||
|
||||
Represents [TN State House of Representatives District 81](/us/states/tn/districts/house/81.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 36"
|
||||
represents: "us/states/tn/districts/house/36"
|
||||
tenure:
|
||||
start: "2010-11-02"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 36 (TN State House of Representatives District 36).
|
||||
|
||||
Represents [TN State House of Representatives District 36](/us/states/tn/districts/house/36.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 66"
|
||||
represents: "us/states/tn/districts/house/66"
|
||||
tenure:
|
||||
start: "2014-11-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 66 (TN State House of Representatives District 66).
|
||||
|
||||
Represents [TN State House of Representatives District 66](/us/states/tn/districts/house/66.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 41"
|
||||
represents: "us/states/tn/districts/house/41"
|
||||
tenure:
|
||||
start: "2022-11-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 41 (TN State House of Representatives District 41).
|
||||
|
||||
Represents [TN State House of Representatives District 41](/us/states/tn/districts/house/41.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 25"
|
||||
represents: "us/states/tn/districts/senate/25"
|
||||
tenure:
|
||||
start: "2022-11-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 25 (TN State Senate District 25).
|
||||
|
||||
Represents [TN State Senate District 25](/us/states/tn/districts/senate/25.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 18"
|
||||
represents: "us/states/tn/districts/house/18"
|
||||
tenure:
|
||||
start: "2022-11-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 18 (TN State House of Representatives District 18).
|
||||
|
||||
Represents [TN State House of Representatives District 18](/us/states/tn/districts/house/18.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 30"
|
||||
represents: "us/states/tn/districts/house/30"
|
||||
tenure:
|
||||
start: "2018-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 30 (TN State House of Representatives District 30).
|
||||
|
||||
Represents [TN State House of Representatives District 30](/us/states/tn/districts/house/30.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 18"
|
||||
represents: "us/states/tn/districts/senate/18"
|
||||
tenure:
|
||||
start: "2013-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 18 (TN State Senate District 18).
|
||||
|
||||
Represents [TN State Senate District 18](/us/states/tn/districts/senate/18.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 12"
|
||||
represents: "us/states/tn/districts/house/12"
|
||||
tenure:
|
||||
start: "2024-11-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 12 (TN State House of Representatives District 12).
|
||||
|
||||
Represents [TN State House of Representatives District 12](/us/states/tn/districts/house/12.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 96"
|
||||
represents: "us/states/tn/districts/house/96"
|
||||
tenure:
|
||||
start: "2024-11-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 96 (TN State House of Representatives District 96).
|
||||
|
||||
Represents [TN State House of Representatives District 96](/us/states/tn/districts/house/96.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 9"
|
||||
represents: "us/states/tn/districts/house/9"
|
||||
tenure:
|
||||
start: "2016-01-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 9 (TN State House of Representatives District 9).
|
||||
|
||||
Represents [TN State House of Representatives District 9](/us/states/tn/districts/house/9.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 61"
|
||||
represents: "us/states/tn/districts/house/61"
|
||||
tenure:
|
||||
start: "2022-11-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 61 (TN State House of Representatives District 61).
|
||||
|
||||
Represents [TN State House of Representatives District 61](/us/states/tn/districts/house/61.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 90"
|
||||
represents: "us/states/tn/districts/house/90"
|
||||
tenure:
|
||||
start: "2022-11-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 90 (TN State House of Representatives District 90).
|
||||
|
||||
Represents [TN State House of Representatives District 90](/us/states/tn/districts/house/90.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 26"
|
||||
represents: "us/states/tn/districts/house/26"
|
||||
tenure:
|
||||
start: "2022-04-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 26 (TN State House of Representatives District 26).
|
||||
|
||||
Represents [TN State House of Representatives District 26](/us/states/tn/districts/house/26.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 29"
|
||||
represents: "us/states/tn/districts/house/29"
|
||||
tenure:
|
||||
start: "2021-09-15"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 29 (TN State House of Representatives District 29).
|
||||
|
||||
Represents [TN State House of Representatives District 29](/us/states/tn/districts/house/29.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 58"
|
||||
represents: "us/states/tn/districts/house/58"
|
||||
tenure:
|
||||
start: "2013-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 58 (TN State House of Representatives District 58).
|
||||
|
||||
Represents [TN State House of Representatives District 58](/us/states/tn/districts/house/58.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 20"
|
||||
represents: "us/states/tn/districts/senate/20"
|
||||
tenure:
|
||||
start: "2020-11-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 20 (TN State Senate District 20).
|
||||
|
||||
Represents [TN State Senate District 20](/us/states/tn/districts/senate/20.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 39"
|
||||
represents: "us/states/tn/districts/house/39"
|
||||
tenure:
|
||||
start: "2018-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 39 (TN State House of Representatives District 39).
|
||||
|
||||
Represents [TN State House of Representatives District 39](/us/states/tn/districts/house/39.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 27"
|
||||
represents: "us/states/tn/districts/senate/27"
|
||||
tenure:
|
||||
start: "2022-11-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 27 (TN State Senate District 27).
|
||||
|
||||
Represents [TN State Senate District 27](/us/states/tn/districts/senate/27.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 63"
|
||||
represents: "us/states/tn/districts/house/63"
|
||||
tenure:
|
||||
start: "2022-11-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 63 (TN State House of Representatives District 63).
|
||||
|
||||
Represents [TN State House of Representatives District 63](/us/states/tn/districts/house/63.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 16"
|
||||
represents: "us/states/tn/districts/senate/16"
|
||||
tenure:
|
||||
start: "2013-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 16 (TN State Senate District 16).
|
||||
|
||||
Represents [TN State Senate District 16](/us/states/tn/districts/senate/16.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 53"
|
||||
represents: "us/states/tn/districts/house/53"
|
||||
tenure:
|
||||
start: "2012-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 53 (TN State House of Representatives District 53).
|
||||
|
||||
Represents [TN State House of Representatives District 53](/us/states/tn/districts/house/53.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 14"
|
||||
represents: "us/states/tn/districts/house/14"
|
||||
tenure:
|
||||
start: "2015-08-24"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 14 (TN State House of Representatives District 14).
|
||||
|
||||
Represents [TN State House of Representatives District 14](/us/states/tn/districts/house/14.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 74"
|
||||
represents: "us/states/tn/districts/house/74"
|
||||
tenure:
|
||||
start: "2014-11-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 74 (TN State House of Representatives District 74).
|
||||
|
||||
Represents [TN State House of Representatives District 74](/us/states/tn/districts/house/74.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 21"
|
||||
represents: "us/states/tn/districts/senate/21"
|
||||
tenure:
|
||||
start: "2014-11-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 21 (TN State Senate District 21).
|
||||
|
||||
Represents [TN State Senate District 21](/us/states/tn/districts/senate/21.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 11"
|
||||
represents: "us/states/tn/districts/house/11"
|
||||
tenure:
|
||||
start: "2010-11-02"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 11 (TN State House of Representatives District 11).
|
||||
|
||||
Represents [TN State House of Representatives District 11](/us/states/tn/districts/house/11.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 8"
|
||||
represents: "us/states/tn/districts/house/8"
|
||||
tenure:
|
||||
start: "2017-12-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 8 (TN State House of Representatives District 8).
|
||||
|
||||
Represents [TN State House of Representatives District 8](/us/states/tn/districts/house/8.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 85"
|
||||
represents: "us/states/tn/districts/house/85"
|
||||
tenure:
|
||||
start: "2018-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 85 (TN State House of Representatives District 85).
|
||||
|
||||
Represents [TN State House of Representatives District 85](/us/states/tn/districts/house/85.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 8"
|
||||
represents: "us/states/tn/districts/senate/8"
|
||||
tenure:
|
||||
start: "2024-11-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 8 (TN State Senate District 8).
|
||||
|
||||
Represents [TN State Senate District 8](/us/states/tn/districts/senate/8.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 69"
|
||||
represents: "us/states/tn/districts/house/69"
|
||||
tenure:
|
||||
start: "2022-11-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 69 (TN State House of Representatives District 69).
|
||||
|
||||
Represents [TN State House of Representatives District 69](/us/states/tn/districts/house/69.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 84"
|
||||
represents: "us/states/tn/districts/house/84"
|
||||
tenure:
|
||||
start: "1994-11-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 84 (TN State House of Representatives District 84).
|
||||
|
||||
Represents [TN State House of Representatives District 84](/us/states/tn/districts/house/84.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 28"
|
||||
represents: "us/states/tn/districts/senate/28"
|
||||
tenure:
|
||||
start: "2013-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 28 (TN State Senate District 28).
|
||||
|
||||
Represents [TN State Senate District 28](/us/states/tn/districts/senate/28.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 55"
|
||||
represents: "us/states/tn/districts/house/55"
|
||||
tenure:
|
||||
start: "2014-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 55 (TN State House of Representatives District 55).
|
||||
|
||||
Represents [TN State House of Representatives District 55](/us/states/tn/districts/house/55.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 1"
|
||||
represents: "us/states/tn/districts/house/1"
|
||||
tenure:
|
||||
start: "2016-11-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 1 (TN State House of Representatives District 1).
|
||||
|
||||
Represents [TN State House of Representatives District 1](/us/states/tn/districts/house/1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 97"
|
||||
represents: "us/states/tn/districts/house/97"
|
||||
tenure:
|
||||
start: "2020-11-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 97 (TN State House of Representatives District 97).
|
||||
|
||||
Represents [TN State House of Representatives District 97](/us/states/tn/districts/house/97.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 24"
|
||||
represents: "us/states/tn/districts/senate/24"
|
||||
tenure:
|
||||
start: "2012-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 24 (TN State Senate District 24).
|
||||
|
||||
Represents [TN State Senate District 24](/us/states/tn/districts/senate/24.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 45"
|
||||
represents: "us/states/tn/districts/house/45"
|
||||
tenure:
|
||||
start: "2018-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 45 (TN State House of Representatives District 45).
|
||||
|
||||
Represents [TN State House of Representatives District 45](/us/states/tn/districts/house/45.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 80"
|
||||
represents: "us/states/tn/districts/house/80"
|
||||
tenure:
|
||||
start: "2000-11-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 80 (TN State House of Representatives District 80).
|
||||
|
||||
Represents [TN State House of Representatives District 80](/us/states/tn/districts/house/80.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 52"
|
||||
represents: "us/states/tn/districts/house/52"
|
||||
tenure:
|
||||
start: "2023-04-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 52 (TN State House of Representatives District 52).
|
||||
|
||||
Represents [TN State House of Representatives District 52](/us/states/tn/districts/house/52.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 89"
|
||||
represents: "us/states/tn/districts/house/89"
|
||||
tenure:
|
||||
start: "2018-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 89 (TN State House of Representatives District 89).
|
||||
|
||||
Represents [TN State House of Representatives District 89](/us/states/tn/districts/house/89.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 86"
|
||||
represents: "us/states/tn/districts/house/86"
|
||||
tenure:
|
||||
start: "2023-04-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 86 (TN State House of Representatives District 86).
|
||||
|
||||
Represents [TN State House of Representatives District 86](/us/states/tn/districts/house/86.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 87"
|
||||
represents: "us/states/tn/districts/house/87"
|
||||
tenure:
|
||||
start: "2008-03-31"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 87 (TN State House of Representatives District 87).
|
||||
|
||||
Represents [TN State House of Representatives District 87](/us/states/tn/districts/house/87.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 38"
|
||||
represents: "us/states/tn/districts/house/38"
|
||||
tenure:
|
||||
start: "2010-11-02"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 38 (TN State House of Representatives District 38).
|
||||
|
||||
Represents [TN State House of Representatives District 38](/us/states/tn/districts/house/38.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 12"
|
||||
represents: "us/states/tn/districts/senate/12"
|
||||
tenure:
|
||||
start: "2009-01-15"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 12 (TN State Senate District 12).
|
||||
|
||||
Represents [TN State Senate District 12](/us/states/tn/districts/senate/12.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 23"
|
||||
represents: "us/states/tn/districts/senate/23"
|
||||
tenure:
|
||||
start: "2022-11-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 23 (TN State Senate District 23).
|
||||
|
||||
Represents [TN State Senate District 23](/us/states/tn/districts/senate/23.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 24"
|
||||
represents: "us/states/tn/districts/house/24"
|
||||
tenure:
|
||||
start: "2022-11-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 24 (TN State House of Representatives District 24).
|
||||
|
||||
Represents [TN State House of Representatives District 24](/us/states/tn/districts/house/24.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 95"
|
||||
represents: "us/states/tn/districts/house/95"
|
||||
tenure:
|
||||
start: "2017-06-15"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 95 (TN State House of Representatives District 95).
|
||||
|
||||
Represents [TN State House of Representatives District 95](/us/states/tn/districts/house/95.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 71"
|
||||
represents: "us/states/tn/districts/house/71"
|
||||
tenure:
|
||||
start: "2022-11-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 71 (TN State House of Representatives District 71).
|
||||
|
||||
Represents [TN State House of Representatives District 71](/us/states/tn/districts/house/71.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 72"
|
||||
represents: "us/states/tn/districts/house/72"
|
||||
tenure:
|
||||
start: "2018-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 72 (TN State House of Representatives District 72).
|
||||
|
||||
Represents [TN State House of Representatives District 72](/us/states/tn/districts/house/72.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 88"
|
||||
represents: "us/states/tn/districts/house/88"
|
||||
tenure:
|
||||
start: "1994-11-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 88 (TN State House of Representatives District 88).
|
||||
|
||||
Represents [TN State House of Representatives District 88](/us/states/tn/districts/house/88.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 65"
|
||||
represents: "us/states/tn/districts/house/65"
|
||||
tenure:
|
||||
start: "2024-11-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 65 (TN State House of Representatives District 65).
|
||||
|
||||
Represents [TN State House of Representatives District 65](/us/states/tn/districts/house/65.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 33"
|
||||
represents: "us/states/tn/districts/senate/33"
|
||||
tenure:
|
||||
start: "2022-03-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 33 (TN State Senate District 33).
|
||||
|
||||
Represents [TN State Senate District 33](/us/states/tn/districts/senate/33.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 21"
|
||||
represents: "us/states/tn/districts/house/21"
|
||||
tenure:
|
||||
start: "2018-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 21 (TN State House of Representatives District 21).
|
||||
|
||||
Represents [TN State House of Representatives District 21](/us/states/tn/districts/house/21.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 23"
|
||||
represents: "us/states/tn/districts/house/23"
|
||||
tenure:
|
||||
start: "2018-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 23 (TN State House of Representatives District 23).
|
||||
|
||||
Represents [TN State House of Representatives District 23](/us/states/tn/districts/house/23.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 17"
|
||||
represents: "us/states/tn/districts/senate/17"
|
||||
tenure:
|
||||
start: "2017-12-20"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 17 (TN State Senate District 17).
|
||||
|
||||
Represents [TN State Senate District 17](/us/states/tn/districts/senate/17.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 83"
|
||||
represents: "us/states/tn/districts/house/83"
|
||||
tenure:
|
||||
start: "2010-01-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 83 (TN State House of Representatives District 83).
|
||||
|
||||
Represents [TN State House of Representatives District 83](/us/states/tn/districts/house/83.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 78"
|
||||
represents: "us/states/tn/districts/house/78"
|
||||
tenure:
|
||||
start: "2013-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 78 (TN State House of Representatives District 78).
|
||||
|
||||
Represents [TN State House of Representatives District 78](/us/states/tn/districts/house/78.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 40"
|
||||
represents: "us/states/tn/districts/house/40"
|
||||
tenure:
|
||||
start: "2022-11-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 40 (TN State House of Representatives District 40).
|
||||
|
||||
Represents [TN State House of Representatives District 40](/us/states/tn/districts/house/40.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 75"
|
||||
represents: "us/states/tn/districts/house/75"
|
||||
tenure:
|
||||
start: "2026-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 75 (TN State House of Representatives District 75).
|
||||
|
||||
Represents [TN State House of Representatives District 75](/us/states/tn/districts/house/75.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 16"
|
||||
represents: "us/states/tn/districts/house/16"
|
||||
tenure:
|
||||
start: "2020-11-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 16 (TN State House of Representatives District 16).
|
||||
|
||||
Represents [TN State House of Representatives District 16](/us/states/tn/districts/house/16.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 27"
|
||||
represents: "us/states/tn/districts/house/27"
|
||||
tenure:
|
||||
start: "2024-11-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 27 (TN State House of Representatives District 27).
|
||||
|
||||
Represents [TN State House of Representatives District 27](/us/states/tn/districts/house/27.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 49"
|
||||
represents: "us/states/tn/districts/house/49"
|
||||
tenure:
|
||||
start: "2010-11-02"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 49 (TN State House of Representatives District 49).
|
||||
|
||||
Represents [TN State House of Representatives District 49](/us/states/tn/districts/house/49.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 32"
|
||||
represents: "us/states/tn/districts/house/32"
|
||||
tenure:
|
||||
start: "2022-11-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 32 (TN State House of Representatives District 32).
|
||||
|
||||
Represents [TN State House of Representatives District 32](/us/states/tn/districts/house/32.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 26"
|
||||
represents: "us/states/tn/districts/senate/26"
|
||||
tenure:
|
||||
start: "2020-11-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 26 (TN State Senate District 26).
|
||||
|
||||
Represents [TN State Senate District 26](/us/states/tn/districts/senate/26.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 62"
|
||||
represents: "us/states/tn/districts/house/62"
|
||||
tenure:
|
||||
start: "2009-10-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 62 (TN State House of Representatives District 62).
|
||||
|
||||
Represents [TN State House of Representatives District 62](/us/states/tn/districts/house/62.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 15"
|
||||
represents: "us/states/tn/districts/senate/15"
|
||||
tenure:
|
||||
start: "2014-11-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 15 (TN State Senate District 15).
|
||||
|
||||
Represents [TN State Senate District 15](/us/states/tn/districts/senate/15.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 32"
|
||||
represents: "us/states/tn/districts/senate/32"
|
||||
tenure:
|
||||
start: "2019-03-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 32 (TN State Senate District 32).
|
||||
|
||||
Represents [TN State Senate District 32](/us/states/tn/districts/senate/32.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 43"
|
||||
represents: "us/states/tn/districts/house/43"
|
||||
tenure:
|
||||
start: "2016-11-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 43 (TN State House of Representatives District 43).
|
||||
|
||||
Represents [TN State House of Representatives District 43](/us/states/tn/districts/house/43.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 5"
|
||||
represents: "us/states/tn/districts/senate/5"
|
||||
tenure:
|
||||
start: "1987-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 5 (TN State Senate District 5).
|
||||
|
||||
Represents [TN State Senate District 5](/us/states/tn/districts/senate/5.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 29"
|
||||
represents: "us/states/tn/districts/senate/29"
|
||||
tenure:
|
||||
start: "2018-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 29 (TN State Senate District 29).
|
||||
|
||||
Represents [TN State Senate District 29](/us/states/tn/districts/senate/29.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State House of Representatives District 4"
|
||||
represents: "us/states/tn/districts/house/4"
|
||||
tenure:
|
||||
start: "2024-11-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN House District 4 (TN State House of Representatives District 4).
|
||||
|
||||
Represents [TN State House of Representatives District 4](/us/states/tn/districts/house/4.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "TN"
|
||||
district: "TN State Senate District 7"
|
||||
represents: "us/states/tn/districts/senate/7"
|
||||
tenure:
|
||||
start: "2014-11-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current TN Senate District 7 (TN State Senate District 7).
|
||||
|
||||
Represents [TN State Senate District 7](/us/states/tn/districts/senate/7.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