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: "MD"
district: "MD State House of Representatives District 18"
represents: "us/states/md/districts/house/18"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 18 (MD State House of Representatives District 18).
Represents [MD State House of Representatives District 18](/us/states/md/districts/house/18.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 23"
represents: "us/states/md/districts/house/23"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 23 (MD State House of Representatives District 23).
Represents [MD State House of Representatives District 23](/us/states/md/districts/house/23.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 10"
represents: "us/states/md/districts/house/10"
tenure:
start: "1997-10-21"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 10 (MD State House of Representatives District 10).
Represents [MD State House of Representatives District 10](/us/states/md/districts/house/10.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 44B"
represents: "us/states/md/districts/house/44b"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 44B (MD State House of Representatives District 44B).
Represents [MD State House of Representatives District 44B](/us/states/md/districts/house/44b.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 22"
represents: "us/states/md/districts/senate/22"
tenure:
start: "2023-01-30"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 22 (MD State Senate District 22).
Represents [MD State Senate District 22](/us/states/md/districts/senate/22.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 34A"
represents: "us/states/md/districts/house/34a"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 34A (MD State House of Representatives District 34A).
Represents [MD State House of Representatives District 34A](/us/states/md/districts/house/34a.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 24"
represents: "us/states/md/districts/house/24"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 24 (MD State House of Representatives District 24).
Represents [MD State House of Representatives District 24](/us/states/md/districts/house/24.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 33A"
represents: "us/states/md/districts/house/33a"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 33A (MD State House of Representatives District 33A).
Represents [MD State House of Representatives District 33A](/us/states/md/districts/house/33a.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 22"
represents: "us/states/md/districts/house/22"
tenure:
start: "1991-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 22 (MD State House of Representatives District 22).
Represents [MD State House of Representatives District 22](/us/states/md/districts/house/22.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 14"
represents: "us/states/md/districts/house/14"
tenure:
start: "2003-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 14 (MD State House of Representatives District 14).
Represents [MD State House of Representatives District 14](/us/states/md/districts/house/14.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 26"
represents: "us/states/md/districts/senate/26"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 26 (MD State Senate District 26).
Represents [MD State Senate District 26](/us/states/md/districts/senate/26.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 40"
represents: "us/states/md/districts/senate/40"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 40 (MD State Senate District 40).
Represents [MD State Senate District 40](/us/states/md/districts/senate/40.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 4"
represents: "us/states/md/districts/house/4"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 4 (MD State House of Representatives District 4).
Represents [MD State House of Representatives District 4](/us/states/md/districts/house/4.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 5"
represents: "us/states/md/districts/house/5"
tenure:
start: "2015-03-16"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 5 (MD State House of Representatives District 5).
Represents [MD State House of Representatives District 5](/us/states/md/districts/house/5.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 28"
represents: "us/states/md/districts/senate/28"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 28 (MD State Senate District 28).
Represents [MD State Senate District 28](/us/states/md/districts/senate/28.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 22"
represents: "us/states/md/districts/house/22"
tenure:
start: "2023-02-24"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 22 (MD State House of Representatives District 22).
Represents [MD State House of Representatives District 22](/us/states/md/districts/house/22.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 4"
represents: "us/states/md/districts/house/4"
tenure:
start: "2015-02-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 4 (MD State House of Representatives District 4).
Represents [MD State House of Representatives District 4](/us/states/md/districts/house/4.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 38B"
represents: "us/states/md/districts/house/38b"
tenure:
start: "2024-09-10"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 38B (MD State House of Representatives District 38B).
Represents [MD State House of Representatives District 38B](/us/states/md/districts/house/38b.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 21"
represents: "us/states/md/districts/house/21"
tenure:
start: "2007-01-10"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 21 (MD State House of Representatives District 21).
Represents [MD State House of Representatives District 21](/us/states/md/districts/house/21.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 10"
represents: "us/states/md/districts/senate/10"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 10 (MD State Senate District 10).
Represents [MD State Senate District 10](/us/states/md/districts/senate/10.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 19"
represents: "us/states/md/districts/senate/19"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 19 (MD State Senate District 19).
Represents [MD State Senate District 19](/us/states/md/districts/senate/19.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 14"
represents: "us/states/md/districts/house/14"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 14 (MD State House of Representatives District 14).
Represents [MD State House of Representatives District 14](/us/states/md/districts/house/14.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 46"
represents: "us/states/md/districts/senate/46"
tenure:
start: "2011-01-12"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 46 (MD State Senate District 46).
Represents [MD State Senate District 46](/us/states/md/districts/senate/46.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 4"
represents: "us/states/md/districts/senate/4"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 4 (MD State Senate District 4).
Represents [MD State Senate District 4](/us/states/md/districts/senate/4.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 6"
represents: "us/states/md/districts/house/6"
tenure:
start: "2015-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 6 (MD State House of Representatives District 6).
Represents [MD State House of Representatives District 6](/us/states/md/districts/house/6.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 19"
represents: "us/states/md/districts/house/19"
tenure:
start: "2011-01-12"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 19 (MD State House of Representatives District 19).
Represents [MD State House of Representatives District 19](/us/states/md/districts/house/19.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 31"
represents: "us/states/md/districts/house/31"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 31 (MD State House of Representatives District 31).
Represents [MD State House of Representatives District 31](/us/states/md/districts/house/31.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 29B"
represents: "us/states/md/districts/house/29b"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 29B (MD State House of Representatives District 29B).
Represents [MD State House of Representatives District 29B](/us/states/md/districts/house/29b.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 15"
represents: "us/states/md/districts/senate/15"
tenure:
start: "2013-09-17"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 15 (MD State Senate District 15).
Represents [MD State Senate District 15](/us/states/md/districts/senate/15.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 31"
represents: "us/states/md/districts/senate/31"
tenure:
start: "2007-01-10"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 31 (MD State Senate District 31).
Represents [MD State Senate District 31](/us/states/md/districts/senate/31.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 28"
represents: "us/states/md/districts/house/28"
tenure:
start: "2011-01-12"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 28 (MD State House of Representatives District 28).
Represents [MD State House of Representatives District 28](/us/states/md/districts/house/28.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 8"
represents: "us/states/md/districts/senate/8"
tenure:
start: "2025-02-05"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 8 (MD State Senate District 8).
Represents [MD State Senate District 8](/us/states/md/districts/senate/8.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 43B"
represents: "us/states/md/districts/house/43b"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 43B (MD State House of Representatives District 43B).
Represents [MD State House of Representatives District 43B](/us/states/md/districts/house/43b.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 45"
represents: "us/states/md/districts/house/45"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 45 (MD State House of Representatives District 45).
Represents [MD State House of Representatives District 45](/us/states/md/districts/house/45.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 9A"
represents: "us/states/md/districts/house/9a"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 9A (MD State House of Representatives District 9A).
Represents [MD State House of Representatives District 9A](/us/states/md/districts/house/9a.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 44"
represents: "us/states/md/districts/senate/44"
tenure:
start: "2020-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 44 (MD State Senate District 44).
Represents [MD State Senate District 44](/us/states/md/districts/senate/44.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 19"
represents: "us/states/md/districts/house/19"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 19 (MD State House of Representatives District 19).
Represents [MD State House of Representatives District 19](/us/states/md/districts/house/19.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 17"
represents: "us/states/md/districts/senate/17"
tenure:
start: "2015-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 17 (MD State Senate District 17).
Represents [MD State Senate District 17](/us/states/md/districts/senate/17.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 11A"
represents: "us/states/md/districts/house/11a"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 11A (MD State House of Representatives District 11A).
Represents [MD State House of Representatives District 11A](/us/states/md/districts/house/11a.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 37B"
represents: "us/states/md/districts/house/37b"
tenure:
start: "2015-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 37B (MD State House of Representatives District 37B).
Represents [MD State House of Representatives District 37B](/us/states/md/districts/house/37b.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 5"
represents: "us/states/md/districts/house/5"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 5 (MD State House of Representatives District 5).
Represents [MD State House of Representatives District 5](/us/states/md/districts/house/5.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 42"
represents: "us/states/md/districts/senate/42"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 42 (MD State Senate District 42).
Represents [MD State Senate District 42](/us/states/md/districts/senate/42.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 5"
represents: "us/states/md/districts/house/5"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 5 (MD State House of Representatives District 5).
Represents [MD State House of Representatives District 5](/us/states/md/districts/house/5.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 12"
represents: "us/states/md/districts/senate/12"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 12 (MD State Senate District 12).
Represents [MD State Senate District 12](/us/states/md/districts/senate/12.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 45"
represents: "us/states/md/districts/senate/45"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 45 (MD State Senate District 45).
Represents [MD State Senate District 45](/us/states/md/districts/senate/45.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 9B"
represents: "us/states/md/districts/house/9b"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 9B (MD State House of Representatives District 9B).
Represents [MD State House of Representatives District 9B](/us/states/md/districts/house/9b.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 14"
represents: "us/states/md/districts/senate/14"
tenure:
start: "2016-02-04"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 14 (MD State Senate District 14).
Represents [MD State Senate District 14](/us/states/md/districts/senate/14.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 41"
represents: "us/states/md/districts/senate/41"
tenure:
start: "2025-01-24"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 41 (MD State Senate District 41).
Represents [MD State Senate District 41](/us/states/md/districts/senate/41.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 30A"
represents: "us/states/md/districts/house/30a"
tenure:
start: "2020-05-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 30A (MD State House of Representatives District 30A).
Represents [MD State House of Representatives District 30A](/us/states/md/districts/house/30a.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 11B"
represents: "us/states/md/districts/house/11b"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 11B (MD State House of Representatives District 11B).
Represents [MD State House of Representatives District 11B](/us/states/md/districts/house/11b.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 27A"
represents: "us/states/md/districts/house/27a"
tenure:
start: "2026-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 27A (MD State House of Representatives District 27A).
Represents [MD State House of Representatives District 27A](/us/states/md/districts/house/27a.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 15"
represents: "us/states/md/districts/house/15"
tenure:
start: "2013-10-21"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 15 (MD State House of Representatives District 15).
Represents [MD State House of Representatives District 15](/us/states/md/districts/house/15.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 20"
represents: "us/states/md/districts/house/20"
tenure:
start: "2015-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 20 (MD State House of Representatives District 20).
Represents [MD State House of Representatives District 20](/us/states/md/districts/house/20.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 33"
represents: "us/states/md/districts/senate/33"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 33 (MD State Senate District 33).
Represents [MD State Senate District 33](/us/states/md/districts/senate/33.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 28"
represents: "us/states/md/districts/house/28"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 28 (MD State House of Representatives District 28).
Represents [MD State House of Representatives District 28](/us/states/md/districts/house/28.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 47B"
represents: "us/states/md/districts/house/47b"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 47B (MD State House of Representatives District 47B).
Represents [MD State House of Representatives District 47B](/us/states/md/districts/house/47b.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 25"
represents: "us/states/md/districts/house/25"
tenure:
start: "2024-01-08"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 25 (MD State House of Representatives District 25).
Represents [MD State House of Representatives District 25](/us/states/md/districts/house/25.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 24"
represents: "us/states/md/districts/house/24"
tenure:
start: "2026-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 24 (MD State House of Representatives District 24).
Represents [MD State House of Representatives District 24](/us/states/md/districts/house/24.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 47A"
represents: "us/states/md/districts/house/47a"
tenure:
start: "2015-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 47A (MD State House of Representatives District 47A).
Represents [MD State House of Representatives District 47A](/us/states/md/districts/house/47a.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 30A"
represents: "us/states/md/districts/house/30a"
tenure:
start: "2025-02-06"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 30A (MD State House of Representatives District 30A).
Represents [MD State House of Representatives District 30A](/us/states/md/districts/house/30a.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 28"
represents: "us/states/md/districts/house/28"
tenure:
start: "2015-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 28 (MD State House of Representatives District 28).
Represents [MD State House of Representatives District 28](/us/states/md/districts/house/28.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 43A"
represents: "us/states/md/districts/house/43a"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 43A (MD State House of Representatives District 43A).
Represents [MD State House of Representatives District 43A](/us/states/md/districts/house/43a.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 18"
represents: "us/states/md/districts/house/18"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 18 (MD State House of Representatives District 18).
Represents [MD State House of Representatives District 18](/us/states/md/districts/house/18.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 44A"
represents: "us/states/md/districts/house/44a"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 44A (MD State House of Representatives District 44A).
Represents [MD State House of Representatives District 44A](/us/states/md/districts/house/44a.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 40"
represents: "us/states/md/districts/house/40"
tenure:
start: "2007-01-10"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 40 (MD State House of Representatives District 40).
Represents [MD State House of Representatives District 40](/us/states/md/districts/house/40.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 39"
represents: "us/states/md/districts/house/39"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 39 (MD State House of Representatives District 39).
Represents [MD State House of Representatives District 39](/us/states/md/districts/house/39.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 13"
represents: "us/states/md/districts/house/13"
tenure:
start: "2026-01-13"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 13 (MD State House of Representatives District 13).
Represents [MD State House of Representatives District 13](/us/states/md/districts/house/13.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 12B"
represents: "us/states/md/districts/house/12b"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 12B (MD State House of Representatives District 12B).
Represents [MD State House of Representatives District 12B](/us/states/md/districts/house/12b.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 39"
represents: "us/states/md/districts/house/39"
tenure:
start: "2023-05-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 39 (MD State House of Representatives District 39).
Represents [MD State House of Representatives District 39](/us/states/md/districts/house/39.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 13"
represents: "us/states/md/districts/senate/13"
tenure:
start: "2015-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 13 (MD State Senate District 13).
Represents [MD State Senate District 13](/us/states/md/districts/senate/13.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 8"
represents: "us/states/md/districts/house/8"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 8 (MD State House of Representatives District 8).
Represents [MD State House of Representatives District 8](/us/states/md/districts/house/8.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 33C"
represents: "us/states/md/districts/house/33c"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 33C (MD State House of Representatives District 33C).
Represents [MD State House of Representatives District 33C](/us/states/md/districts/house/33c.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 7"
represents: "us/states/md/districts/senate/7"
tenure:
start: "2011-01-12"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 7 (MD State Senate District 7).
Represents [MD State Senate District 7](/us/states/md/districts/senate/7.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 29"
represents: "us/states/md/districts/senate/29"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 29 (MD State Senate District 29).
Represents [MD State Senate District 29](/us/states/md/districts/senate/29.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 45"
represents: "us/states/md/districts/house/45"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 45 (MD State House of Representatives District 45).
Represents [MD State House of Representatives District 45](/us/states/md/districts/house/45.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 26"
represents: "us/states/md/districts/house/26"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 26 (MD State House of Representatives District 26).
Represents [MD State House of Representatives District 26](/us/states/md/districts/house/26.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 18"
represents: "us/states/md/districts/house/18"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 18 (MD State House of Representatives District 18).
Represents [MD State House of Representatives District 18](/us/states/md/districts/house/18.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 1B"
represents: "us/states/md/districts/house/1b"
tenure:
start: "2015-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 1B (MD State House of Representatives District 1B).
Represents [MD State House of Representatives District 1B](/us/states/md/districts/house/1b.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 35"
represents: "us/states/md/districts/senate/35"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 35 (MD State Senate District 35).
Represents [MD State Senate District 35](/us/states/md/districts/senate/35.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 36"
represents: "us/states/md/districts/house/36"
tenure:
start: "2011-01-12"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 36 (MD State House of Representatives District 36).
Represents [MD State House of Representatives District 36](/us/states/md/districts/house/36.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 36"
represents: "us/states/md/districts/house/36"
tenure:
start: "2015-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 36 (MD State House of Representatives District 36).
Represents [MD State House of Representatives District 36](/us/states/md/districts/house/36.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 27B"
represents: "us/states/md/districts/house/27b"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 27B (MD State House of Representatives District 27B).
Represents [MD State House of Representatives District 27B](/us/states/md/districts/house/27b.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 18"
represents: "us/states/md/districts/senate/18"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 18 (MD State Senate District 18).
Represents [MD State Senate District 18](/us/states/md/districts/senate/18.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 13"
represents: "us/states/md/districts/house/13"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 13 (MD State House of Representatives District 13).
Represents [MD State House of Representatives District 13](/us/states/md/districts/house/13.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 10"
represents: "us/states/md/districts/house/10"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 10 (MD State House of Representatives District 10).
Represents [MD State House of Representatives District 10](/us/states/md/districts/house/10.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 4"
represents: "us/states/md/districts/house/4"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 4 (MD State House of Representatives District 4).
Represents [MD State House of Representatives District 4](/us/states/md/districts/house/4.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 12A"
represents: "us/states/md/districts/house/12a"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 12A (MD State House of Representatives District 12A).
Represents [MD State House of Representatives District 12A](/us/states/md/districts/house/12a.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 20"
represents: "us/states/md/districts/house/20"
tenure:
start: "2017-01-25"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 20 (MD State House of Representatives District 20).
Represents [MD State House of Representatives District 20](/us/states/md/districts/house/20.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 1A"
represents: "us/states/md/districts/house/1a"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 1A (MD State House of Representatives District 1A).
Represents [MD State House of Representatives District 1A](/us/states/md/districts/house/1a.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 21"
represents: "us/states/md/districts/senate/21"
tenure:
start: "2007-01-10"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 21 (MD State Senate District 21).
Represents [MD State Senate District 21](/us/states/md/districts/senate/21.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 24"
represents: "us/states/md/districts/senate/24"
tenure:
start: "2011-01-12"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 24 (MD State Senate District 24).
Represents [MD State Senate District 24](/us/states/md/districts/senate/24.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 17"
represents: "us/states/md/districts/house/17"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 17 (MD State House of Representatives District 17).
Represents [MD State House of Representatives District 17](/us/states/md/districts/house/17.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 37"
represents: "us/states/md/districts/senate/37"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 37 (MD State Senate District 37).
Represents [MD State Senate District 37](/us/states/md/districts/senate/37.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 6"
represents: "us/states/md/districts/senate/6"
tenure:
start: "2015-01-14"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 6 (MD State Senate District 6).
Represents [MD State Senate District 6](/us/states/md/districts/senate/6.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 11B"
represents: "us/states/md/districts/house/11b"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 11B (MD State House of Representatives District 11B).
Represents [MD State House of Representatives District 11B](/us/states/md/districts/house/11b.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 21"
represents: "us/states/md/districts/house/21"
tenure:
start: "2025-01-01"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 21 (MD State House of Representatives District 21).
Represents [MD State House of Representatives District 21](/us/states/md/districts/house/21.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 42C"
represents: "us/states/md/districts/house/42c"
tenure:
start: "2023-01-11"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 42C (MD State House of Representatives District 42C).
Represents [MD State House of Representatives District 42C](/us/states/md/districts/house/42c.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 47A"
represents: "us/states/md/districts/house/47a"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 47A (MD State House of Representatives District 47A).
Represents [MD State House of Representatives District 47A](/us/states/md/districts/house/47a.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State House of Representatives District 17"
represents: "us/states/md/districts/house/17"
tenure:
start: "2019-01-09"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD House District 17 (MD State House of Representatives District 17).
Represents [MD State House of Representatives District 17](/us/states/md/districts/house/17.md).
## Sources
- tenure: OpenStates YAML via GitHub 2026-06-20
@@ -8,6 +8,7 @@ level: "state"
branch: "legislative"
state: "MD"
district: "MD State Senate District 5"
represents: "us/states/md/districts/senate/5"
tenure:
start: "2015-02-02"
current: true
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
Current MD Senate District 5 (MD State Senate District 5).
Represents [MD State Senate District 5](/us/states/md/districts/senate/5.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