Graph: national county↔district↔legislator authority layer
The first edges in the repo. Every US county now links to the districts it sits in, weighted by area overlap, and every legislator links to the district they represent — county → district → representative, traversable. Data (PostGIS, no Atlas dependency — computed directly from geometry): - data/county_district_edges.jsonl — 16,328 weighted edges. area_weight = ST_Area(ST_Intersection(county, district))/ST_Area(county) over ST_MakeValid Census TIGER 2024 geometries, overlaps <0.5% dropped. Uses area-intersection, NOT centroid-in-polygon, so urban districts that carve through counties (e.g. GA CD-5 / Atlanta across Clayton+DeKalb+Fulton) are captured, not silently dropped. Per-county weights sum to ~1.0 per district type. build.py: - ~6,896 new district nodes: 435 CD (ACS demographics where available; sparse for the 8 states missing from acs_cd) + 4,927 state-house + 1,897 state-senate (geometry-only). GEOID/number-keyed, stable. - county index.md gains a `districts:` block (frontmatter) + a ## Districts section (body links, so link-integrity checks them). - legislators + US House members gain `represents:` pointing at their district node; edge stored once on the person, inverse left to the view. - schemas/jurisdiction: classification enum + chamber/districts fields. Honest gaps (logged, not hidden): ID + NH have no state-house geometry, so their house districts get nodes (represents resolves) but no county edges; CD nodes for acs_cd-missing states are demographically sparse. Deterministic (byte-identical rebuild); validate.py passes 26,617 records, link-integrity clean (every district/represents link resolves). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 20"
|
||||
represents: "us/states/de/districts/house/20"
|
||||
tenure:
|
||||
start: "2025-08-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 20 (DE State House of Representatives District 20).
|
||||
|
||||
Represents [DE State House of Representatives District 20](/us/states/de/districts/house/20.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 29"
|
||||
represents: "us/states/de/districts/house/29"
|
||||
tenure:
|
||||
start: "2018-11-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 29 (DE State House of Representatives District 29).
|
||||
|
||||
Represents [DE State House of Representatives District 29](/us/states/de/districts/house/29.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 28"
|
||||
represents: "us/states/de/districts/house/28"
|
||||
tenure:
|
||||
start: "2009-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 28 (DE State House of Representatives District 28).
|
||||
|
||||
Represents [DE State House of Representatives District 28](/us/states/de/districts/house/28.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State Senate District 19"
|
||||
represents: "us/states/de/districts/senate/19"
|
||||
tenure:
|
||||
start: "2012-11-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE Senate District 19 (DE State Senate District 19).
|
||||
|
||||
Represents [DE State Senate District 19](/us/states/de/districts/senate/19.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 36"
|
||||
represents: "us/states/de/districts/house/36"
|
||||
tenure:
|
||||
start: "2018-11-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 36 (DE State House of Representatives District 36).
|
||||
|
||||
Represents [DE State House of Representatives District 36](/us/states/de/districts/house/36.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State Senate District 11"
|
||||
represents: "us/states/de/districts/senate/11"
|
||||
tenure:
|
||||
start: "2013-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE Senate District 11 (DE State Senate District 11).
|
||||
|
||||
Represents [DE State Senate District 11](/us/states/de/districts/senate/11.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State Senate District 21"
|
||||
represents: "us/states/de/districts/senate/21"
|
||||
tenure:
|
||||
start: "2014-11-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE Senate District 21 (DE State Senate District 21).
|
||||
|
||||
Represents [DE State Senate District 21](/us/states/de/districts/senate/21.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 33"
|
||||
represents: "us/states/de/districts/house/33"
|
||||
tenure:
|
||||
start: "2016-11-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 33 (DE State House of Representatives District 33).
|
||||
|
||||
Represents [DE State House of Representatives District 33](/us/states/de/districts/house/33.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 14"
|
||||
represents: "us/states/de/districts/house/14"
|
||||
tenure:
|
||||
start: "2024-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 14 (DE State House of Representatives District 14).
|
||||
|
||||
Represents [DE State House of Representatives District 14](/us/states/de/districts/house/14.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 25"
|
||||
represents: "us/states/de/districts/house/25"
|
||||
tenure:
|
||||
start: "2022-11-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 25 (DE State House of Representatives District 25).
|
||||
|
||||
Represents [DE State House of Representatives District 25](/us/states/de/districts/house/25.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State Senate District 1"
|
||||
represents: "us/states/de/districts/senate/1"
|
||||
tenure:
|
||||
start: "2025-02-16"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE Senate District 1 (DE State Senate District 1).
|
||||
|
||||
Represents [DE State Senate District 1](/us/states/de/districts/senate/1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 39"
|
||||
represents: "us/states/de/districts/house/39"
|
||||
tenure:
|
||||
start: "2007-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 39 (DE State House of Representatives District 39).
|
||||
|
||||
Represents [DE State House of Representatives District 39](/us/states/de/districts/house/39.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State Senate District 2"
|
||||
represents: "us/states/de/districts/senate/2"
|
||||
tenure:
|
||||
start: "2018-11-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE Senate District 2 (DE State Senate District 2).
|
||||
|
||||
Represents [DE State Senate District 2](/us/states/de/districts/senate/2.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State Senate District 15"
|
||||
represents: "us/states/de/districts/senate/15"
|
||||
tenure:
|
||||
start: "2010-11-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE Senate District 15 (DE State Senate District 15).
|
||||
|
||||
Represents [DE State Senate District 15](/us/states/de/districts/senate/15.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State Senate District 8"
|
||||
represents: "us/states/de/districts/senate/8"
|
||||
tenure:
|
||||
start: "1991-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE Senate District 8 (DE State Senate District 8).
|
||||
|
||||
Represents [DE State Senate District 8](/us/states/de/districts/senate/8.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State Senate District 18"
|
||||
represents: "us/states/de/districts/senate/18"
|
||||
tenure:
|
||||
start: "2018-11-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE Senate District 18 (DE State Senate District 18).
|
||||
|
||||
Represents [DE State Senate District 18](/us/states/de/districts/senate/18.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 6"
|
||||
represents: "us/states/de/districts/house/6"
|
||||
tenure:
|
||||
start: "2011-01-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 6 (DE State House of Representatives District 6).
|
||||
|
||||
Represents [DE State House of Representatives District 6](/us/states/de/districts/house/6.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 13"
|
||||
represents: "us/states/de/districts/house/13"
|
||||
tenure:
|
||||
start: "2022-11-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 13 (DE State House of Representatives District 13).
|
||||
|
||||
Represents [DE State House of Representatives District 13](/us/states/de/districts/house/13.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 24"
|
||||
represents: "us/states/de/districts/house/24"
|
||||
tenure:
|
||||
start: "2011-01-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 24 (DE State House of Representatives District 24).
|
||||
|
||||
Represents [DE State House of Representatives District 24](/us/states/de/districts/house/24.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State Senate District 16"
|
||||
represents: "us/states/de/districts/senate/16"
|
||||
tenure:
|
||||
start: "2022-11-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE Senate District 16 (DE State Senate District 16).
|
||||
|
||||
Represents [DE State Senate District 16](/us/states/de/districts/senate/16.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 27"
|
||||
represents: "us/states/de/districts/house/27"
|
||||
tenure:
|
||||
start: "2020-11-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 27 (DE State House of Representatives District 27).
|
||||
|
||||
Represents [DE State House of Representatives District 27](/us/states/de/districts/house/27.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 21"
|
||||
represents: "us/states/de/districts/house/21"
|
||||
tenure:
|
||||
start: "2024-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 21 (DE State House of Representatives District 21).
|
||||
|
||||
Represents [DE State House of Representatives District 21](/us/states/de/districts/house/21.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 16"
|
||||
represents: "us/states/de/districts/house/16"
|
||||
tenure:
|
||||
start: "2018-11-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 16 (DE State House of Representatives District 16).
|
||||
|
||||
Represents [DE State House of Representatives District 16](/us/states/de/districts/house/16.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State Senate District 20"
|
||||
represents: "us/states/de/districts/senate/20"
|
||||
tenure:
|
||||
start: "2012-11-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE Senate District 20 (DE State Senate District 20).
|
||||
|
||||
Represents [DE State Senate District 20](/us/states/de/districts/senate/20.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State Senate District 9"
|
||||
represents: "us/states/de/districts/senate/9"
|
||||
tenure:
|
||||
start: "2016-11-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE Senate District 9 (DE State Senate District 9).
|
||||
|
||||
Represents [DE State Senate District 9](/us/states/de/districts/senate/9.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 4"
|
||||
represents: "us/states/de/districts/house/4"
|
||||
tenure:
|
||||
start: "2022-11-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 4 (DE State House of Representatives District 4).
|
||||
|
||||
Represents [DE State House of Representatives District 4](/us/states/de/districts/house/4.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 11"
|
||||
represents: "us/states/de/districts/house/11"
|
||||
tenure:
|
||||
start: "2013-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 11 (DE State House of Representatives District 11).
|
||||
|
||||
Represents [DE State House of Representatives District 11](/us/states/de/districts/house/11.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 35"
|
||||
represents: "us/states/de/districts/house/35"
|
||||
tenure:
|
||||
start: "2018-11-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 35 (DE State House of Representatives District 35).
|
||||
|
||||
Represents [DE State House of Representatives District 35](/us/states/de/districts/house/35.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 3"
|
||||
represents: "us/states/de/districts/house/3"
|
||||
tenure:
|
||||
start: "2024-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 3 (DE State House of Representatives District 3).
|
||||
|
||||
Represents [DE State House of Representatives District 3](/us/states/de/districts/house/3.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 15"
|
||||
represents: "us/states/de/districts/house/15"
|
||||
tenure:
|
||||
start: "2024-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 15 (DE State House of Representatives District 15).
|
||||
|
||||
Represents [DE State House of Representatives District 15](/us/states/de/districts/house/15.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 5"
|
||||
represents: "us/states/de/districts/house/5"
|
||||
tenure:
|
||||
start: "2018-11-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 5 (DE State House of Representatives District 5).
|
||||
|
||||
Represents [DE State House of Representatives District 5](/us/states/de/districts/house/5.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 32"
|
||||
represents: "us/states/de/districts/house/32"
|
||||
tenure:
|
||||
start: "2022-11-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 32 (DE State House of Representatives District 32).
|
||||
|
||||
Represents [DE State House of Representatives District 32](/us/states/de/districts/house/32.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 9"
|
||||
represents: "us/states/de/districts/house/9"
|
||||
tenure:
|
||||
start: "2015-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 9 (DE State House of Representatives District 9).
|
||||
|
||||
Represents [DE State House of Representatives District 9](/us/states/de/districts/house/9.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 19"
|
||||
represents: "us/states/de/districts/house/19"
|
||||
tenure:
|
||||
start: "2013-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 19 (DE State House of Representatives District 19).
|
||||
|
||||
Represents [DE State House of Representatives District 19](/us/states/de/districts/house/19.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 12"
|
||||
represents: "us/states/de/districts/house/12"
|
||||
tenure:
|
||||
start: "2018-11-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 12 (DE State House of Representatives District 12).
|
||||
|
||||
Represents [DE State House of Representatives District 12](/us/states/de/districts/house/12.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State Senate District 14"
|
||||
represents: "us/states/de/districts/senate/14"
|
||||
tenure:
|
||||
start: "2022-11-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE Senate District 14 (DE State Senate District 14).
|
||||
|
||||
Represents [DE State Senate District 14](/us/states/de/districts/senate/14.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 7"
|
||||
represents: "us/states/de/districts/house/7"
|
||||
tenure:
|
||||
start: "2020-11-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 7 (DE State House of Representatives District 7).
|
||||
|
||||
Represents [DE State House of Representatives District 7](/us/states/de/districts/house/7.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State Senate District 4"
|
||||
represents: "us/states/de/districts/senate/4"
|
||||
tenure:
|
||||
start: "2018-11-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE Senate District 4 (DE State Senate District 4).
|
||||
|
||||
Represents [DE State Senate District 4](/us/states/de/districts/senate/4.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 34"
|
||||
represents: "us/states/de/districts/house/34"
|
||||
tenure:
|
||||
start: "2014-11-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 34 (DE State House of Representatives District 34).
|
||||
|
||||
Represents [DE State House of Representatives District 34](/us/states/de/districts/house/34.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 26"
|
||||
represents: "us/states/de/districts/house/26"
|
||||
tenure:
|
||||
start: "2020-11-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 26 (DE State House of Representatives District 26).
|
||||
|
||||
Represents [DE State House of Representatives District 26](/us/states/de/districts/house/26.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 23"
|
||||
represents: "us/states/de/districts/house/23"
|
||||
tenure:
|
||||
start: "2024-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 23 (DE State House of Representatives District 23).
|
||||
|
||||
Represents [DE State House of Representatives District 23](/us/states/de/districts/house/23.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State Senate District 13"
|
||||
represents: "us/states/de/districts/senate/13"
|
||||
tenure:
|
||||
start: "2020-11-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE Senate District 13 (DE State Senate District 13).
|
||||
|
||||
Represents [DE State Senate District 13](/us/states/de/districts/senate/13.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 10"
|
||||
represents: "us/states/de/districts/house/10"
|
||||
tenure:
|
||||
start: "2024-11-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 10 (DE State House of Representatives District 10).
|
||||
|
||||
Represents [DE State House of Representatives District 10](/us/states/de/districts/house/10.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 17"
|
||||
represents: "us/states/de/districts/house/17"
|
||||
tenure:
|
||||
start: "2018-11-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 17 (DE State House of Representatives District 17).
|
||||
|
||||
Represents [DE State House of Representatives District 17](/us/states/de/districts/house/17.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 22"
|
||||
represents: "us/states/de/districts/house/22"
|
||||
tenure:
|
||||
start: "2018-11-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 22 (DE State House of Representatives District 22).
|
||||
|
||||
Represents [DE State House of Representatives District 22](/us/states/de/districts/house/22.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State Senate District 12"
|
||||
represents: "us/states/de/districts/senate/12"
|
||||
tenure:
|
||||
start: "2013-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE Senate District 12 (DE State Senate District 12).
|
||||
|
||||
Represents [DE State Senate District 12](/us/states/de/districts/senate/12.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 1"
|
||||
represents: "us/states/de/districts/house/1"
|
||||
tenure:
|
||||
start: "2018-11-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 1 (DE State House of Representatives District 1).
|
||||
|
||||
Represents [DE State House of Representatives District 1](/us/states/de/districts/house/1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 8"
|
||||
represents: "us/states/de/districts/house/8"
|
||||
tenure:
|
||||
start: "2020-11-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 8 (DE State House of Representatives District 8).
|
||||
|
||||
Represents [DE State House of Representatives District 8](/us/states/de/districts/house/8.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State Senate District 5"
|
||||
represents: "us/states/de/districts/senate/5"
|
||||
tenure:
|
||||
start: "2025-02-16"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE Senate District 5 (DE State Senate District 5).
|
||||
|
||||
Represents [DE State Senate District 5](/us/states/de/districts/senate/5.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 41"
|
||||
represents: "us/states/de/districts/house/41"
|
||||
tenure:
|
||||
start: "2015-01-13"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 41 (DE State House of Representatives District 41).
|
||||
|
||||
Represents [DE State House of Representatives District 41](/us/states/de/districts/house/41.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 38"
|
||||
represents: "us/states/de/districts/house/38"
|
||||
tenure:
|
||||
start: "2013-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 38 (DE State House of Representatives District 38).
|
||||
|
||||
Represents [DE State House of Representatives District 38](/us/states/de/districts/house/38.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State Senate District 6"
|
||||
represents: "us/states/de/districts/senate/6"
|
||||
tenure:
|
||||
start: "2022-11-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE Senate District 6 (DE State Senate District 6).
|
||||
|
||||
Represents [DE State Senate District 6](/us/states/de/districts/senate/6.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 31"
|
||||
represents: "us/states/de/districts/house/31"
|
||||
tenure:
|
||||
start: "2014-11-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 31 (DE State House of Representatives District 31).
|
||||
|
||||
Represents [DE State House of Representatives District 31](/us/states/de/districts/house/31.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 30"
|
||||
represents: "us/states/de/districts/house/30"
|
||||
tenure:
|
||||
start: "2018-11-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 30 (DE State House of Representatives District 30).
|
||||
|
||||
Represents [DE State House of Representatives District 30](/us/states/de/districts/house/30.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 18"
|
||||
represents: "us/states/de/districts/house/18"
|
||||
tenure:
|
||||
start: "2022-11-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 18 (DE State House of Representatives District 18).
|
||||
|
||||
Represents [DE State House of Representatives District 18](/us/states/de/districts/house/18.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State Senate District 7"
|
||||
represents: "us/states/de/districts/senate/7"
|
||||
tenure:
|
||||
start: "2020-11-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE Senate District 7 (DE State Senate District 7).
|
||||
|
||||
Represents [DE State Senate District 7](/us/states/de/districts/senate/7.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 2"
|
||||
represents: "us/states/de/districts/house/2"
|
||||
tenure:
|
||||
start: "2010-11-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 2 (DE State House of Representatives District 2).
|
||||
|
||||
Represents [DE State House of Representatives District 2](/us/states/de/districts/house/2.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State Senate District 10"
|
||||
represents: "us/states/de/districts/senate/10"
|
||||
tenure:
|
||||
start: "2017-03-25"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE Senate District 10 (DE State Senate District 10).
|
||||
|
||||
Represents [DE State Senate District 10](/us/states/de/districts/senate/10.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 40"
|
||||
represents: "us/states/de/districts/house/40"
|
||||
tenure:
|
||||
start: "2013-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 40 (DE State House of Representatives District 40).
|
||||
|
||||
Represents [DE State House of Representatives District 40](/us/states/de/districts/house/40.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State Senate District 3"
|
||||
represents: "us/states/de/districts/senate/3"
|
||||
tenure:
|
||||
start: "2018-11-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE Senate District 3 (DE State Senate District 3).
|
||||
|
||||
Represents [DE State Senate District 3](/us/states/de/districts/senate/3.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State Senate District 17"
|
||||
represents: "us/states/de/districts/senate/17"
|
||||
tenure:
|
||||
start: "2018-11-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE Senate District 17 (DE State Senate District 17).
|
||||
|
||||
Represents [DE State Senate District 17](/us/states/de/districts/senate/17.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "DE"
|
||||
district: "DE State House of Representatives District 37"
|
||||
represents: "us/states/de/districts/house/37"
|
||||
tenure:
|
||||
start: "2024-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current DE House District 37 (DE State House of Representatives District 37).
|
||||
|
||||
Represents [DE State House of Representatives District 37](/us/states/de/districts/house/37.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
Reference in New Issue
Block a user