legislation
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
1 row where bill_type = "hconres", congress = 101 and policy_area = "Native Americans" sorted by introduced_date descending
This data as json, CSV (advanced)
Suggested facets: 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 101-hconres-386 | 101 | hconres | 386 | To acknowledge the 100th anniversary of the tragedy at Wounded Knee Creek, State of South Dakota, December 29, 1890, wherein soldiers of the United States Army 7th Cavalry killed and wounded approximately 350-375 Indian men, women, children of Chief Big Foot's band of the Minneconjou Sioux, and to recognize the Year of Reconciliation declared by the State of South Dakota between the citizens of the State and the member bands of the Great Sioux Nation. | Native Americans | 1990-10-19 | 1990-10-25 | See S.Con.Res.153. | House | Rep. Johnson, Tim [D-SD-At Large] | SD | D | J000177 | 0 | Declares that the Congress, on the occasion of the 100th anniversary of the Wounded Knee Massacre of December 29, 1890, acknowledges the historical significance of this event as the last armed conflict of the Indian wars period resulting in the tragic death and injury of approximately 350 to 375 Indian men, women, and children of Chief Big Foot's band of Minneconjou Sioux. Expresses the deep regret of the Congress on behalf of the United States to the descendants of the victims, survivors, and their respective tribal communities. Commends the efforts of reconciliation initiated by the State of South Dakota and the Wounded Knee Survivors Association. Expresses the support of the Congress for the establishment of a suitable Memorial to those slain at Wounded Knee which could inform the American public of the historic significance of the events and accurately portray the heroic and courageous campaign waged by the Sioux people to preserve and protect their lands and their way of life during this period. Expresses the commitment of the Congress to acknowledge and learn from our history, including the Wounded Knee Massacre, in order to provide a proper foundation for building an ever more humane, enlightened, and just society for the future. | 2024-02-07T13:32:55Z |
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);