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: "MA"
|
||||
district: "MA State House of Representatives District 3rd Suffolk"
|
||||
represents: "us/states/ma/districts/house/3rd-suffolk"
|
||||
tenure:
|
||||
start: "2009-07-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 3rd Suffolk (MA State House of Representatives District 3rd Suffolk).
|
||||
|
||||
Represents [MA State House of Representatives District 3rd Suffolk](/us/states/ma/districts/house/3rd-suffolk.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 7th Hampden"
|
||||
represents: "us/states/ma/districts/house/7th-hampden"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 7th Hampden (MA State House of Representatives District 7th Hampden).
|
||||
|
||||
Represents [MA State House of Representatives District 7th Hampden](/us/states/ma/districts/house/7th-hampden.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State Senate District Hampden"
|
||||
represents: "us/states/ma/districts/senate/hampden"
|
||||
tenure:
|
||||
start: "2021-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA Senate District Hampden (MA State Senate District Hampden).
|
||||
|
||||
Represents [MA State Senate District Hampden](/us/states/ma/districts/senate/hampden.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 14th Bristol"
|
||||
represents: "us/states/ma/districts/house/14th-bristol"
|
||||
tenure:
|
||||
start: "2021-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 14th Bristol (MA State House of Representatives District 14th Bristol).
|
||||
|
||||
Represents [MA State House of Representatives District 14th Bristol](/us/states/ma/districts/house/14th-bristol.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 1st Suffolk"
|
||||
represents: "us/states/ma/districts/house/1st-suffolk"
|
||||
tenure:
|
||||
start: "2015-04-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 1st Suffolk (MA State House of Representatives District 1st Suffolk).
|
||||
|
||||
Represents [MA State House of Representatives District 1st Suffolk](/us/states/ma/districts/house/1st-suffolk.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 14th Essex"
|
||||
represents: "us/states/ma/districts/house/14th-essex"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 14th Essex (MA State House of Representatives District 14th Essex).
|
||||
|
||||
Represents [MA State House of Representatives District 14th Essex](/us/states/ma/districts/house/14th-essex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 7th Bristol"
|
||||
represents: "us/states/ma/districts/house/7th-bristol"
|
||||
tenure:
|
||||
start: "2013-01-02"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 7th Bristol (MA State House of Representatives District 7th Bristol).
|
||||
|
||||
Represents [MA State House of Representatives District 7th Bristol](/us/states/ma/districts/house/7th-bristol.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 14th Norfolk"
|
||||
represents: "us/states/ma/districts/house/14th-norfolk"
|
||||
tenure:
|
||||
start: "2011-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 14th Norfolk (MA State House of Representatives District 14th Norfolk).
|
||||
|
||||
Represents [MA State House of Representatives District 14th Norfolk](/us/states/ma/districts/house/14th-norfolk.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 7th Plymouth"
|
||||
represents: "us/states/ma/districts/house/7th-plymouth"
|
||||
tenure:
|
||||
start: "2019-01-02"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 7th Plymouth (MA State House of Representatives District 7th Plymouth).
|
||||
|
||||
Represents [MA State House of Representatives District 7th Plymouth](/us/states/ma/districts/house/7th-plymouth.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 11th Middlesex"
|
||||
represents: "us/states/ma/districts/house/11th-middlesex"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 11th Middlesex (MA State House of Representatives District 11th Middlesex).
|
||||
|
||||
Represents [MA State House of Representatives District 11th Middlesex](/us/states/ma/districts/house/11th-middlesex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 3rd Essex"
|
||||
represents: "us/states/ma/districts/house/3rd-essex"
|
||||
tenure:
|
||||
start: "2017-11-15"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 3rd Essex (MA State House of Representatives District 3rd Essex).
|
||||
|
||||
Represents [MA State House of Representatives District 3rd Essex](/us/states/ma/districts/house/3rd-essex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 12th Hampden"
|
||||
represents: "us/states/ma/districts/house/12th-hampden"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 12th Hampden (MA State House of Representatives District 12th Hampden).
|
||||
|
||||
Represents [MA State House of Representatives District 12th Hampden](/us/states/ma/districts/house/12th-hampden.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State Senate District Second Essex and Middlesex"
|
||||
represents: "us/states/ma/districts/senate/second-essex-and-middlesex"
|
||||
tenure:
|
||||
start: "2019-01-02"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA Senate District Second Essex and Middlesex (MA State Senate District Second Essex and Middlesex).
|
||||
|
||||
Represents [MA State Senate District Second Essex and Middlesex](/us/states/ma/districts/senate/second-essex-and-middlesex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State Senate District Norfolk, Worcester and Middlesex"
|
||||
represents: "us/states/ma/districts/senate/norfolk-worcester-and-middlesex"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA Senate District Norfolk, Worcester and Middlesex (MA State Senate District Norfolk, Worcester and Middlesex).
|
||||
|
||||
Represents [MA State Senate District Norfolk, Worcester and Middlesex](/us/states/ma/districts/senate/norfolk-worcester-and-middlesex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State Senate District Norfolk, Plymouth and Bristol"
|
||||
represents: "us/states/ma/districts/senate/norfolk-plymouth-and-bristol"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA Senate District Norfolk, Plymouth and Bristol (MA State Senate District Norfolk, Plymouth and Bristol).
|
||||
|
||||
Represents [MA State Senate District Norfolk, Plymouth and Bristol](/us/states/ma/districts/senate/norfolk-plymouth-and-bristol.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 6th Norfolk"
|
||||
represents: "us/states/ma/districts/house/6th-norfolk"
|
||||
tenure:
|
||||
start: "2011-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 6th Norfolk (MA State House of Representatives District 6th Norfolk).
|
||||
|
||||
Represents [MA State House of Representatives District 6th Norfolk](/us/states/ma/districts/house/6th-norfolk.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 10th Suffolk"
|
||||
represents: "us/states/ma/districts/house/10th-suffolk"
|
||||
tenure:
|
||||
start: "2023-06-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 10th Suffolk (MA State House of Representatives District 10th Suffolk).
|
||||
|
||||
Represents [MA State House of Representatives District 10th Suffolk](/us/states/ma/districts/house/10th-suffolk.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 20th Middlesex"
|
||||
represents: "us/states/ma/districts/house/20th-middlesex"
|
||||
tenure:
|
||||
start: "1995-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 20th Middlesex (MA State House of Representatives District 20th Middlesex).
|
||||
|
||||
Represents [MA State House of Representatives District 20th Middlesex](/us/states/ma/districts/house/20th-middlesex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 12th Suffolk"
|
||||
represents: "us/states/ma/districts/house/12th-suffolk"
|
||||
tenure:
|
||||
start: "2021-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 12th Suffolk (MA State House of Representatives District 12th Suffolk).
|
||||
|
||||
Represents [MA State House of Representatives District 12th Suffolk](/us/states/ma/districts/house/12th-suffolk.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State Senate District Third Essex"
|
||||
represents: "us/states/ma/districts/senate/third-essex"
|
||||
tenure:
|
||||
start: "2018-03-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA Senate District Third Essex (MA State Senate District Third Essex).
|
||||
|
||||
Represents [MA State Senate District Third Essex](/us/states/ma/districts/senate/third-essex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 2nd Hampden"
|
||||
represents: "us/states/ma/districts/house/2nd-hampden"
|
||||
tenure:
|
||||
start: "2009-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 2nd Hampden (MA State House of Representatives District 2nd Hampden).
|
||||
|
||||
Represents [MA State House of Representatives District 2nd Hampden](/us/states/ma/districts/house/2nd-hampden.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 10th Worcester"
|
||||
represents: "us/states/ma/districts/house/10th-worcester"
|
||||
tenure:
|
||||
start: "2017-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 10th Worcester (MA State House of Representatives District 10th Worcester).
|
||||
|
||||
Represents [MA State House of Representatives District 10th Worcester](/us/states/ma/districts/house/10th-worcester.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 9th Plymouth"
|
||||
represents: "us/states/ma/districts/house/9th-plymouth"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 9th Plymouth (MA State House of Representatives District 9th Plymouth).
|
||||
|
||||
Represents [MA State House of Representatives District 9th Plymouth](/us/states/ma/districts/house/9th-plymouth.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 1st Norfolk"
|
||||
represents: "us/states/ma/districts/house/1st-norfolk"
|
||||
tenure:
|
||||
start: "1999-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 1st Norfolk (MA State House of Representatives District 1st Norfolk).
|
||||
|
||||
Represents [MA State House of Representatives District 1st Norfolk](/us/states/ma/districts/house/1st-norfolk.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State Senate District First Essex and Middlesex"
|
||||
represents: "us/states/ma/districts/senate/first-essex-and-middlesex"
|
||||
tenure:
|
||||
start: "1995-01-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA Senate District First Essex and Middlesex (MA State Senate District First Essex and Middlesex).
|
||||
|
||||
Represents [MA State Senate District First Essex and Middlesex](/us/states/ma/districts/senate/first-essex-and-middlesex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 11th Hampden"
|
||||
represents: "us/states/ma/districts/house/11th-hampden"
|
||||
tenure:
|
||||
start: "2017-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 11th Hampden (MA State House of Representatives District 11th Hampden).
|
||||
|
||||
Represents [MA State House of Representatives District 11th Hampden](/us/states/ma/districts/house/11th-hampden.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 10th Hampden"
|
||||
represents: "us/states/ma/districts/house/10th-hampden"
|
||||
tenure:
|
||||
start: "2015-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 10th Hampden (MA State House of Representatives District 10th Hampden).
|
||||
|
||||
Represents [MA State House of Representatives District 10th Hampden](/us/states/ma/districts/house/10th-hampden.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 13th Middlesex"
|
||||
represents: "us/states/ma/districts/house/13th-middlesex"
|
||||
tenure:
|
||||
start: "2015-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 13th Middlesex (MA State House of Representatives District 13th Middlesex).
|
||||
|
||||
Represents [MA State House of Representatives District 13th Middlesex](/us/states/ma/districts/house/13th-middlesex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 6th Bristol"
|
||||
represents: "us/states/ma/districts/house/6th-bristol"
|
||||
tenure:
|
||||
start: "2013-09-25"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 6th Bristol (MA State House of Representatives District 6th Bristol).
|
||||
|
||||
Represents [MA State House of Representatives District 6th Bristol](/us/states/ma/districts/house/6th-bristol.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 1st Barnstable"
|
||||
represents: "us/states/ma/districts/house/1st-barnstable"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 1st Barnstable (MA State House of Representatives District 1st Barnstable).
|
||||
|
||||
Represents [MA State House of Representatives District 1st Barnstable](/us/states/ma/districts/house/1st-barnstable.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 11th Bristol"
|
||||
represents: "us/states/ma/districts/house/11th-bristol"
|
||||
tenure:
|
||||
start: "2019-01-02"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 11th Bristol (MA State House of Representatives District 11th Bristol).
|
||||
|
||||
Represents [MA State House of Representatives District 11th Bristol](/us/states/ma/districts/house/11th-bristol.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 5th Suffolk"
|
||||
represents: "us/states/ma/districts/house/5th-suffolk"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 5th Suffolk (MA State House of Representatives District 5th Suffolk).
|
||||
|
||||
Represents [MA State House of Representatives District 5th Suffolk](/us/states/ma/districts/house/5th-suffolk.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 34th Middlesex"
|
||||
represents: "us/states/ma/districts/house/34th-middlesex"
|
||||
tenure:
|
||||
start: "2015-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 34th Middlesex (MA State House of Representatives District 34th Middlesex).
|
||||
|
||||
Represents [MA State House of Representatives District 34th Middlesex](/us/states/ma/districts/house/34th-middlesex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 9th Bristol"
|
||||
represents: "us/states/ma/districts/house/9th-bristol"
|
||||
tenure:
|
||||
start: "2011-01-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 9th Bristol (MA State House of Representatives District 9th Bristol).
|
||||
|
||||
Represents [MA State House of Representatives District 9th Bristol](/us/states/ma/districts/house/9th-bristol.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 7th Suffolk"
|
||||
represents: "us/states/ma/districts/house/7th-suffolk"
|
||||
tenure:
|
||||
start: "2017-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 7th Suffolk (MA State House of Representatives District 7th Suffolk).
|
||||
|
||||
Represents [MA State House of Representatives District 7th Suffolk](/us/states/ma/districts/house/7th-suffolk.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State Senate District Fourth Middlesex"
|
||||
represents: "us/states/ma/districts/senate/fourth-middlesex"
|
||||
tenure:
|
||||
start: "2017-07-25"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA Senate District Fourth Middlesex (MA State Senate District Fourth Middlesex).
|
||||
|
||||
Represents [MA State Senate District Fourth Middlesex](/us/states/ma/districts/senate/fourth-middlesex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 36th Middlesex"
|
||||
represents: "us/states/ma/districts/house/36th-middlesex"
|
||||
tenure:
|
||||
start: "2011-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 36th Middlesex (MA State House of Representatives District 36th Middlesex).
|
||||
|
||||
Represents [MA State House of Representatives District 36th Middlesex](/us/states/ma/districts/house/36th-middlesex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State Senate District Norfolk and Middlesex"
|
||||
represents: "us/states/ma/districts/senate/norfolk-and-middlesex"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA Senate District Norfolk and Middlesex (MA State Senate District Norfolk and Middlesex).
|
||||
|
||||
Represents [MA State Senate District Norfolk and Middlesex](/us/states/ma/districts/senate/norfolk-and-middlesex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 10th Essex"
|
||||
represents: "us/states/ma/districts/house/10th-essex"
|
||||
tenure:
|
||||
start: "2016-05-18"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 10th Essex (MA State House of Representatives District 10th Essex).
|
||||
|
||||
Represents [MA State House of Representatives District 10th Essex](/us/states/ma/districts/house/10th-essex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 16th Worcester"
|
||||
represents: "us/states/ma/districts/house/16th-worcester"
|
||||
tenure:
|
||||
start: "2013-09-25"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 16th Worcester (MA State House of Representatives District 16th Worcester).
|
||||
|
||||
Represents [MA State House of Representatives District 16th Worcester](/us/states/ma/districts/house/16th-worcester.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 13th Suffolk"
|
||||
represents: "us/states/ma/districts/house/13th-suffolk"
|
||||
tenure:
|
||||
start: "2014-04-16"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 13th Suffolk (MA State House of Representatives District 13th Suffolk).
|
||||
|
||||
Represents [MA State House of Representatives District 13th Suffolk](/us/states/ma/districts/house/13th-suffolk.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 37th Middlesex"
|
||||
represents: "us/states/ma/districts/house/37th-middlesex"
|
||||
tenure:
|
||||
start: "2020-06-10"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 37th Middlesex (MA State House of Representatives District 37th Middlesex).
|
||||
|
||||
Represents [MA State House of Representatives District 37th Middlesex](/us/states/ma/districts/house/37th-middlesex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 4th Middlesex"
|
||||
represents: "us/states/ma/districts/house/4th-middlesex"
|
||||
tenure:
|
||||
start: "2013-01-02"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 4th Middlesex (MA State House of Representatives District 4th Middlesex).
|
||||
|
||||
Represents [MA State House of Representatives District 4th Middlesex](/us/states/ma/districts/house/4th-middlesex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 2nd Suffolk"
|
||||
represents: "us/states/ma/districts/house/2nd-suffolk"
|
||||
tenure:
|
||||
start: "2014-04-16"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 2nd Suffolk (MA State House of Representatives District 2nd Suffolk).
|
||||
|
||||
Represents [MA State House of Representatives District 2nd Suffolk](/us/states/ma/districts/house/2nd-suffolk.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 9th Worcester"
|
||||
represents: "us/states/ma/districts/house/9th-worcester"
|
||||
tenure:
|
||||
start: "2015-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 9th Worcester (MA State House of Representatives District 9th Worcester).
|
||||
|
||||
Represents [MA State House of Representatives District 9th Worcester](/us/states/ma/districts/house/9th-worcester.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 19th Middlesex"
|
||||
represents: "us/states/ma/districts/house/19th-middlesex"
|
||||
tenure:
|
||||
start: "2019-01-02"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 19th Middlesex (MA State House of Representatives District 19th Middlesex).
|
||||
|
||||
Represents [MA State House of Representatives District 19th Middlesex](/us/states/ma/districts/house/19th-middlesex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 24th Middlesex"
|
||||
represents: "us/states/ma/districts/house/24th-middlesex"
|
||||
tenure:
|
||||
start: "2013-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 24th Middlesex (MA State House of Representatives District 24th Middlesex).
|
||||
|
||||
Represents [MA State House of Representatives District 24th Middlesex](/us/states/ma/districts/house/24th-middlesex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 3rd Barnstable"
|
||||
represents: "us/states/ma/districts/house/3rd-barnstable"
|
||||
tenure:
|
||||
start: "2011-01-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 3rd Barnstable (MA State House of Representatives District 3rd Barnstable).
|
||||
|
||||
Represents [MA State House of Representatives District 3rd Barnstable](/us/states/ma/districts/house/3rd-barnstable.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 4th Suffolk"
|
||||
represents: "us/states/ma/districts/house/4th-suffolk"
|
||||
tenure:
|
||||
start: "2019-01-02"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 4th Suffolk (MA State House of Representatives District 4th Suffolk).
|
||||
|
||||
Represents [MA State House of Representatives District 4th Suffolk](/us/states/ma/districts/house/4th-suffolk.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 5th Plymouth"
|
||||
represents: "us/states/ma/districts/house/5th-plymouth"
|
||||
tenure:
|
||||
start: "2015-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 5th Plymouth (MA State House of Representatives District 5th Plymouth).
|
||||
|
||||
Represents [MA State House of Representatives District 5th Plymouth](/us/states/ma/districts/house/5th-plymouth.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 17th Worcester"
|
||||
represents: "us/states/ma/districts/house/17th-worcester"
|
||||
tenure:
|
||||
start: "2019-01-02"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 17th Worcester (MA State House of Representatives District 17th Worcester).
|
||||
|
||||
Represents [MA State House of Representatives District 17th Worcester](/us/states/ma/districts/house/17th-worcester.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 5th Middlesex"
|
||||
represents: "us/states/ma/districts/house/5th-middlesex"
|
||||
tenure:
|
||||
start: "1999-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 5th Middlesex (MA State House of Representatives District 5th Middlesex).
|
||||
|
||||
Represents [MA State House of Representatives District 5th Middlesex](/us/states/ma/districts/house/5th-middlesex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 1st Essex"
|
||||
represents: "us/states/ma/districts/house/1st-essex"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 1st Essex (MA State House of Representatives District 1st Essex).
|
||||
|
||||
Represents [MA State House of Representatives District 1st Essex](/us/states/ma/districts/house/1st-essex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 8th Plymouth"
|
||||
represents: "us/states/ma/districts/house/8th-plymouth"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 8th Plymouth (MA State House of Representatives District 8th Plymouth).
|
||||
|
||||
Represents [MA State House of Representatives District 8th Plymouth](/us/states/ma/districts/house/8th-plymouth.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 9th Essex"
|
||||
represents: "us/states/ma/districts/house/9th-essex"
|
||||
tenure:
|
||||
start: "2011-01-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 9th Essex (MA State House of Representatives District 9th Essex).
|
||||
|
||||
Represents [MA State House of Representatives District 9th Essex](/us/states/ma/districts/house/9th-essex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 5th Worcester"
|
||||
represents: "us/states/ma/districts/house/5th-worcester"
|
||||
tenure:
|
||||
start: "2015-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 5th Worcester (MA State House of Representatives District 5th Worcester).
|
||||
|
||||
Represents [MA State House of Representatives District 5th Worcester](/us/states/ma/districts/house/5th-worcester.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 5th Essex"
|
||||
represents: "us/states/ma/districts/house/5th-essex"
|
||||
tenure:
|
||||
start: "2026-04-15"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 5th Essex (MA State House of Representatives District 5th Essex).
|
||||
|
||||
Represents [MA State House of Representatives District 5th Essex](/us/states/ma/districts/house/5th-essex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State Senate District Plymouth and Barnstable"
|
||||
represents: "us/states/ma/districts/senate/plymouth-and-barnstable"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA Senate District Plymouth and Barnstable (MA State Senate District Plymouth and Barnstable).
|
||||
|
||||
Represents [MA State Senate District Plymouth and Barnstable](/us/states/ma/districts/senate/plymouth-and-barnstable.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 27th Middlesex"
|
||||
represents: "us/states/ma/districts/house/27th-middlesex"
|
||||
tenure:
|
||||
start: "2021-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 27th Middlesex (MA State House of Representatives District 27th Middlesex).
|
||||
|
||||
Represents [MA State House of Representatives District 27th Middlesex](/us/states/ma/districts/house/27th-middlesex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 4th Essex"
|
||||
represents: "us/states/ma/districts/house/4th-essex"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 4th Essex (MA State House of Representatives District 4th Essex).
|
||||
|
||||
Represents [MA State House of Representatives District 4th Essex](/us/states/ma/districts/house/4th-essex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 16th Essex"
|
||||
represents: "us/states/ma/districts/house/16th-essex"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 16th Essex (MA State House of Representatives District 16th Essex).
|
||||
|
||||
Represents [MA State House of Representatives District 16th Essex](/us/states/ma/districts/house/16th-essex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 17th Essex"
|
||||
represents: "us/states/ma/districts/house/17th-essex"
|
||||
tenure:
|
||||
start: "2013-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 17th Essex (MA State House of Representatives District 17th Essex).
|
||||
|
||||
Represents [MA State House of Representatives District 17th Essex](/us/states/ma/districts/house/17th-essex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 12th Middlesex"
|
||||
represents: "us/states/ma/districts/house/12th-middlesex"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 12th Middlesex (MA State House of Representatives District 12th Middlesex).
|
||||
|
||||
Represents [MA State House of Representatives District 12th Middlesex](/us/states/ma/districts/house/12th-middlesex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 4th Barnstable"
|
||||
represents: "us/states/ma/districts/house/4th-barnstable"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 4th Barnstable (MA State House of Representatives District 4th Barnstable).
|
||||
|
||||
Represents [MA State House of Representatives District 4th Barnstable](/us/states/ma/districts/house/4th-barnstable.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 6th Essex"
|
||||
represents: "us/states/ma/districts/house/6th-essex"
|
||||
tenure:
|
||||
start: "2025-05-21"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 6th Essex (MA State House of Representatives District 6th Essex).
|
||||
|
||||
Represents [MA State House of Representatives District 6th Essex](/us/states/ma/districts/house/6th-essex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 11th Worcester"
|
||||
represents: "us/states/ma/districts/house/11th-worcester"
|
||||
tenure:
|
||||
start: "2015-04-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 11th Worcester (MA State House of Representatives District 11th Worcester).
|
||||
|
||||
Represents [MA State House of Representatives District 11th Worcester](/us/states/ma/districts/house/11th-worcester.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 2nd Hampshire"
|
||||
represents: "us/states/ma/districts/house/2nd-hampshire"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 2nd Hampshire (MA State House of Representatives District 2nd Hampshire).
|
||||
|
||||
Represents [MA State House of Representatives District 2nd Hampshire](/us/states/ma/districts/house/2nd-hampshire.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 7th Middlesex"
|
||||
represents: "us/states/ma/districts/house/7th-middlesex"
|
||||
tenure:
|
||||
start: "2017-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 7th Middlesex (MA State House of Representatives District 7th Middlesex).
|
||||
|
||||
Represents [MA State House of Representatives District 7th Middlesex](/us/states/ma/districts/house/7th-middlesex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State Senate District Hampden, Hampshire and Worcester"
|
||||
represents: "us/states/ma/districts/senate/hampden-hampshire-and-worcester"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA Senate District Hampden, Hampshire and Worcester (MA State Senate District Hampden, Hampshire and Worcester).
|
||||
|
||||
Represents [MA State Senate District Hampden, Hampshire and Worcester](/us/states/ma/districts/senate/hampden-hampshire-and-worcester.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 8th Middlesex"
|
||||
represents: "us/states/ma/districts/house/8th-middlesex"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 8th Middlesex (MA State House of Representatives District 8th Middlesex).
|
||||
|
||||
Represents [MA State House of Representatives District 8th Middlesex](/us/states/ma/districts/house/8th-middlesex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State Senate District Middlesex and Worcester"
|
||||
represents: "us/states/ma/districts/senate/middlesex-and-worcester"
|
||||
tenure:
|
||||
start: "2009-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA Senate District Middlesex and Worcester (MA State Senate District Middlesex and Worcester).
|
||||
|
||||
Represents [MA State Senate District Middlesex and Worcester](/us/states/ma/districts/senate/middlesex-and-worcester.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 4th Norfolk"
|
||||
represents: "us/states/ma/districts/house/4th-norfolk"
|
||||
tenure:
|
||||
start: "2011-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 4th Norfolk (MA State House of Representatives District 4th Norfolk).
|
||||
|
||||
Represents [MA State House of Representatives District 4th Norfolk](/us/states/ma/districts/house/4th-norfolk.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State Senate District Fifth Middlesex"
|
||||
represents: "us/states/ma/districts/senate/fifth-middlesex"
|
||||
tenure:
|
||||
start: "2014-04-16"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA Senate District Fifth Middlesex (MA State Senate District Fifth Middlesex).
|
||||
|
||||
Represents [MA State Senate District Fifth Middlesex](/us/states/ma/districts/senate/fifth-middlesex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 8th Suffolk"
|
||||
represents: "us/states/ma/districts/house/8th-suffolk"
|
||||
tenure:
|
||||
start: "2013-07-17"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 8th Suffolk (MA State House of Representatives District 8th Suffolk).
|
||||
|
||||
Represents [MA State House of Representatives District 8th Suffolk](/us/states/ma/districts/house/8th-suffolk.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 10th Norfolk"
|
||||
represents: "us/states/ma/districts/house/10th-norfolk"
|
||||
tenure:
|
||||
start: "2013-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 10th Norfolk (MA State House of Representatives District 10th Norfolk).
|
||||
|
||||
Represents [MA State House of Representatives District 10th Norfolk](/us/states/ma/districts/house/10th-norfolk.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 19th Suffolk"
|
||||
represents: "us/states/ma/districts/house/19th-suffolk"
|
||||
tenure:
|
||||
start: "2021-04-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 19th Suffolk (MA State House of Representatives District 19th Suffolk).
|
||||
|
||||
Represents [MA State House of Representatives District 19th Suffolk](/us/states/ma/districts/house/19th-suffolk.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 8th Essex"
|
||||
represents: "us/states/ma/districts/house/8th-essex"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 8th Essex (MA State House of Representatives District 8th Essex).
|
||||
|
||||
Represents [MA State House of Representatives District 8th Essex](/us/states/ma/districts/house/8th-essex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 16th Suffolk"
|
||||
represents: "us/states/ma/districts/house/16th-suffolk"
|
||||
tenure:
|
||||
start: "2021-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 16th Suffolk (MA State House of Representatives District 16th Suffolk).
|
||||
|
||||
Represents [MA State House of Representatives District 16th Suffolk](/us/states/ma/districts/house/16th-suffolk.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 2nd Middlesex"
|
||||
represents: "us/states/ma/districts/house/2nd-middlesex"
|
||||
tenure:
|
||||
start: "2009-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 2nd Middlesex (MA State House of Representatives District 2nd Middlesex).
|
||||
|
||||
Represents [MA State House of Representatives District 2nd Middlesex](/us/states/ma/districts/house/2nd-middlesex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 2nd Bristol"
|
||||
represents: "us/states/ma/districts/house/2nd-bristol"
|
||||
tenure:
|
||||
start: "2018-04-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 2nd Bristol (MA State House of Representatives District 2nd Bristol).
|
||||
|
||||
Represents [MA State House of Representatives District 2nd Bristol](/us/states/ma/districts/house/2nd-bristol.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 14th Worcester"
|
||||
represents: "us/states/ma/districts/house/14th-worcester"
|
||||
tenure:
|
||||
start: "2007-05-03"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 14th Worcester (MA State House of Representatives District 14th Worcester).
|
||||
|
||||
Represents [MA State House of Representatives District 14th Worcester](/us/states/ma/districts/house/14th-worcester.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State Senate District Hampshire, Franklin and Worcester"
|
||||
represents: "us/states/ma/districts/senate/hampshire-franklin-and-worcester"
|
||||
tenure:
|
||||
start: "2019-01-02"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA Senate District Hampshire, Franklin and Worcester (MA State Senate District Hampshire, Franklin and Worcester).
|
||||
|
||||
Represents [MA State Senate District Hampshire, Franklin and Worcester](/us/states/ma/districts/senate/hampshire-franklin-and-worcester.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State Senate District Second Essex"
|
||||
represents: "us/states/ma/districts/senate/second-essex"
|
||||
tenure:
|
||||
start: "2013-01-02"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA Senate District Second Essex (MA State Senate District Second Essex).
|
||||
|
||||
Represents [MA State Senate District Second Essex](/us/states/ma/districts/senate/second-essex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 3rd Plymouth"
|
||||
represents: "us/states/ma/districts/house/3rd-plymouth"
|
||||
tenure:
|
||||
start: "2017-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 3rd Plymouth (MA State House of Representatives District 3rd Plymouth).
|
||||
|
||||
Represents [MA State House of Representatives District 3rd Plymouth](/us/states/ma/districts/house/3rd-plymouth.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 28th Middlesex"
|
||||
represents: "us/states/ma/districts/house/28th-middlesex"
|
||||
tenure:
|
||||
start: "2015-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 28th Middlesex (MA State House of Representatives District 28th Middlesex).
|
||||
|
||||
Represents [MA State House of Representatives District 28th Middlesex](/us/states/ma/districts/house/28th-middlesex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 18th Worcester"
|
||||
represents: "us/states/ma/districts/house/18th-worcester"
|
||||
tenure:
|
||||
start: "2015-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 18th Worcester (MA State House of Representatives District 18th Worcester).
|
||||
|
||||
Represents [MA State House of Representatives District 18th Worcester](/us/states/ma/districts/house/18th-worcester.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 1st Berkshire"
|
||||
represents: "us/states/ma/districts/house/1st-berkshire"
|
||||
tenure:
|
||||
start: "2017-11-15"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 1st Berkshire (MA State House of Representatives District 1st Berkshire).
|
||||
|
||||
Represents [MA State House of Representatives District 1st Berkshire](/us/states/ma/districts/house/1st-berkshire.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State Senate District Worcester and Middlesex"
|
||||
represents: "us/states/ma/districts/senate/worcester-and-middlesex"
|
||||
tenure:
|
||||
start: "2021-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA Senate District Worcester and Middlesex (MA State Senate District Worcester and Middlesex).
|
||||
|
||||
Represents [MA State Senate District Worcester and Middlesex](/us/states/ma/districts/senate/worcester-and-middlesex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 2nd Plymouth"
|
||||
represents: "us/states/ma/districts/house/2nd-plymouth"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 2nd Plymouth (MA State House of Representatives District 2nd Plymouth).
|
||||
|
||||
Represents [MA State House of Representatives District 2nd Plymouth](/us/states/ma/districts/house/2nd-plymouth.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State Senate District Norfolk and Plymouth"
|
||||
represents: "us/states/ma/districts/senate/norfolk-and-plymouth"
|
||||
tenure:
|
||||
start: "2011-01-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA Senate District Norfolk and Plymouth (MA State Senate District Norfolk and Plymouth).
|
||||
|
||||
Represents [MA State Senate District Norfolk and Plymouth](/us/states/ma/districts/senate/norfolk-and-plymouth.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 10th Middlesex"
|
||||
represents: "us/states/ma/districts/house/10th-middlesex"
|
||||
tenure:
|
||||
start: "2011-05-11"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 10th Middlesex (MA State House of Representatives District 10th Middlesex).
|
||||
|
||||
Represents [MA State House of Representatives District 10th Middlesex](/us/states/ma/districts/house/10th-middlesex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 13th Worcester"
|
||||
represents: "us/states/ma/districts/house/13th-worcester"
|
||||
tenure:
|
||||
start: "2011-01-05"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 13th Worcester (MA State House of Representatives District 13th Worcester).
|
||||
|
||||
Represents [MA State House of Representatives District 13th Worcester](/us/states/ma/districts/house/13th-worcester.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 6th Worcester"
|
||||
represents: "us/states/ma/districts/house/6th-worcester"
|
||||
tenure:
|
||||
start: "2024-03-27"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 6th Worcester (MA State House of Representatives District 6th Worcester).
|
||||
|
||||
Represents [MA State House of Representatives District 6th Worcester](/us/states/ma/districts/house/6th-worcester.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 9th Suffolk"
|
||||
represents: "us/states/ma/districts/house/9th-suffolk"
|
||||
tenure:
|
||||
start: "2023-06-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 9th Suffolk (MA State House of Representatives District 9th Suffolk).
|
||||
|
||||
Represents [MA State House of Representatives District 9th Suffolk](/us/states/ma/districts/house/9th-suffolk.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 12th Norfolk"
|
||||
represents: "us/states/ma/districts/house/12th-norfolk"
|
||||
tenure:
|
||||
start: "2011-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 12th Norfolk (MA State House of Representatives District 12th Norfolk).
|
||||
|
||||
Represents [MA State House of Representatives District 12th Norfolk](/us/states/ma/districts/house/12th-norfolk.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State Senate District Hampden and Hampshire"
|
||||
represents: "us/states/ma/districts/senate/hampden-and-hampshire"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA Senate District Hampden and Hampshire (MA State Senate District Hampden and Hampshire).
|
||||
|
||||
Represents [MA State Senate District Hampden and Hampshire](/us/states/ma/districts/senate/hampden-and-hampshire.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 2nd Worcester"
|
||||
represents: "us/states/ma/districts/house/2nd-worcester"
|
||||
tenure:
|
||||
start: "2013-01-02"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 2nd Worcester (MA State House of Representatives District 2nd Worcester).
|
||||
|
||||
Represents [MA State House of Representatives District 2nd Worcester](/us/states/ma/districts/house/2nd-worcester.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 13th Norfolk"
|
||||
represents: "us/states/ma/districts/house/13th-norfolk"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 13th Norfolk (MA State House of Representatives District 13th Norfolk).
|
||||
|
||||
Represents [MA State House of Representatives District 13th Norfolk](/us/states/ma/districts/house/13th-norfolk.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State House of Representatives District 11th Suffolk"
|
||||
represents: "us/states/ma/districts/house/11th-suffolk"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA House District 11th Suffolk (MA State House of Representatives District 11th Suffolk).
|
||||
|
||||
Represents [MA State House of Representatives District 11th Suffolk](/us/states/ma/districts/house/11th-suffolk.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "MA"
|
||||
district: "MA State Senate District Cape and Islands"
|
||||
represents: "us/states/ma/districts/senate/cape-and-islands"
|
||||
tenure:
|
||||
start: "2017-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current MA Senate District Cape and Islands (MA State Senate District Cape and Islands).
|
||||
|
||||
Represents [MA State Senate District Cape and Islands](/us/states/ma/districts/senate/cape-and-islands.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user