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: "NC"
district: "NC State House of Representatives District 38"
represents: "us/states/nc/districts/house/38"
tenure:
start: "2021-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 38 (NC State House of Representatives District 38).
Represents [NC State House of Representatives District 38](/us/states/nc/districts/house/38.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 107"
represents: "us/states/nc/districts/house/107"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 107 (NC State House of Representatives District 107).
Represents [NC State House of Representatives District 107](/us/states/nc/districts/house/107.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 59"
represents: "us/states/nc/districts/house/59"
tenure:
start: "2024-04-24"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 59 (NC State House of Representatives District 59).
Represents [NC State House of Representatives District 59](/us/states/nc/districts/house/59.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 56"
represents: "us/states/nc/districts/house/56"
tenure:
start: "2022-06-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 56 (NC State House of Representatives District 56).
Represents [NC State House of Representatives District 56](/us/states/nc/districts/house/56.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 25"
represents: "us/states/nc/districts/house/25"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 25 (NC State House of Representatives District 25).
Represents [NC State House of Representatives District 25](/us/states/nc/districts/house/25.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 11"
represents: "us/states/nc/districts/house/11"
tenure:
start: "2019-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 11 (NC State House of Representatives District 11).
Represents [NC State House of Representatives District 11](/us/states/nc/districts/house/11.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 60"
represents: "us/states/nc/districts/house/60"
tenure:
start: "2025-11-18"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 60 (NC State House of Representatives District 60).
Represents [NC State House of Representatives District 60](/us/states/nc/districts/house/60.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 72"
represents: "us/states/nc/districts/house/72"
tenure:
start: "2021-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 72 (NC State House of Representatives District 72).
Represents [NC State House of Representatives District 72](/us/states/nc/districts/house/72.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 58"
represents: "us/states/nc/districts/house/58"
tenure:
start: "2017-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 58 (NC State House of Representatives District 58).
Represents [NC State House of Representatives District 58](/us/states/nc/districts/house/58.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 25"
represents: "us/states/nc/districts/senate/25"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 25 (NC State Senate District 25).
Represents [NC State Senate District 25](/us/states/nc/districts/senate/25.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 119"
represents: "us/states/nc/districts/house/119"
tenure:
start: "2026-04-16"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 119 (NC State House of Representatives District 119).
Represents [NC State House of Representatives District 119](/us/states/nc/districts/house/119.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 102"
represents: "us/states/nc/districts/house/102"
tenure:
start: "2003-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 102 (NC State House of Representatives District 102).
Represents [NC State House of Representatives District 102](/us/states/nc/districts/house/102.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 52"
represents: "us/states/nc/districts/house/52"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 52 (NC State House of Representatives District 52).
Represents [NC State House of Representatives District 52](/us/states/nc/districts/house/52.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 10"
represents: "us/states/nc/districts/senate/10"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 10 (NC State Senate District 10).
Represents [NC State Senate District 10](/us/states/nc/districts/senate/10.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 98"
represents: "us/states/nc/districts/house/98"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 98 (NC State House of Representatives District 98).
Represents [NC State House of Representatives District 98](/us/states/nc/districts/house/98.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 8"
represents: "us/states/nc/districts/senate/8"
tenure:
start: "2011-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 8 (NC State Senate District 8).
Represents [NC State Senate District 8](/us/states/nc/districts/senate/8.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 5"
represents: "us/states/nc/districts/house/5"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 5 (NC State House of Representatives District 5).
Represents [NC State House of Representatives District 5](/us/states/nc/districts/house/5.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 94"
represents: "us/states/nc/districts/house/94"
tenure:
start: "2024-10-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 94 (NC State House of Representatives District 94).
Represents [NC State House of Representatives District 94](/us/states/nc/districts/house/94.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 3"
represents: "us/states/nc/districts/senate/3"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 3 (NC State Senate District 3).
Represents [NC State Senate District 3](/us/states/nc/districts/senate/3.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 1"
represents: "us/states/nc/districts/senate/1"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 1 (NC State Senate District 1).
Represents [NC State Senate District 1](/us/states/nc/districts/senate/1.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 43"
represents: "us/states/nc/districts/senate/43"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 43 (NC State Senate District 43).
Represents [NC State Senate District 43](/us/states/nc/districts/senate/43.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 104"
represents: "us/states/nc/districts/house/104"
tenure:
start: "2019-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 104 (NC State House of Representatives District 104).
Represents [NC State House of Representatives District 104](/us/states/nc/districts/house/104.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 46"
represents: "us/states/nc/districts/house/46"
tenure:
start: "2017-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 46 (NC State House of Representatives District 46).
Represents [NC State House of Representatives District 46](/us/states/nc/districts/house/46.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 9"
represents: "us/states/nc/districts/senate/9"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 9 (NC State Senate District 9).
Represents [NC State Senate District 9](/us/states/nc/districts/senate/9.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 70"
represents: "us/states/nc/districts/house/70"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 70 (NC State House of Representatives District 70).
Represents [NC State House of Representatives District 70](/us/states/nc/districts/house/70.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 82"
represents: "us/states/nc/districts/house/82"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 82 (NC State House of Representatives District 82).
Represents [NC State House of Representatives District 82](/us/states/nc/districts/house/82.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 116"
represents: "us/states/nc/districts/house/116"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 116 (NC State House of Representatives District 116).
Represents [NC State House of Representatives District 116](/us/states/nc/districts/house/116.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 32"
represents: "us/states/nc/districts/house/32"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 32 (NC State House of Representatives District 32).
Represents [NC State House of Representatives District 32](/us/states/nc/districts/house/32.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 4"
represents: "us/states/nc/districts/senate/4"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 4 (NC State Senate District 4).
Represents [NC State Senate District 4](/us/states/nc/districts/senate/4.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 41"
represents: "us/states/nc/districts/senate/41"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 41 (NC State Senate District 41).
Represents [NC State Senate District 41](/us/states/nc/districts/senate/41.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 33"
represents: "us/states/nc/districts/senate/33"
tenure:
start: "2019-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 33 (NC State Senate District 33).
Represents [NC State Senate District 33](/us/states/nc/districts/senate/33.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 106"
represents: "us/states/nc/districts/house/106"
tenure:
start: "2013-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 106 (NC State House of Representatives District 106).
Represents [NC State House of Representatives District 106](/us/states/nc/districts/house/106.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 101"
represents: "us/states/nc/districts/house/101"
tenure:
start: "2019-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 101 (NC State House of Representatives District 101).
Represents [NC State House of Representatives District 101](/us/states/nc/districts/house/101.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 16"
represents: "us/states/nc/districts/house/16"
tenure:
start: "2019-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 16 (NC State House of Representatives District 16).
Represents [NC State House of Representatives District 16](/us/states/nc/districts/house/16.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 13"
represents: "us/states/nc/districts/house/13"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 13 (NC State House of Representatives District 13).
Represents [NC State House of Representatives District 13](/us/states/nc/districts/house/13.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 44"
represents: "us/states/nc/districts/house/44"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 44 (NC State House of Representatives District 44).
Represents [NC State House of Representatives District 44](/us/states/nc/districts/house/44.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 19"
represents: "us/states/nc/districts/house/19"
tenure:
start: "2021-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 19 (NC State House of Representatives District 19).
Represents [NC State House of Representatives District 19](/us/states/nc/districts/house/19.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 12"
represents: "us/states/nc/districts/house/12"
tenure:
start: "2019-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 12 (NC State House of Representatives District 12).
Represents [NC State House of Representatives District 12](/us/states/nc/districts/house/12.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 34"
represents: "us/states/nc/districts/senate/34"
tenure:
start: "2025-04-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 34 (NC State Senate District 34).
Represents [NC State Senate District 34](/us/states/nc/districts/senate/34.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 67"
represents: "us/states/nc/districts/house/67"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 67 (NC State House of Representatives District 67).
Represents [NC State House of Representatives District 67](/us/states/nc/districts/house/67.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 49"
represents: "us/states/nc/districts/house/49"
tenure:
start: "2017-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 49 (NC State House of Representatives District 49).
Represents [NC State House of Representatives District 49](/us/states/nc/districts/house/49.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 14"
represents: "us/states/nc/districts/senate/14"
tenure:
start: "2009-05-19"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 14 (NC State Senate District 14).
Represents [NC State Senate District 14](/us/states/nc/districts/senate/14.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 31"
represents: "us/states/nc/districts/senate/31"
tenure:
start: "2024-11-29"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 31 (NC State Senate District 31).
Represents [NC State Senate District 31](/us/states/nc/districts/senate/31.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 24"
represents: "us/states/nc/districts/senate/24"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 24 (NC State Senate District 24).
Represents [NC State Senate District 24](/us/states/nc/districts/senate/24.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 24"
represents: "us/states/nc/districts/house/24"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 24 (NC State House of Representatives District 24).
Represents [NC State House of Representatives District 24](/us/states/nc/districts/house/24.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 29"
represents: "us/states/nc/districts/senate/29"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 29 (NC State Senate District 29).
Represents [NC State Senate District 29](/us/states/nc/districts/senate/29.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 68"
represents: "us/states/nc/districts/house/68"
tenure:
start: "2021-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 68 (NC State House of Representatives District 68).
Represents [NC State House of Representatives District 68](/us/states/nc/districts/house/68.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 69"
represents: "us/states/nc/districts/house/69"
tenure:
start: "2013-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 69 (NC State House of Representatives District 69).
Represents [NC State House of Representatives District 69](/us/states/nc/districts/house/69.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 39"
represents: "us/states/nc/districts/senate/39"
tenure:
start: "2021-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 39 (NC State Senate District 39).
Represents [NC State Senate District 39](/us/states/nc/districts/senate/39.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 18"
represents: "us/states/nc/districts/house/18"
tenure:
start: "2017-02-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 18 (NC State House of Representatives District 18).
Represents [NC State House of Representatives District 18](/us/states/nc/districts/house/18.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 64"
represents: "us/states/nc/districts/house/64"
tenure:
start: "2013-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 64 (NC State House of Representatives District 64).
Represents [NC State House of Representatives District 64](/us/states/nc/districts/house/64.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 87"
represents: "us/states/nc/districts/house/87"
tenure:
start: "2017-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 87 (NC State House of Representatives District 87).
Represents [NC State House of Representatives District 87](/us/states/nc/districts/house/87.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 43"
represents: "us/states/nc/districts/house/43"
tenure:
start: "2021-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 43 (NC State House of Representatives District 43).
Represents [NC State House of Representatives District 43](/us/states/nc/districts/house/43.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 26"
represents: "us/states/nc/districts/house/26"
tenure:
start: "2017-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 26 (NC State House of Representatives District 26).
Represents [NC State House of Representatives District 26](/us/states/nc/districts/house/26.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 109"
represents: "us/states/nc/districts/house/109"
tenure:
start: "2021-10-27"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 109 (NC State House of Representatives District 109).
Represents [NC State House of Representatives District 109](/us/states/nc/districts/house/109.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 75"
represents: "us/states/nc/districts/house/75"
tenure:
start: "2013-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 75 (NC State House of Representatives District 75).
Represents [NC State House of Representatives District 75](/us/states/nc/districts/house/75.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 85"
represents: "us/states/nc/districts/house/85"
tenure:
start: "2021-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 85 (NC State House of Representatives District 85).
Represents [NC State House of Representatives District 85](/us/states/nc/districts/house/85.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 1"
represents: "us/states/nc/districts/house/1"
tenure:
start: "2019-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 1 (NC State House of Representatives District 1).
Represents [NC State House of Representatives District 1](/us/states/nc/districts/house/1.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 36"
represents: "us/states/nc/districts/senate/36"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 36 (NC State Senate District 36).
Represents [NC State Senate District 36](/us/states/nc/districts/senate/36.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 114"
represents: "us/states/nc/districts/house/114"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 114 (NC State House of Representatives District 114).
Represents [NC State House of Representatives District 114](/us/states/nc/districts/house/114.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 37"
represents: "us/states/nc/districts/house/37"
tenure:
start: "2021-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 37 (NC State House of Representatives District 37).
Represents [NC State House of Representatives District 37](/us/states/nc/districts/house/37.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 45"
represents: "us/states/nc/districts/house/45"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 45 (NC State House of Representatives District 45).
Represents [NC State House of Representatives District 45](/us/states/nc/districts/house/45.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 17"
represents: "us/states/nc/districts/house/17"
tenure:
start: "2009-06-18"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 17 (NC State House of Representatives District 17).
Represents [NC State House of Representatives District 17](/us/states/nc/districts/house/17.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 16"
represents: "us/states/nc/districts/senate/16"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 16 (NC State Senate District 16).
Represents [NC State Senate District 16](/us/states/nc/districts/senate/16.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 48"
represents: "us/states/nc/districts/house/48"
tenure:
start: "2005-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 48 (NC State House of Representatives District 48).
Represents [NC State House of Representatives District 48](/us/states/nc/districts/house/48.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 28"
represents: "us/states/nc/districts/senate/28"
tenure:
start: "2011-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 28 (NC State Senate District 28).
Represents [NC State Senate District 28](/us/states/nc/districts/senate/28.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 8"
represents: "us/states/nc/districts/house/8"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 8 (NC State House of Representatives District 8).
Represents [NC State House of Representatives District 8](/us/states/nc/districts/house/8.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 83"
represents: "us/states/nc/districts/house/83"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 83 (NC State House of Representatives District 83).
Represents [NC State House of Representatives District 83](/us/states/nc/districts/house/83.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 76"
represents: "us/states/nc/districts/house/76"
tenure:
start: "2019-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 76 (NC State House of Representatives District 76).
Represents [NC State House of Representatives District 76](/us/states/nc/districts/house/76.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 18"
represents: "us/states/nc/districts/senate/18"
tenure:
start: "2026-05-21"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 18 (NC State Senate District 18).
Represents [NC State Senate District 18](/us/states/nc/districts/senate/18.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 97"
represents: "us/states/nc/districts/house/97"
tenure:
start: "2024-08-19"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 97 (NC State House of Representatives District 97).
Represents [NC State House of Representatives District 97](/us/states/nc/districts/house/97.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 53"
represents: "us/states/nc/districts/house/53"
tenure:
start: "2020-09-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 53 (NC State House of Representatives District 53).
Represents [NC State House of Representatives District 53](/us/states/nc/districts/house/53.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 86"
represents: "us/states/nc/districts/house/86"
tenure:
start: "2009-01-28"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 86 (NC State House of Representatives District 86).
Represents [NC State House of Representatives District 86](/us/states/nc/districts/house/86.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 113"
represents: "us/states/nc/districts/house/113"
tenure:
start: "2019-08-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 113 (NC State House of Representatives District 113).
Represents [NC State House of Representatives District 113](/us/states/nc/districts/house/113.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 39"
represents: "us/states/nc/districts/house/39"
tenure:
start: "2021-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 39 (NC State House of Representatives District 39).
Represents [NC State House of Representatives District 39](/us/states/nc/districts/house/39.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 96"
represents: "us/states/nc/districts/house/96"
tenure:
start: "2015-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 96 (NC State House of Representatives District 96).
Represents [NC State House of Representatives District 96](/us/states/nc/districts/house/96.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 15"
represents: "us/states/nc/districts/senate/15"
tenure:
start: "2019-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 15 (NC State Senate District 15).
Represents [NC State Senate District 15](/us/states/nc/districts/senate/15.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 84"
represents: "us/states/nc/districts/house/84"
tenure:
start: "2019-07-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 84 (NC State House of Representatives District 84).
Represents [NC State House of Representatives District 84](/us/states/nc/districts/house/84.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 74"
represents: "us/states/nc/districts/house/74"
tenure:
start: "2021-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 74 (NC State House of Representatives District 74).
Represents [NC State House of Representatives District 74](/us/states/nc/districts/house/74.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 117"
represents: "us/states/nc/districts/house/117"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 117 (NC State House of Representatives District 117).
Represents [NC State House of Representatives District 117](/us/states/nc/districts/house/117.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 12"
represents: "us/states/nc/districts/senate/12"
tenure:
start: "2019-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 12 (NC State Senate District 12).
Represents [NC State Senate District 12](/us/states/nc/districts/senate/12.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 4"
represents: "us/states/nc/districts/house/4"
tenure:
start: "2011-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 4 (NC State House of Representatives District 4).
Represents [NC State House of Representatives District 4](/us/states/nc/districts/house/4.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 6"
represents: "us/states/nc/districts/house/6"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 6 (NC State House of Representatives District 6).
Represents [NC State House of Representatives District 6](/us/states/nc/districts/house/6.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 10"
represents: "us/states/nc/districts/house/10"
tenure:
start: "2013-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 10 (NC State House of Representatives District 10).
Represents [NC State House of Representatives District 10](/us/states/nc/districts/house/10.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 62"
represents: "us/states/nc/districts/house/62"
tenure:
start: "2024-09-18"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 62 (NC State House of Representatives District 62).
Represents [NC State House of Representatives District 62](/us/states/nc/districts/house/62.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 47"
represents: "us/states/nc/districts/house/47"
tenure:
start: "2025-10-17"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 47 (NC State House of Representatives District 47).
Represents [NC State House of Representatives District 47](/us/states/nc/districts/house/47.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 51"
represents: "us/states/nc/districts/house/51"
tenure:
start: "2017-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 51 (NC State House of Representatives District 51).
Represents [NC State House of Representatives District 51](/us/states/nc/districts/house/51.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 108"
represents: "us/states/nc/districts/house/108"
tenure:
start: "2011-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 108 (NC State House of Representatives District 108).
Represents [NC State House of Representatives District 108](/us/states/nc/districts/house/108.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 23"
represents: "us/states/nc/districts/senate/23"
tenure:
start: "2026-04-10"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 23 (NC State Senate District 23).
Represents [NC State Senate District 23](/us/states/nc/districts/senate/23.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 73"
represents: "us/states/nc/districts/house/73"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 73 (NC State House of Representatives District 73).
Represents [NC State House of Representatives District 73](/us/states/nc/districts/house/73.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 112"
represents: "us/states/nc/districts/house/112"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 112 (NC State House of Representatives District 112).
Represents [NC State House of Representatives District 112](/us/states/nc/districts/house/112.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 40"
represents: "us/states/nc/districts/senate/40"
tenure:
start: "2015-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 40 (NC State Senate District 40).
Represents [NC State Senate District 40](/us/states/nc/districts/senate/40.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 100"
represents: "us/states/nc/districts/house/100"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 100 (NC State House of Representatives District 100).
Represents [NC State House of Representatives District 100](/us/states/nc/districts/house/100.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 77"
represents: "us/states/nc/districts/house/77"
tenure:
start: "2019-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 77 (NC State House of Representatives District 77).
Represents [NC State House of Representatives District 77](/us/states/nc/districts/house/77.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 49"
represents: "us/states/nc/districts/senate/49"
tenure:
start: "2021-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 49 (NC State Senate District 49).
Represents [NC State Senate District 49](/us/states/nc/districts/senate/49.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 36"
represents: "us/states/nc/districts/house/36"
tenure:
start: "2019-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 36 (NC State House of Representatives District 36).
Represents [NC State House of Representatives District 36](/us/states/nc/districts/house/36.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State Senate District 5"
represents: "us/states/nc/districts/senate/5"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC Senate District 5 (NC State Senate District 5).
Represents [NC State Senate District 5](/us/states/nc/districts/senate/5.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 71"
represents: "us/states/nc/districts/house/71"
tenure:
start: "2023-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 71 (NC State House of Representatives District 71).
Represents [NC State House of Representatives District 71](/us/states/nc/districts/house/71.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 120"
represents: "us/states/nc/districts/house/120"
tenure:
start: "2021-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 120 (NC State House of Representatives District 120).
Represents [NC State House of Representatives District 120](/us/states/nc/districts/house/120.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "NC"
district: "NC State House of Representatives District 79"
represents: "us/states/nc/districts/house/79"
tenure:
start: "2019-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current NC House District 79 (NC State House of Representatives District 79).
Represents [NC State House of Representatives District 79](/us/states/nc/districts/house/79.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