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,40 @@ party: "R"
|
||||
level: "federal"
|
||||
branch: "legislative"
|
||||
state: "IN"
|
||||
committees:
|
||||
- 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 - Consumer Protection, Technology, and Data Privacy"
|
||||
role: "member"
|
||||
body: "us/bodies/senate/committees/commerce-science-and-transportation/subcommittees/consumer-protection-technology-and-data-privacy"
|
||||
- name: "Senate Committee on Commerce, Science, and Transportation - Science, Manufacturing, and Competitiveness"
|
||||
role: "member"
|
||||
body: "us/bodies/senate/committees/commerce-science-and-transportation/subcommittees/science-manufacturing-and-competitiveness"
|
||||
- name: "Senate Committee on Commerce, Science, and Transportation - Surface Transportation, Freight, Pipelines, and Safety"
|
||||
role: "chair"
|
||||
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 Finance"
|
||||
role: "member"
|
||||
body: "us/bodies/senate/committees/finance"
|
||||
- name: "Senate Committee on Finance - Health Care"
|
||||
role: "chair"
|
||||
body: "us/bodies/senate/committees/finance/subcommittees/health-care"
|
||||
- name: "Senate Committee on Finance - International Trade, Customs, and Global Competitiveness"
|
||||
role: "member"
|
||||
body: "us/bodies/senate/committees/finance/subcommittees/international-trade-customs-and-global-competitiveness"
|
||||
- name: "Senate Committee on Finance - Social Security, Pensions, and Family Policy"
|
||||
role: "member"
|
||||
body: "us/bodies/senate/committees/finance/subcommittees/social-security-pensions-and-family-policy"
|
||||
- name: "Senate Select Committee on Intelligence"
|
||||
role: "member"
|
||||
body: "us/bodies/senate/committees/senate-select-committee-on-intelligence"
|
||||
- name: "Senate Committee on Small Business and Entrepreneurship"
|
||||
role: "member"
|
||||
body: "us/bodies/senate/committees/small-business-and-entrepreneurship"
|
||||
tenure:
|
||||
start: "2025-01-03"
|
||||
current: true
|
||||
@@ -19,11 +53,14 @@ ids:
|
||||
office: "628490ec-da73-4693-9a25-4728a78c4096"
|
||||
tenure: "b92f8db2-7e1d-45c9-8596-5e9a483cd339"
|
||||
jurisdiction: "ea8c7894-e333-4448-be0d-b7b82f621f00"
|
||||
bioguide: "Y000064"
|
||||
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, in]
|
||||
timestamp: "2026-06-20"
|
||||
@@ -33,9 +70,24 @@ timestamp: "2026-06-20"
|
||||
|
||||
Current U.S. Senate - IN (State of Indiana).
|
||||
|
||||
## Committees
|
||||
|
||||
- [Senate Committee on Commerce, Science, and Transportation](/us/bodies/senate/committees/commerce-science-and-transportation.md)
|
||||
- [Senate Committee on Commerce, Science, and Transportation - Consumer Protection, Technology, and Data Privacy](/us/bodies/senate/committees/commerce-science-and-transportation/subcommittees/consumer-protection-technology-and-data-privacy.md)
|
||||
- [Senate Committee on Commerce, Science, and Transportation - Science, Manufacturing, and Competitiveness](/us/bodies/senate/committees/commerce-science-and-transportation/subcommittees/science-manufacturing-and-competitiveness.md)
|
||||
- [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) — **chair**
|
||||
- [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 Finance](/us/bodies/senate/committees/finance.md)
|
||||
- [Senate Committee on Finance - Health Care](/us/bodies/senate/committees/finance/subcommittees/health-care.md) — **chair**
|
||||
- [Senate Committee on Finance - International Trade, Customs, and Global Competitiveness](/us/bodies/senate/committees/finance/subcommittees/international-trade-customs-and-global-competitiveness.md)
|
||||
- [Senate Committee on Finance - Social Security, Pensions, and Family Policy](/us/bodies/senate/committees/finance/subcommittees/social-security-pensions-and-family-policy.md)
|
||||
- [Senate Select Committee on Intelligence](/us/bodies/senate/committees/senate-select-committee-on-intelligence.md)
|
||||
- [Senate Committee on Small Business and Entrepreneurship](/us/bodies/senate/committees/small-business-and-entrepreneurship.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