Graph: national county↔district↔legislator authority layer

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

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

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

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

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

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Fabio
2026-07-04 22:28:08 -04:00
parent 6c9990a115
commit 1beeaab2db
18213 changed files with 280514 additions and 3515 deletions
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 63"
represents: "us/states/oh/districts/house/63"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 63 (OH State House of Representatives District 63).
Represents [OH State House of Representatives District 63](/us/states/oh/districts/house/63.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 97"
represents: "us/states/oh/districts/house/97"
tenure:
start: "2019-02-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 97 (OH State House of Representatives District 97).
Represents [OH State House of Representatives District 97](/us/states/oh/districts/house/97.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 56"
represents: "us/states/oh/districts/house/56"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 56 (OH State House of Representatives District 56).
Represents [OH State House of Representatives District 56](/us/states/oh/districts/house/56.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State Senate District 33"
represents: "us/states/oh/districts/senate/33"
tenure:
start: "2024-06-26"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH Senate District 33 (OH State Senate District 33).
Represents [OH State Senate District 33](/us/states/oh/districts/senate/33.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State Senate District 31"
represents: "us/states/oh/districts/senate/31"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH Senate District 31 (OH State Senate District 31).
Represents [OH State Senate District 31](/us/states/oh/districts/senate/31.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 7"
represents: "us/states/oh/districts/house/7"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 7 (OH State House of Representatives District 7).
Represents [OH State House of Representatives District 7](/us/states/oh/districts/house/7.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 36"
represents: "us/states/oh/districts/house/36"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 36 (OH State House of Representatives District 36).
Represents [OH State House of Representatives District 36](/us/states/oh/districts/house/36.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State Senate District 19"
represents: "us/states/oh/districts/senate/19"
tenure:
start: "2019-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH Senate District 19 (OH State Senate District 19).
Represents [OH State Senate District 19](/us/states/oh/districts/senate/19.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 84"
represents: "us/states/oh/districts/house/84"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 84 (OH State House of Representatives District 84).
Represents [OH State House of Representatives District 84](/us/states/oh/districts/house/84.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 8"
represents: "us/states/oh/districts/house/8"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 8 (OH State House of Representatives District 8).
Represents [OH State House of Representatives District 8](/us/states/oh/districts/house/8.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 26"
represents: "us/states/oh/districts/house/26"
tenure:
start: "2025-10-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 26 (OH State House of Representatives District 26).
Represents [OH State House of Representatives District 26](/us/states/oh/districts/house/26.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 74"
represents: "us/states/oh/districts/house/74"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 74 (OH State House of Representatives District 74).
Represents [OH State House of Representatives District 74](/us/states/oh/districts/house/74.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 4"
represents: "us/states/oh/districts/house/4"
tenure:
start: "2024-01-10"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 4 (OH State House of Representatives District 4).
Represents [OH State House of Representatives District 4](/us/states/oh/districts/house/4.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 61"
represents: "us/states/oh/districts/house/61"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 61 (OH State House of Representatives District 61).
Represents [OH State House of Representatives District 61](/us/states/oh/districts/house/61.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State Senate District 16"
represents: "us/states/oh/districts/senate/16"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH Senate District 16 (OH State Senate District 16).
Represents [OH State Senate District 16](/us/states/oh/districts/senate/16.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State Senate District 8"
represents: "us/states/oh/districts/senate/8"
tenure:
start: "2019-10-10"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH Senate District 8 (OH State Senate District 8).
Represents [OH State Senate District 8](/us/states/oh/districts/senate/8.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State Senate District 25"
represents: "us/states/oh/districts/senate/25"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH Senate District 25 (OH State Senate District 25).
Represents [OH State Senate District 25](/us/states/oh/districts/senate/25.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State Senate District 26"
represents: "us/states/oh/districts/senate/26"
tenure:
start: "2021-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH Senate District 26 (OH State Senate District 26).
Represents [OH State Senate District 26](/us/states/oh/districts/senate/26.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 31"
represents: "us/states/oh/districts/house/31"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 31 (OH State House of Representatives District 31).
Represents [OH State House of Representatives District 31](/us/states/oh/districts/house/31.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 91"
represents: "us/states/oh/districts/house/91"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 91 (OH State House of Representatives District 91).
Represents [OH State House of Representatives District 91](/us/states/oh/districts/house/91.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State Senate District 30"
represents: "us/states/oh/districts/senate/30"
tenure:
start: "2023-12-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH Senate District 30 (OH State Senate District 30).
Represents [OH State Senate District 30](/us/states/oh/districts/senate/30.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 70"
represents: "us/states/oh/districts/house/70"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 70 (OH State House of Representatives District 70).
Represents [OH State House of Representatives District 70](/us/states/oh/districts/house/70.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 60"
represents: "us/states/oh/districts/house/60"
tenure:
start: "2023-05-10"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 60 (OH State House of Representatives District 60).
Represents [OH State House of Representatives District 60](/us/states/oh/districts/house/60.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 12"
represents: "us/states/oh/districts/house/12"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 12 (OH State House of Representatives District 12).
Represents [OH State House of Representatives District 12](/us/states/oh/districts/house/12.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 16"
represents: "us/states/oh/districts/house/16"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 16 (OH State House of Representatives District 16).
Represents [OH State House of Representatives District 16](/us/states/oh/districts/house/16.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State Senate District 28"
represents: "us/states/oh/districts/senate/28"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH Senate District 28 (OH State Senate District 28).
Represents [OH State Senate District 28](/us/states/oh/districts/senate/28.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State Senate District 9"
represents: "us/states/oh/districts/senate/9"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH Senate District 9 (OH State Senate District 9).
Represents [OH State Senate District 9](/us/states/oh/districts/senate/9.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 25"
represents: "us/states/oh/districts/house/25"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 25 (OH State House of Representatives District 25).
Represents [OH State House of Representatives District 25](/us/states/oh/districts/house/25.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 15"
represents: "us/states/oh/districts/house/15"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 15 (OH State House of Representatives District 15).
Represents [OH State House of Representatives District 15](/us/states/oh/districts/house/15.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 6"
represents: "us/states/oh/districts/house/6"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 6 (OH State House of Representatives District 6).
Represents [OH State House of Representatives District 6](/us/states/oh/districts/house/6.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 29"
represents: "us/states/oh/districts/house/29"
tenure:
start: "2019-10-10"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 29 (OH State House of Representatives District 29).
Represents [OH State House of Representatives District 29](/us/states/oh/districts/house/29.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 11"
represents: "us/states/oh/districts/house/11"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 11 (OH State House of Representatives District 11).
Represents [OH State House of Representatives District 11](/us/states/oh/districts/house/11.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 89"
represents: "us/states/oh/districts/house/89"
tenure:
start: "2019-08-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 89 (OH State House of Representatives District 89).
Represents [OH State House of Representatives District 89](/us/states/oh/districts/house/89.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 23"
represents: "us/states/oh/districts/house/23"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 23 (OH State House of Representatives District 23).
Represents [OH State House of Representatives District 23](/us/states/oh/districts/house/23.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 24"
represents: "us/states/oh/districts/house/24"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 24 (OH State House of Representatives District 24).
Represents [OH State House of Representatives District 24](/us/states/oh/districts/house/24.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 22"
represents: "us/states/oh/districts/house/22"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 22 (OH State House of Representatives District 22).
Represents [OH State House of Representatives District 22](/us/states/oh/districts/house/22.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 65"
represents: "us/states/oh/districts/house/65"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 65 (OH State House of Representatives District 65).
Represents [OH State House of Representatives District 65](/us/states/oh/districts/house/65.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 34"
represents: "us/states/oh/districts/house/34"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 34 (OH State House of Representatives District 34).
Represents [OH State House of Representatives District 34](/us/states/oh/districts/house/34.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 38"
represents: "us/states/oh/districts/house/38"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 38 (OH State House of Representatives District 38).
Represents [OH State House of Representatives District 38](/us/states/oh/districts/house/38.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 47"
represents: "us/states/oh/districts/house/47"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 47 (OH State House of Representatives District 47).
Represents [OH State House of Representatives District 47](/us/states/oh/districts/house/47.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 1"
represents: "us/states/oh/districts/house/1"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 1 (OH State House of Representatives District 1).
Represents [OH State House of Representatives District 1](/us/states/oh/districts/house/1.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 42"
represents: "us/states/oh/districts/house/42"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 42 (OH State House of Representatives District 42).
Represents [OH State House of Representatives District 42](/us/states/oh/districts/house/42.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 21"
represents: "us/states/oh/districts/house/21"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 21 (OH State House of Representatives District 21).
Represents [OH State House of Representatives District 21](/us/states/oh/districts/house/21.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 41"
represents: "us/states/oh/districts/house/41"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 41 (OH State House of Representatives District 41).
Represents [OH State House of Representatives District 41](/us/states/oh/districts/house/41.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 88"
represents: "us/states/oh/districts/house/88"
tenure:
start: "2021-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 88 (OH State House of Representatives District 88).
Represents [OH State House of Representatives District 88](/us/states/oh/districts/house/88.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 52"
represents: "us/states/oh/districts/house/52"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 52 (OH State House of Representatives District 52).
Represents [OH State House of Representatives District 52](/us/states/oh/districts/house/52.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State Senate District 4"
represents: "us/states/oh/districts/senate/4"
tenure:
start: "2021-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH Senate District 4 (OH State Senate District 4).
Represents [OH State Senate District 4](/us/states/oh/districts/senate/4.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 75"
represents: "us/states/oh/districts/house/75"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 75 (OH State House of Representatives District 75).
Represents [OH State House of Representatives District 75](/us/states/oh/districts/house/75.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State Senate District 15"
represents: "us/states/oh/districts/senate/15"
tenure:
start: "2019-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH Senate District 15 (OH State Senate District 15).
Represents [OH State Senate District 15](/us/states/oh/districts/senate/15.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 72"
represents: "us/states/oh/districts/house/72"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 72 (OH State House of Representatives District 72).
Represents [OH State House of Representatives District 72](/us/states/oh/districts/house/72.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 3"
represents: "us/states/oh/districts/house/3"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 3 (OH State House of Representatives District 3).
Represents [OH State House of Representatives District 3](/us/states/oh/districts/house/3.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 32"
represents: "us/states/oh/districts/house/32"
tenure:
start: "2024-04-24"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 32 (OH State House of Representatives District 32).
Represents [OH State House of Representatives District 32](/us/states/oh/districts/house/32.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 57"
represents: "us/states/oh/districts/house/57"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 57 (OH State House of Representatives District 57).
Represents [OH State House of Representatives District 57](/us/states/oh/districts/house/57.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State Senate District 29"
represents: "us/states/oh/districts/senate/29"
tenure:
start: "2025-01-29"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH Senate District 29 (OH State Senate District 29).
Represents [OH State Senate District 29](/us/states/oh/districts/senate/29.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 93"
represents: "us/states/oh/districts/house/93"
tenure:
start: "2019-10-10"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 93 (OH State House of Representatives District 93).
Represents [OH State House of Representatives District 93](/us/states/oh/districts/house/93.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 62"
represents: "us/states/oh/districts/house/62"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 62 (OH State House of Representatives District 62).
Represents [OH State House of Representatives District 62](/us/states/oh/districts/house/62.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 73"
represents: "us/states/oh/districts/house/73"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 73 (OH State House of Representatives District 73).
Represents [OH State House of Representatives District 73](/us/states/oh/districts/house/73.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 45"
represents: "us/states/oh/districts/house/45"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 45 (OH State House of Representatives District 45).
Represents [OH State House of Representatives District 45](/us/states/oh/districts/house/45.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State Senate District 18"
represents: "us/states/oh/districts/senate/18"
tenure:
start: "2021-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH Senate District 18 (OH State Senate District 18).
Represents [OH State Senate District 18](/us/states/oh/districts/senate/18.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 81"
represents: "us/states/oh/districts/house/81"
tenure:
start: "2018-01-17"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 81 (OH State House of Representatives District 81).
Represents [OH State House of Representatives District 81](/us/states/oh/districts/house/81.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 49"
represents: "us/states/oh/districts/house/49"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 49 (OH State House of Representatives District 49).
Represents [OH State House of Representatives District 49](/us/states/oh/districts/house/49.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 51"
represents: "us/states/oh/districts/house/51"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 51 (OH State House of Representatives District 51).
Represents [OH State House of Representatives District 51](/us/states/oh/districts/house/51.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 53"
represents: "us/states/oh/districts/house/53"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 53 (OH State House of Representatives District 53).
Represents [OH State House of Representatives District 53](/us/states/oh/districts/house/53.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 80"
represents: "us/states/oh/districts/house/80"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 80 (OH State House of Representatives District 80).
Represents [OH State House of Representatives District 80](/us/states/oh/districts/house/80.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 44"
represents: "us/states/oh/districts/house/44"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 44 (OH State House of Representatives District 44).
Represents [OH State House of Representatives District 44](/us/states/oh/districts/house/44.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 18"
represents: "us/states/oh/districts/house/18"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 18 (OH State House of Representatives District 18).
Represents [OH State House of Representatives District 18](/us/states/oh/districts/house/18.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 90"
represents: "us/states/oh/districts/house/90"
tenure:
start: "2023-05-10"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 90 (OH State House of Representatives District 90).
Represents [OH State House of Representatives District 90](/us/states/oh/districts/house/90.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 28"
represents: "us/states/oh/districts/house/28"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 28 (OH State House of Representatives District 28).
Represents [OH State House of Representatives District 28](/us/states/oh/districts/house/28.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 54"
represents: "us/states/oh/districts/house/54"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 54 (OH State House of Representatives District 54).
Represents [OH State House of Representatives District 54](/us/states/oh/districts/house/54.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State Senate District 21"
represents: "us/states/oh/districts/senate/21"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH Senate District 21 (OH State Senate District 21).
Represents [OH State Senate District 21](/us/states/oh/districts/senate/21.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 69"
represents: "us/states/oh/districts/house/69"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 69 (OH State House of Representatives District 69).
Represents [OH State House of Representatives District 69](/us/states/oh/districts/house/69.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 94"
represents: "us/states/oh/districts/house/94"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 94 (OH State House of Representatives District 94).
Represents [OH State House of Representatives District 94](/us/states/oh/districts/house/94.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State Senate District 27"
represents: "us/states/oh/districts/senate/27"
tenure:
start: "2019-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH Senate District 27 (OH State Senate District 27).
Represents [OH State Senate District 27](/us/states/oh/districts/senate/27.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State Senate District 10"
represents: "us/states/oh/districts/senate/10"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH Senate District 10 (OH State Senate District 10).
Represents [OH State Senate District 10](/us/states/oh/districts/senate/10.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 2"
represents: "us/states/oh/districts/house/2"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 2 (OH State House of Representatives District 2).
Represents [OH State House of Representatives District 2](/us/states/oh/districts/house/2.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 58"
represents: "us/states/oh/districts/house/58"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 58 (OH State House of Representatives District 58).
Represents [OH State House of Representatives District 58](/us/states/oh/districts/house/58.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 71"
represents: "us/states/oh/districts/house/71"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 71 (OH State House of Representatives District 71).
Represents [OH State House of Representatives District 71](/us/states/oh/districts/house/71.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 76"
represents: "us/states/oh/districts/house/76"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 76 (OH State House of Representatives District 76).
Represents [OH State House of Representatives District 76](/us/states/oh/districts/house/76.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 98"
represents: "us/states/oh/districts/house/98"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 98 (OH State House of Representatives District 98).
Represents [OH State House of Representatives District 98](/us/states/oh/districts/house/98.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 92"
represents: "us/states/oh/districts/house/92"
tenure:
start: "2021-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 92 (OH State House of Representatives District 92).
Represents [OH State House of Representatives District 92](/us/states/oh/districts/house/92.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State Senate District 22"
represents: "us/states/oh/districts/senate/22"
tenure:
start: "2021-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH Senate District 22 (OH State Senate District 22).
Represents [OH State Senate District 22](/us/states/oh/districts/senate/22.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 10"
represents: "us/states/oh/districts/house/10"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 10 (OH State House of Representatives District 10).
Represents [OH State House of Representatives District 10](/us/states/oh/districts/house/10.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 78"
represents: "us/states/oh/districts/house/78"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 78 (OH State House of Representatives District 78).
Represents [OH State House of Representatives District 78](/us/states/oh/districts/house/78.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 50"
represents: "us/states/oh/districts/house/50"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 50 (OH State House of Representatives District 50).
Represents [OH State House of Representatives District 50](/us/states/oh/districts/house/50.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 67"
represents: "us/states/oh/districts/house/67"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 67 (OH State House of Representatives District 67).
Represents [OH State House of Representatives District 67](/us/states/oh/districts/house/67.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 77"
represents: "us/states/oh/districts/house/77"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 77 (OH State House of Representatives District 77).
Represents [OH State House of Representatives District 77](/us/states/oh/districts/house/77.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 5"
represents: "us/states/oh/districts/house/5"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 5 (OH State House of Representatives District 5).
Represents [OH State House of Representatives District 5](/us/states/oh/districts/house/5.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 43"
represents: "us/states/oh/districts/house/43"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 43 (OH State House of Representatives District 43).
Represents [OH State House of Representatives District 43](/us/states/oh/districts/house/43.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State Senate District 3"
represents: "us/states/oh/districts/senate/3"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH Senate District 3 (OH State Senate District 3).
Represents [OH State Senate District 3](/us/states/oh/districts/senate/3.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 55"
represents: "us/states/oh/districts/house/55"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 55 (OH State House of Representatives District 55).
Represents [OH State House of Representatives District 55](/us/states/oh/districts/house/55.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 17"
represents: "us/states/oh/districts/house/17"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 17 (OH State House of Representatives District 17).
Represents [OH State House of Representatives District 17](/us/states/oh/districts/house/17.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 30"
represents: "us/states/oh/districts/house/30"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 30 (OH State House of Representatives District 30).
Represents [OH State House of Representatives District 30](/us/states/oh/districts/house/30.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 79"
represents: "us/states/oh/districts/house/79"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 79 (OH State House of Representatives District 79).
Represents [OH State House of Representatives District 79](/us/states/oh/districts/house/79.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 9"
represents: "us/states/oh/districts/house/9"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 9 (OH State House of Representatives District 9).
Represents [OH State House of Representatives District 9](/us/states/oh/districts/house/9.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State Senate District 13"
represents: "us/states/oh/districts/senate/13"
tenure:
start: "2019-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH Senate District 13 (OH State Senate District 13).
Represents [OH State Senate District 13](/us/states/oh/districts/senate/13.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 64"
represents: "us/states/oh/districts/house/64"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 64 (OH State House of Representatives District 64).
Represents [OH State House of Representatives District 64](/us/states/oh/districts/house/64.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State Senate District 23"
represents: "us/states/oh/districts/senate/23"
tenure:
start: "2019-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH Senate District 23 (OH State Senate District 23).
Represents [OH State Senate District 23](/us/states/oh/districts/senate/23.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State Senate District 11"
represents: "us/states/oh/districts/senate/11"
tenure:
start: "2022-11-16"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH Senate District 11 (OH State Senate District 11).
Represents [OH State Senate District 11](/us/states/oh/districts/senate/11.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 39"
represents: "us/states/oh/districts/house/39"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 39 (OH State House of Representatives District 39).
Represents [OH State House of Representatives District 39](/us/states/oh/districts/house/39.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "OH"
district: "OH State House of Representatives District 19"
represents: "us/states/oh/districts/house/19"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current OH House District 19 (OH State House of Representatives District 19).
Represents [OH State House of Representatives District 19](/us/states/oh/districts/house/19.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