legislation
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
3 rows where bill_type = "hjres", congress = 111 and policy_area = "Native Americans" sorted by introduced_date descending
This data as json, CSV (advanced)
Suggested facets: title, sponsor_name, sponsor_state, sponsor_bioguide_id, cosponsor_count, introduced_date (date), latest_action_date (date), update_date (date)
| bill_id | congress | bill_type | bill_number | title | policy_area | introduced_date ▲ | latest_action_date | latest_action_text | origin_chamber | sponsor_name | sponsor_state | sponsor_party | sponsor_bioguide_id | cosponsor_count | summary_text | update_date | url |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 111-hjres-46 | 111 | hjres | 46 | To acknowledge a long history of official depredations and ill-conceived policies by the United States Government regarding Indian tribes and offer an apology to all Native Peoples on behalf of the United States. | Native Americans | 2009-04-30 | 2009-04-30 | Referred to the House Committee on Natural Resources. | House | Rep. Boren, Dan [D-OK-2] | OK | D | B001254 | 27 | Recognizes the special legal and political relationship the Indian tribes have with the United States and the solemn covenant with the land we share. Commends and honors the Native Peoples for the thousands of years that they have stewarded and protected this land.Recognizes that there have been years of official depredations, ill-conceived policies, and the breaking of covenants by the U.S. government regarding Indian tribes.Apologizes on behalf of the people of the United States to all Native Peoples for the many instances of violence, maltreatment, and neglect inflicted on them by U.S. citizens. Expresses the regret of the United States for the ramifications of former wrongs and its commitment to build on the positive relationships of the past and present to move toward reconciliation. Urges the President to acknowledge the wrongs of the United States against Indian tribes in U.S. history.Commends the state governments that have begun reconciliation efforts with recognized Indian tribes located in their boundaries, and encourages all state governments to do the same. Prohibits anything in this Joint Resolution from authorizing or supporting any claim against the United States or serving as a settlement of any claim against the United States. | 2023-01-11T13:19:38Z | |
| 111-hjres-40 | 111 | hjres | 40 | Native American Heritage Day Act of 2009 | Native Americans | 2009-03-12 | 2009-06-26 | Became Public Law No: 111-33. | House | Rep. Baca, Joe [D-CA-43] | CA | D | B001234 | 0 | (This measure has not been amended since it was passed by the House on June 2, 2009. The summary of that version is repeated here.) Native American Heritage Day Act of 2009 - Makes specified findings, including that the Friday immediately succeeding Thanksgiving Day of each year would be an appropriate day to designate as Native American Heritage Day. Encourages the people of the United States, as well as federal, state, and local governments and interested groups and organizations, to honor Native Americans with appropriate activities to observe Native American Heritage Day, including regarding: (1) the historical status of Native American tribal governments and the present day status of Native Americans; (2) Native American cultures, traditions, and languages; and (3) the rich Native American cultural legacy that all Americans enjoy today. | 2023-03-22T18:07:14Z | |
| 111-hjres-20 | 111 | hjres | 20 | Native American Heritage Day Act of 2009 | Native Americans | 2009-02-10 | 2009-02-10 | Referred to the House Committee on Oversight and Government Reform. | House | Rep. Baca, Joe [D-CA-43] | CA | D | B001234 | 0 | Native American Heritage Day Act of 2009 - Encourages observing Native American Heritage Day with appropriate activities, including activities relating to the historical status of tribal governments, present day Native American status, cultures, traditions, and languages, and the Native American cultural legacy. | 2019-11-15T21:10:36Z |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE legislation (
bill_id TEXT PRIMARY KEY,
congress INTEGER,
bill_type TEXT,
bill_number INTEGER,
title TEXT,
policy_area TEXT,
introduced_date TEXT,
latest_action_date TEXT,
latest_action_text TEXT,
origin_chamber TEXT,
sponsor_name TEXT,
sponsor_state TEXT,
sponsor_party TEXT,
sponsor_bioguide_id TEXT,
cosponsor_count INTEGER DEFAULT 0,
summary_text TEXT,
update_date TEXT,
url TEXT
);
CREATE INDEX idx_leg_congress ON legislation(congress);
CREATE INDEX idx_leg_type ON legislation(bill_type);
CREATE INDEX idx_leg_policy ON legislation(policy_area);
CREATE INDEX idx_leg_date ON legislation(introduced_date);
CREATE INDEX idx_leg_sponsor ON legislation(sponsor_name);
CREATE INDEX idx_leg_sponsor_bioguide ON legislation(sponsor_bioguide_id);