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: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-17"
|
||||
represents: "us/states/vt/districts/house/chittenden-17"
|
||||
tenure:
|
||||
start: "2024-05-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-17 (VT State House of Representatives District Chittenden-17).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-17](/us/states/vt/districts/house/chittenden-17.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Windsor-3"
|
||||
represents: "us/states/vt/districts/house/windsor-3"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Windsor-3 (VT State House of Representatives District Windsor-3).
|
||||
|
||||
Represents [VT State House of Representatives District Windsor-3](/us/states/vt/districts/house/windsor-3.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Rutland-8"
|
||||
represents: "us/states/vt/districts/house/rutland-8"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Rutland-8 (VT State House of Representatives District Rutland-8).
|
||||
|
||||
Represents [VT State House of Representatives District Rutland-8](/us/states/vt/districts/house/rutland-8.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State Senate District Windsor"
|
||||
represents: "us/states/vt/districts/senate/windsor"
|
||||
tenure:
|
||||
start: "2017-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT Senate District Windsor (VT State Senate District Windsor).
|
||||
|
||||
Represents [VT State Senate District Windsor](/us/states/vt/districts/senate/windsor.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-24"
|
||||
represents: "us/states/vt/districts/house/chittenden-24"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-24 (VT State House of Representatives District Chittenden-24).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-24](/us/states/vt/districts/house/chittenden-24.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Addison-1"
|
||||
represents: "us/states/vt/districts/house/addison-1"
|
||||
tenure:
|
||||
start: "2015-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Addison-1 (VT State House of Representatives District Addison-1).
|
||||
|
||||
Represents [VT State House of Representatives District Addison-1](/us/states/vt/districts/house/addison-1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State Senate District Washington"
|
||||
represents: "us/states/vt/districts/senate/washington"
|
||||
tenure:
|
||||
start: "2019-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT Senate District Washington (VT State Senate District Washington).
|
||||
|
||||
Represents [VT State Senate District Washington](/us/states/vt/districts/senate/washington.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-2"
|
||||
represents: "us/states/vt/districts/house/chittenden-2"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-2 (VT State House of Representatives District Chittenden-2).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-2](/us/states/vt/districts/house/chittenden-2.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State Senate District Washington"
|
||||
represents: "us/states/vt/districts/senate/washington"
|
||||
tenure:
|
||||
start: "1997-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT Senate District Washington (VT State Senate District Washington).
|
||||
|
||||
Represents [VT State Senate District Washington](/us/states/vt/districts/senate/washington.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Washington-1"
|
||||
represents: "us/states/vt/districts/house/washington-1"
|
||||
tenure:
|
||||
start: "2003-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Washington-1 (VT State House of Representatives District Washington-1).
|
||||
|
||||
Represents [VT State House of Representatives District Washington-1](/us/states/vt/districts/house/washington-1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State Senate District Washington"
|
||||
represents: "us/states/vt/districts/senate/washington"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT Senate District Washington (VT State Senate District Washington).
|
||||
|
||||
Represents [VT State Senate District Washington](/us/states/vt/districts/senate/washington.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Franklin-1"
|
||||
represents: "us/states/vt/districts/house/franklin-1"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Franklin-1 (VT State House of Representatives District Franklin-1).
|
||||
|
||||
Represents [VT State House of Representatives District Franklin-1](/us/states/vt/districts/house/franklin-1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-14"
|
||||
represents: "us/states/vt/districts/house/chittenden-14"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-14 (VT State House of Representatives District Chittenden-14).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-14](/us/states/vt/districts/house/chittenden-14.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State Senate District Windsor"
|
||||
represents: "us/states/vt/districts/senate/windsor"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT Senate District Windsor (VT State Senate District Windsor).
|
||||
|
||||
Represents [VT State Senate District Windsor](/us/states/vt/districts/senate/windsor.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Caledonia-3"
|
||||
represents: "us/states/vt/districts/house/caledonia-3"
|
||||
tenure:
|
||||
start: "2024-03-12"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Caledonia-3 (VT State House of Representatives District Caledonia-3).
|
||||
|
||||
Represents [VT State House of Representatives District Caledonia-3](/us/states/vt/districts/house/caledonia-3.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Rutland-10"
|
||||
represents: "us/states/vt/districts/house/rutland-10"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Rutland-10 (VT State House of Representatives District Rutland-10).
|
||||
|
||||
Represents [VT State House of Representatives District Rutland-10](/us/states/vt/districts/house/rutland-10.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-18"
|
||||
represents: "us/states/vt/districts/house/chittenden-18"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-18 (VT State House of Representatives District Chittenden-18).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-18](/us/states/vt/districts/house/chittenden-18.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State Senate District Franklin"
|
||||
represents: "us/states/vt/districts/senate/franklin"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT Senate District Franklin (VT State Senate District Franklin).
|
||||
|
||||
Represents [VT State Senate District Franklin](/us/states/vt/districts/senate/franklin.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-13"
|
||||
represents: "us/states/vt/districts/house/chittenden-13"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-13 (VT State House of Representatives District Chittenden-13).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-13](/us/states/vt/districts/house/chittenden-13.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-25"
|
||||
represents: "us/states/vt/districts/house/chittenden-25"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-25 (VT State House of Representatives District Chittenden-25).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-25](/us/states/vt/districts/house/chittenden-25.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-15"
|
||||
represents: "us/states/vt/districts/house/chittenden-15"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-15 (VT State House of Representatives District Chittenden-15).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-15](/us/states/vt/districts/house/chittenden-15.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State Senate District Rutland"
|
||||
represents: "us/states/vt/districts/senate/rutland"
|
||||
tenure:
|
||||
start: "2015-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT Senate District Rutland (VT State Senate District Rutland).
|
||||
|
||||
Represents [VT State Senate District Rutland](/us/states/vt/districts/senate/rutland.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-11"
|
||||
represents: "us/states/vt/districts/house/chittenden-11"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-11 (VT State House of Representatives District Chittenden-11).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-11](/us/states/vt/districts/house/chittenden-11.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-8"
|
||||
represents: "us/states/vt/districts/house/chittenden-8"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-8 (VT State House of Representatives District Chittenden-8).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-8](/us/states/vt/districts/house/chittenden-8.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Washington-2"
|
||||
represents: "us/states/vt/districts/house/washington-2"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Washington-2 (VT State House of Representatives District Washington-2).
|
||||
|
||||
Represents [VT State House of Representatives District Washington-2](/us/states/vt/districts/house/washington-2.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-18"
|
||||
represents: "us/states/vt/districts/house/chittenden-18"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-18 (VT State House of Representatives District Chittenden-18).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-18](/us/states/vt/districts/house/chittenden-18.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Franklin-1"
|
||||
represents: "us/states/vt/districts/house/franklin-1"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Franklin-1 (VT State House of Representatives District Franklin-1).
|
||||
|
||||
Represents [VT State House of Representatives District Franklin-1](/us/states/vt/districts/house/franklin-1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Franklin-8"
|
||||
represents: "us/states/vt/districts/house/franklin-8"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Franklin-8 (VT State House of Representatives District Franklin-8).
|
||||
|
||||
Represents [VT State House of Representatives District Franklin-8](/us/states/vt/districts/house/franklin-8.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Windsor-5"
|
||||
represents: "us/states/vt/districts/house/windsor-5"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Windsor-5 (VT State House of Representatives District Windsor-5).
|
||||
|
||||
Represents [VT State House of Representatives District Windsor-5](/us/states/vt/districts/house/windsor-5.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-5"
|
||||
represents: "us/states/vt/districts/house/chittenden-5"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-5 (VT State House of Representatives District Chittenden-5).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-5](/us/states/vt/districts/house/chittenden-5.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-21"
|
||||
represents: "us/states/vt/districts/house/chittenden-21"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-21 (VT State House of Representatives District Chittenden-21).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-21](/us/states/vt/districts/house/chittenden-21.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Rutland-7"
|
||||
represents: "us/states/vt/districts/house/rutland-7"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Rutland-7 (VT State House of Representatives District Rutland-7).
|
||||
|
||||
Represents [VT State House of Representatives District Rutland-7](/us/states/vt/districts/house/rutland-7.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State Senate District Chittenden North"
|
||||
represents: "us/states/vt/districts/senate/chittenden-north"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT Senate District Chittenden North (VT State Senate District Chittenden North).
|
||||
|
||||
Represents [VT State Senate District Chittenden North](/us/states/vt/districts/senate/chittenden-north.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Windham-Windsor-Bennington"
|
||||
represents: "us/states/vt/districts/house/windham-windsor-bennington"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Windham-Windsor-Bennington (VT State House of Representatives District Windham-Windsor-Bennington).
|
||||
|
||||
Represents [VT State House of Representatives District Windham-Windsor-Bennington](/us/states/vt/districts/house/windham-windsor-bennington.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Rutland-Bennington"
|
||||
represents: "us/states/vt/districts/house/rutland-bennington"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Rutland-Bennington (VT State House of Representatives District Rutland-Bennington).
|
||||
|
||||
Represents [VT State House of Representatives District Rutland-Bennington](/us/states/vt/districts/house/rutland-bennington.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-Franklin"
|
||||
represents: "us/states/vt/districts/house/chittenden-franklin"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-Franklin (VT State House of Representatives District Chittenden-Franklin).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-Franklin](/us/states/vt/districts/house/chittenden-franklin.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Rutland-4"
|
||||
represents: "us/states/vt/districts/house/rutland-4"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Rutland-4 (VT State House of Representatives District Rutland-4).
|
||||
|
||||
Represents [VT State House of Representatives District Rutland-4](/us/states/vt/districts/house/rutland-4.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Washington-4"
|
||||
represents: "us/states/vt/districts/house/washington-4"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Washington-4 (VT State House of Representatives District Washington-4).
|
||||
|
||||
Represents [VT State House of Representatives District Washington-4](/us/states/vt/districts/house/washington-4.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-21"
|
||||
represents: "us/states/vt/districts/house/chittenden-21"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-21 (VT State House of Representatives District Chittenden-21).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-21](/us/states/vt/districts/house/chittenden-21.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Lamoille-2"
|
||||
represents: "us/states/vt/districts/house/lamoille-2"
|
||||
tenure:
|
||||
start: "2017-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Lamoille-2 (VT State House of Representatives District Lamoille-2).
|
||||
|
||||
Represents [VT State House of Representatives District Lamoille-2](/us/states/vt/districts/house/lamoille-2.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Washington-2"
|
||||
represents: "us/states/vt/districts/house/washington-2"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Washington-2 (VT State House of Representatives District Washington-2).
|
||||
|
||||
Represents [VT State House of Representatives District Washington-2](/us/states/vt/districts/house/washington-2.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Rutland-2"
|
||||
represents: "us/states/vt/districts/house/rutland-2"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Rutland-2 (VT State House of Representatives District Rutland-2).
|
||||
|
||||
Represents [VT State House of Representatives District Rutland-2](/us/states/vt/districts/house/rutland-2.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State Senate District Rutland"
|
||||
represents: "us/states/vt/districts/senate/rutland"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT Senate District Rutland (VT State Senate District Rutland).
|
||||
|
||||
Represents [VT State Senate District Rutland](/us/states/vt/districts/senate/rutland.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Lamoille-Washington"
|
||||
represents: "us/states/vt/districts/house/lamoille-washington"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Lamoille-Washington (VT State House of Representatives District Lamoille-Washington).
|
||||
|
||||
Represents [VT State House of Representatives District Lamoille-Washington](/us/states/vt/districts/house/lamoille-washington.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Bennington-3"
|
||||
represents: "us/states/vt/districts/house/bennington-3"
|
||||
tenure:
|
||||
start: "2019-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Bennington-3 (VT State House of Representatives District Bennington-3).
|
||||
|
||||
Represents [VT State House of Representatives District Bennington-3](/us/states/vt/districts/house/bennington-3.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Caledonia-Essex"
|
||||
represents: "us/states/vt/districts/house/caledonia-essex"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Caledonia-Essex (VT State House of Representatives District Caledonia-Essex).
|
||||
|
||||
Represents [VT State House of Representatives District Caledonia-Essex](/us/states/vt/districts/house/caledonia-essex.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Caledonia-1"
|
||||
represents: "us/states/vt/districts/house/caledonia-1"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Caledonia-1 (VT State House of Representatives District Caledonia-1).
|
||||
|
||||
Represents [VT State House of Representatives District Caledonia-1](/us/states/vt/districts/house/caledonia-1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-20"
|
||||
represents: "us/states/vt/districts/house/chittenden-20"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-20 (VT State House of Representatives District Chittenden-20).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-20](/us/states/vt/districts/house/chittenden-20.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-3"
|
||||
represents: "us/states/vt/districts/house/chittenden-3"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-3 (VT State House of Representatives District Chittenden-3).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-3](/us/states/vt/districts/house/chittenden-3.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Washington-5"
|
||||
represents: "us/states/vt/districts/house/washington-5"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Washington-5 (VT State House of Representatives District Washington-5).
|
||||
|
||||
Represents [VT State House of Representatives District Washington-5](/us/states/vt/districts/house/washington-5.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Windsor-1"
|
||||
represents: "us/states/vt/districts/house/windsor-1"
|
||||
tenure:
|
||||
start: "2021-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Windsor-1 (VT State House of Representatives District Windsor-1).
|
||||
|
||||
Represents [VT State House of Representatives District Windsor-1](/us/states/vt/districts/house/windsor-1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Windham-7"
|
||||
represents: "us/states/vt/districts/house/windham-7"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Windham-7 (VT State House of Representatives District Windham-7).
|
||||
|
||||
Represents [VT State House of Representatives District Windham-7](/us/states/vt/districts/house/windham-7.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-9"
|
||||
represents: "us/states/vt/districts/house/chittenden-9"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-9 (VT State House of Representatives District Chittenden-9).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-9](/us/states/vt/districts/house/chittenden-9.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Windham-6"
|
||||
represents: "us/states/vt/districts/house/windham-6"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Windham-6 (VT State House of Representatives District Windham-6).
|
||||
|
||||
Represents [VT State House of Representatives District Windham-6](/us/states/vt/districts/house/windham-6.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Windham-5"
|
||||
represents: "us/states/vt/districts/house/windham-5"
|
||||
tenure:
|
||||
start: "2015-01-07"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Windham-5 (VT State House of Representatives District Windham-5).
|
||||
|
||||
Represents [VT State House of Representatives District Windham-5](/us/states/vt/districts/house/windham-5.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Rutland-5"
|
||||
represents: "us/states/vt/districts/house/rutland-5"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Rutland-5 (VT State House of Representatives District Rutland-5).
|
||||
|
||||
Represents [VT State House of Representatives District Rutland-5](/us/states/vt/districts/house/rutland-5.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-2"
|
||||
represents: "us/states/vt/districts/house/chittenden-2"
|
||||
tenure:
|
||||
start: "2021-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-2 (VT State House of Representatives District Chittenden-2).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-2](/us/states/vt/districts/house/chittenden-2.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Windsor-6"
|
||||
represents: "us/states/vt/districts/house/windsor-6"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Windsor-6 (VT State House of Representatives District Windsor-6).
|
||||
|
||||
Represents [VT State House of Representatives District Windsor-6](/us/states/vt/districts/house/windsor-6.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-20"
|
||||
represents: "us/states/vt/districts/house/chittenden-20"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-20 (VT State House of Representatives District Chittenden-20).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-20](/us/states/vt/districts/house/chittenden-20.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Washington-Orange"
|
||||
represents: "us/states/vt/districts/house/washington-orange"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Washington-Orange (VT State House of Representatives District Washington-Orange).
|
||||
|
||||
Represents [VT State House of Representatives District Washington-Orange](/us/states/vt/districts/house/washington-orange.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State Senate District Chittenden Southeast"
|
||||
represents: "us/states/vt/districts/senate/chittenden-southeast"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT Senate District Chittenden Southeast (VT State Senate District Chittenden Southeast).
|
||||
|
||||
Represents [VT State Senate District Chittenden Southeast](/us/states/vt/districts/senate/chittenden-southeast.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Caledonia-Washington"
|
||||
represents: "us/states/vt/districts/house/caledonia-washington"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Caledonia-Washington (VT State House of Representatives District Caledonia-Washington).
|
||||
|
||||
Represents [VT State House of Representatives District Caledonia-Washington](/us/states/vt/districts/house/caledonia-washington.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Windsor-4"
|
||||
represents: "us/states/vt/districts/house/windsor-4"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Windsor-4 (VT State House of Representatives District Windsor-4).
|
||||
|
||||
Represents [VT State House of Representatives District Windsor-4](/us/states/vt/districts/house/windsor-4.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Addison-4"
|
||||
represents: "us/states/vt/districts/house/addison-4"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Addison-4 (VT State House of Representatives District Addison-4).
|
||||
|
||||
Represents [VT State House of Representatives District Addison-4](/us/states/vt/districts/house/addison-4.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Windham-9"
|
||||
represents: "us/states/vt/districts/house/windham-9"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Windham-9 (VT State House of Representatives District Windham-9).
|
||||
|
||||
Represents [VT State House of Representatives District Windham-9](/us/states/vt/districts/house/windham-9.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Franklin-6"
|
||||
represents: "us/states/vt/districts/house/franklin-6"
|
||||
tenure:
|
||||
start: "2019-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Franklin-6 (VT State House of Representatives District Franklin-6).
|
||||
|
||||
Represents [VT State House of Representatives District Franklin-6](/us/states/vt/districts/house/franklin-6.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-1"
|
||||
represents: "us/states/vt/districts/house/chittenden-1"
|
||||
tenure:
|
||||
start: "2021-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-1 (VT State House of Representatives District Chittenden-1).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-1](/us/states/vt/districts/house/chittenden-1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Orange-Washington-Addison"
|
||||
represents: "us/states/vt/districts/house/orange-washington-addison"
|
||||
tenure:
|
||||
start: "2017-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Orange-Washington-Addison (VT State House of Representatives District Orange-Washington-Addison).
|
||||
|
||||
Represents [VT State House of Representatives District Orange-Washington-Addison](/us/states/vt/districts/house/orange-washington-addison.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Lamoille-1"
|
||||
represents: "us/states/vt/districts/house/lamoille-1"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Lamoille-1 (VT State House of Representatives District Lamoille-1).
|
||||
|
||||
Represents [VT State House of Representatives District Lamoille-1](/us/states/vt/districts/house/lamoille-1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-16"
|
||||
represents: "us/states/vt/districts/house/chittenden-16"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-16 (VT State House of Representatives District Chittenden-16).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-16](/us/states/vt/districts/house/chittenden-16.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Addison-Rutland"
|
||||
represents: "us/states/vt/districts/house/addison-rutland"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Addison-Rutland (VT State House of Representatives District Addison-Rutland).
|
||||
|
||||
Represents [VT State House of Representatives District Addison-Rutland](/us/states/vt/districts/house/addison-rutland.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Rutland-11"
|
||||
represents: "us/states/vt/districts/house/rutland-11"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Rutland-11 (VT State House of Representatives District Rutland-11).
|
||||
|
||||
Represents [VT State House of Representatives District Rutland-11](/us/states/vt/districts/house/rutland-11.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Windsor-Orange-2"
|
||||
represents: "us/states/vt/districts/house/windsor-orange-2"
|
||||
tenure:
|
||||
start: "1999-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Windsor-Orange-2 (VT State House of Representatives District Windsor-Orange-2).
|
||||
|
||||
Represents [VT State House of Representatives District Windsor-Orange-2](/us/states/vt/districts/house/windsor-orange-2.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Franklin-3"
|
||||
represents: "us/states/vt/districts/house/franklin-3"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Franklin-3 (VT State House of Representatives District Franklin-3).
|
||||
|
||||
Represents [VT State House of Representatives District Franklin-3](/us/states/vt/districts/house/franklin-3.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State Senate District Windsor"
|
||||
represents: "us/states/vt/districts/senate/windsor"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT Senate District Windsor (VT State Senate District Windsor).
|
||||
|
||||
Represents [VT State Senate District Windsor](/us/states/vt/districts/senate/windsor.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Windsor-1"
|
||||
represents: "us/states/vt/districts/house/windsor-1"
|
||||
tenure:
|
||||
start: "2025-01-01"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Windsor-1 (VT State House of Representatives District Windsor-1).
|
||||
|
||||
Represents [VT State House of Representatives District Windsor-1](/us/states/vt/districts/house/windsor-1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Essex-Caledonia"
|
||||
represents: "us/states/vt/districts/house/essex-caledonia"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Essex-Caledonia (VT State House of Representatives District Essex-Caledonia).
|
||||
|
||||
Represents [VT State House of Representatives District Essex-Caledonia](/us/states/vt/districts/house/essex-caledonia.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Windsor-Orange-1"
|
||||
represents: "us/states/vt/districts/house/windsor-orange-1"
|
||||
tenure:
|
||||
start: "2019-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Windsor-Orange-1 (VT State House of Representatives District Windsor-Orange-1).
|
||||
|
||||
Represents [VT State House of Representatives District Windsor-Orange-1](/us/states/vt/districts/house/windsor-orange-1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Bennington-1"
|
||||
represents: "us/states/vt/districts/house/bennington-1"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Bennington-1 (VT State House of Representatives District Bennington-1).
|
||||
|
||||
Represents [VT State House of Representatives District Bennington-1](/us/states/vt/districts/house/bennington-1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Orange-Caledonia"
|
||||
represents: "us/states/vt/districts/house/orange-caledonia"
|
||||
tenure:
|
||||
start: "2021-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Orange-Caledonia (VT State House of Representatives District Orange-Caledonia).
|
||||
|
||||
Represents [VT State House of Representatives District Orange-Caledonia](/us/states/vt/districts/house/orange-caledonia.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Orange-3"
|
||||
represents: "us/states/vt/districts/house/orange-3"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Orange-3 (VT State House of Representatives District Orange-3).
|
||||
|
||||
Represents [VT State House of Representatives District Orange-3](/us/states/vt/districts/house/orange-3.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Addison-5"
|
||||
represents: "us/states/vt/districts/house/addison-5"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Addison-5 (VT State House of Representatives District Addison-5).
|
||||
|
||||
Represents [VT State House of Representatives District Addison-5](/us/states/vt/districts/house/addison-5.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-22"
|
||||
represents: "us/states/vt/districts/house/chittenden-22"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-22 (VT State House of Representatives District Chittenden-22).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-22](/us/states/vt/districts/house/chittenden-22.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-6"
|
||||
represents: "us/states/vt/districts/house/chittenden-6"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-6 (VT State House of Representatives District Chittenden-6).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-6](/us/states/vt/districts/house/chittenden-6.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-16"
|
||||
represents: "us/states/vt/districts/house/chittenden-16"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-16 (VT State House of Representatives District Chittenden-16).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-16](/us/states/vt/districts/house/chittenden-16.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Washington-4"
|
||||
represents: "us/states/vt/districts/house/washington-4"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Washington-4 (VT State House of Representatives District Washington-4).
|
||||
|
||||
Represents [VT State House of Representatives District Washington-4](/us/states/vt/districts/house/washington-4.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Chittenden-10"
|
||||
represents: "us/states/vt/districts/house/chittenden-10"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Chittenden-10 (VT State House of Representatives District Chittenden-10).
|
||||
|
||||
Represents [VT State House of Representatives District Chittenden-10](/us/states/vt/districts/house/chittenden-10.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Bennington-4"
|
||||
represents: "us/states/vt/districts/house/bennington-4"
|
||||
tenure:
|
||||
start: "2019-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Bennington-4 (VT State House of Representatives District Bennington-4).
|
||||
|
||||
Represents [VT State House of Representatives District Bennington-4](/us/states/vt/districts/house/bennington-4.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Orleans-3"
|
||||
represents: "us/states/vt/districts/house/orleans-3"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Orleans-3 (VT State House of Representatives District Orleans-3).
|
||||
|
||||
Represents [VT State House of Representatives District Orleans-3](/us/states/vt/districts/house/orleans-3.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Washington-1"
|
||||
represents: "us/states/vt/districts/house/washington-1"
|
||||
tenure:
|
||||
start: "2019-01-09"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Washington-1 (VT State House of Representatives District Washington-1).
|
||||
|
||||
Represents [VT State House of Representatives District Washington-1](/us/states/vt/districts/house/washington-1.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State Senate District Chittenden Southeast"
|
||||
represents: "us/states/vt/districts/senate/chittenden-southeast"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT Senate District Chittenden Southeast (VT State Senate District Chittenden Southeast).
|
||||
|
||||
Represents [VT State Senate District Chittenden Southeast](/us/states/vt/districts/senate/chittenden-southeast.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Windsor-6"
|
||||
represents: "us/states/vt/districts/house/windsor-6"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Windsor-6 (VT State House of Representatives District Windsor-6).
|
||||
|
||||
Represents [VT State House of Representatives District Windsor-6](/us/states/vt/districts/house/windsor-6.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Rutland-Windsor"
|
||||
represents: "us/states/vt/districts/house/rutland-windsor"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Rutland-Windsor (VT State House of Representatives District Rutland-Windsor).
|
||||
|
||||
Represents [VT State House of Representatives District Rutland-Windsor](/us/states/vt/districts/house/rutland-windsor.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Windsor-Addison"
|
||||
represents: "us/states/vt/districts/house/windsor-addison"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Windsor-Addison (VT State House of Representatives District Windsor-Addison).
|
||||
|
||||
Represents [VT State House of Representatives District Windsor-Addison](/us/states/vt/districts/house/windsor-addison.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Windsor-3"
|
||||
represents: "us/states/vt/districts/house/windsor-3"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Windsor-3 (VT State House of Representatives District Windsor-3).
|
||||
|
||||
Represents [VT State House of Representatives District Windsor-3](/us/states/vt/districts/house/windsor-3.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State Senate District Orange"
|
||||
represents: "us/states/vt/districts/senate/orange"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT Senate District Orange (VT State Senate District Orange).
|
||||
|
||||
Represents [VT State Senate District Orange](/us/states/vt/districts/senate/orange.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Essex-Orleans"
|
||||
represents: "us/states/vt/districts/house/essex-orleans"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Essex-Orleans (VT State House of Representatives District Essex-Orleans).
|
||||
|
||||
Represents [VT State House of Representatives District Essex-Orleans](/us/states/vt/districts/house/essex-orleans.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Orange-Washington-Addison"
|
||||
represents: "us/states/vt/districts/house/orange-washington-addison"
|
||||
tenure:
|
||||
start: "2021-01-06"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Orange-Washington-Addison (VT State House of Representatives District Orange-Washington-Addison).
|
||||
|
||||
Represents [VT State House of Representatives District Orange-Washington-Addison](/us/states/vt/districts/house/orange-washington-addison.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Windham-2"
|
||||
represents: "us/states/vt/districts/house/windham-2"
|
||||
tenure:
|
||||
start: "2023-01-04"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Windham-2 (VT State House of Representatives District Windham-2).
|
||||
|
||||
Represents [VT State House of Representatives District Windham-2](/us/states/vt/districts/house/windham-2.md).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: OpenStates YAML via GitHub 2026-06-20
|
||||
|
||||
@@ -8,6 +8,7 @@ level: "state"
|
||||
branch: "legislative"
|
||||
state: "VT"
|
||||
district: "VT State House of Representatives District Orleans-4"
|
||||
represents: "us/states/vt/districts/house/orleans-4"
|
||||
tenure:
|
||||
start: "2025-01-08"
|
||||
current: true
|
||||
@@ -33,6 +34,8 @@ timestamp: "2026-07-04"
|
||||
|
||||
Current VT House District Orleans-4 (VT State House of Representatives District Orleans-4).
|
||||
|
||||
Represents [VT State House of Representatives District Orleans-4](/us/states/vt/districts/house/orleans-4.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