Close the institutional gap: bodies, committees, leadership
The seat data answered 'who represents this place?' but not 'who runs this institution?' — the Speaker of the House existed only as the rep for LA-4. This adds the missing axis of institutional power. New Body entities (233): the U.S. House, U.S. Senate, Executive Office, 49 committees, 181 subcommittees — each with its leadership. Federal people (532/542) enriched with bioguide IDs, leadership roles, and committee seats, reconciled from congress-legislators by name. Mike Johnson is now Speaker of the House, not just LA-4. Sources ingested directly into the repo (repo-canonical): Atlas supplied bodies/leadership/committee_memberships via congress-legislators, committed raw in data/. build.py supersedes convert_officeholders.py and reads all four inputs in one deterministic pass (byte-identical on rerun). The 10 unenriched federal records are a finding, not a bug: vacancies, the President, and ~5 seats where Atlas's roster disagrees with the authoritative current roster — model-vs-reality discrepancies to surface. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -7,6 +7,46 @@ party: "R"
|
||||
level: "federal"
|
||||
branch: "legislative"
|
||||
state: "AK"
|
||||
committees:
|
||||
- name: "Senate Committee on Armed Services"
|
||||
role: "member"
|
||||
body: "us/bodies/senate/committees/armed-services"
|
||||
- name: "Senate Committee on Armed Services - Airland"
|
||||
role: "member"
|
||||
body: "us/bodies/senate/committees/armed-services/subcommittees/airland"
|
||||
- name: "Senate Committee on Armed Services - Readiness and Management Support"
|
||||
role: "chair"
|
||||
body: "us/bodies/senate/committees/armed-services/subcommittees/readiness-and-management-support"
|
||||
- name: "Senate Committee on Armed Services - Seapower"
|
||||
role: "member"
|
||||
body: "us/bodies/senate/committees/armed-services/subcommittees/seapower"
|
||||
- name: "Senate Committee on Commerce, Science, and Transportation"
|
||||
role: "member"
|
||||
body: "us/bodies/senate/committees/commerce-science-and-transportation"
|
||||
- name: "Senate Committee on Commerce, Science, and Transportation - Coast Guard, Maritime, and Fisheries"
|
||||
role: "chair"
|
||||
body: "us/bodies/senate/committees/commerce-science-and-transportation/subcommittees/coast-guard-maritime-and-fisheries"
|
||||
- name: "Senate Committee on Commerce, Science, and Transportation - Surface Transportation, Freight, Pipelines, and Safety"
|
||||
role: "member"
|
||||
body: "us/bodies/senate/committees/commerce-science-and-transportation/subcommittees/surface-transportation-freight-pipelines-and-safety"
|
||||
- name: "Senate Committee on Commerce, Science, and Transportation - Telecommunications and Media"
|
||||
role: "member"
|
||||
body: "us/bodies/senate/committees/commerce-science-and-transportation/subcommittees/telecommunications-and-media"
|
||||
- name: "Senate Committee on Environment and Public Works"
|
||||
role: "member"
|
||||
body: "us/bodies/senate/committees/environment-and-public-works"
|
||||
- name: "Senate Committee on Environment and Public Works - Chemical Safety, Waste Management, Environmental Justice, and Regulatory Oversight"
|
||||
role: "member"
|
||||
body: "us/bodies/senate/committees/environment-and-public-works/subcommittees/chemical-safety-waste-management-environmental-justice-and-regulatory-oversight"
|
||||
- name: "Senate Committee on Environment and Public Works - Fisheries, Wildlife, and Water"
|
||||
role: "member"
|
||||
body: "us/bodies/senate/committees/environment-and-public-works/subcommittees/fisheries-wildlife-and-water"
|
||||
- name: "Senate Committee on Environment and Public Works - Transportation and Infrastructure"
|
||||
role: "member"
|
||||
body: "us/bodies/senate/committees/environment-and-public-works/subcommittees/transportation-and-infrastructure"
|
||||
- name: "Senate Committee on Veterans' Affairs"
|
||||
role: "member"
|
||||
body: "us/bodies/senate/committees/veterans-affairs"
|
||||
tenure:
|
||||
start: "2025-01-03"
|
||||
current: true
|
||||
@@ -19,11 +59,14 @@ ids:
|
||||
office: "6b0ca6e5-0570-4615-98b2-a0f4e72d723e"
|
||||
tenure: "f1180bc2-4c5a-4822-8efa-90df68b9a24d"
|
||||
jurisdiction: "7fe959c2-1139-402e-bcc1-ce1b15678651"
|
||||
bioguide: "S001198"
|
||||
sources:
|
||||
- field: tenure
|
||||
source: "Senate.gov XML 2026-06-20"
|
||||
- field: jurisdiction
|
||||
source: "Derived from governor jurisdiction"
|
||||
- field: roles
|
||||
source: "congress-legislators (unitedstates project)"
|
||||
confidence: official
|
||||
tags: [officeholder, federal, legislative, ak]
|
||||
timestamp: "2026-06-20"
|
||||
@@ -33,9 +76,26 @@ timestamp: "2026-06-20"
|
||||
|
||||
Current U.S. Senate - AK (State of Alaska).
|
||||
|
||||
## Committees
|
||||
|
||||
- [Senate Committee on Armed Services](/us/bodies/senate/committees/armed-services.md)
|
||||
- [Senate Committee on Armed Services - Airland](/us/bodies/senate/committees/armed-services/subcommittees/airland.md)
|
||||
- [Senate Committee on Armed Services - Readiness and Management Support](/us/bodies/senate/committees/armed-services/subcommittees/readiness-and-management-support.md) — **chair**
|
||||
- [Senate Committee on Armed Services - Seapower](/us/bodies/senate/committees/armed-services/subcommittees/seapower.md)
|
||||
- [Senate Committee on Commerce, Science, and Transportation](/us/bodies/senate/committees/commerce-science-and-transportation.md)
|
||||
- [Senate Committee on Commerce, Science, and Transportation - Coast Guard, Maritime, and Fisheries](/us/bodies/senate/committees/commerce-science-and-transportation/subcommittees/coast-guard-maritime-and-fisheries.md) — **chair**
|
||||
- [Senate Committee on Commerce, Science, and Transportation - Surface Transportation, Freight, Pipelines, and Safety](/us/bodies/senate/committees/commerce-science-and-transportation/subcommittees/surface-transportation-freight-pipelines-and-safety.md)
|
||||
- [Senate Committee on Commerce, Science, and Transportation - Telecommunications and Media](/us/bodies/senate/committees/commerce-science-and-transportation/subcommittees/telecommunications-and-media.md)
|
||||
- [Senate Committee on Environment and Public Works](/us/bodies/senate/committees/environment-and-public-works.md)
|
||||
- [Senate Committee on Environment and Public Works - Chemical Safety, Waste Management, Environmental Justice, and Regulatory Oversight](/us/bodies/senate/committees/environment-and-public-works/subcommittees/chemical-safety-waste-management-environmental-justice-and-regulatory-oversight.md)
|
||||
- [Senate Committee on Environment and Public Works - Fisheries, Wildlife, and Water](/us/bodies/senate/committees/environment-and-public-works/subcommittees/fisheries-wildlife-and-water.md)
|
||||
- [Senate Committee on Environment and Public Works - Transportation and Infrastructure](/us/bodies/senate/committees/environment-and-public-works/subcommittees/transportation-and-infrastructure.md)
|
||||
- [Senate Committee on Veterans' Affairs](/us/bodies/senate/committees/veterans-affairs.md)
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: Senate.gov XML 2026-06-20
|
||||
- jurisdiction: Derived from governor jurisdiction
|
||||
- roles: congress-legislators (unitedstates project)
|
||||
|
||||
Generated from the Atlas officeholders v2 export (2026-06-20).
|
||||
|
||||
Reference in New Issue
Block a user