home / openregs

legislation_cosponsors

Cosponsors for tracked legislation. Distinguishes original cosponsors (signed on at introduction) from later additions. Linked to congress_members via bioguide_id.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

9 rows where bill_id = "101-sconres-25" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 1

  • 0 9
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
101-sconres-25,L000123 A concurrent resolution expressing the sense of the Congress that the number of refugees admitted to the United States and the appropriation for programs for refugee migration and resettlement should be increased and that the Department of Justice should reestablish the presumption that Jews and members of other religious minorities emigrating from the Soviet Union qualify for refugee status for admission to the United States. 101-sconres-25 L000123 Sen. Lautenberg, Frank R. [D-NJ] D NJ 1989-05-12 0
101-sconres-25,C000705 A concurrent resolution expressing the sense of the Congress that the number of refugees admitted to the United States and the appropriation for programs for refugee migration and resettlement should be increased and that the Department of Justice should reestablish the presumption that Jews and members of other religious minorities emigrating from the Soviet Union qualify for refugee status for admission to the United States. 101-sconres-25 C000705 Sen. Conrad, Kent [D-ND] D ND 1989-05-09 0
101-sconres-25,L000304 A concurrent resolution expressing the sense of the Congress that the number of refugees admitted to the United States and the appropriation for programs for refugee migration and resettlement should be increased and that the Department of Justice should reestablish the presumption that Jews and members of other religious minorities emigrating from the Soviet Union qualify for refugee status for admission to the United States. 101-sconres-25 L000304 Sen. Lieberman, Joseph I. [D-CT] D CT 1989-05-09 0
101-sconres-25,G000352 A concurrent resolution expressing the sense of the Congress that the number of refugees admitted to the United States and the appropriation for programs for refugee migration and resettlement should be increased and that the Department of Justice should reestablish the presumption that Jews and members of other religious minorities emigrating from the Soviet Union qualify for refugee status for admission to the United States. 101-sconres-25 G000352 Sen. Graham, Bob [D-FL] D FL 1989-04-19 0
101-sconres-25,P000193 A concurrent resolution expressing the sense of the Congress that the number of refugees admitted to the United States and the appropriation for programs for refugee migration and resettlement should be increased and that the Department of Justice should reestablish the presumption that Jews and members of other religious minorities emigrating from the Soviet Union qualify for refugee status for admission to the United States. 101-sconres-25 P000193 Sen. Pell, Claiborne [D-RI] D RI 1989-04-18 0
101-sconres-25,D000366 A concurrent resolution expressing the sense of the Congress that the number of refugees admitted to the United States and the appropriation for programs for refugee migration and resettlement should be increased and that the Department of Justice should reestablish the presumption that Jews and members of other religious minorities emigrating from the Soviet Union qualify for refugee status for admission to the United States. 101-sconres-25 D000366 Sen. Dixon, Alan J. [D-IL] D IL 1989-04-18 0
101-sconres-25,C000567 A concurrent resolution expressing the sense of the Congress that the number of refugees admitted to the United States and the appropriation for programs for refugee migration and resettlement should be increased and that the Department of Justice should reestablish the presumption that Jews and members of other religious minorities emigrating from the Soviet Union qualify for refugee status for admission to the United States. 101-sconres-25 C000567 Sen. Cochran, Thad [R-MS] R MS 1989-04-18 0
101-sconres-25,D000018 A concurrent resolution expressing the sense of the Congress that the number of refugees admitted to the United States and the appropriation for programs for refugee migration and resettlement should be increased and that the Department of Justice should reestablish the presumption that Jews and members of other religious minorities emigrating from the Soviet Union qualify for refugee status for admission to the United States. 101-sconres-25 D000018 Sen. D'Amato, Alfonse [R-NY] R NY 1989-04-13 0
101-sconres-25,P000513 A concurrent resolution expressing the sense of the Congress that the number of refugees admitted to the United States and the appropriation for programs for refugee migration and resettlement should be increased and that the Department of Justice should reestablish the presumption that Jews and members of other religious minorities emigrating from the Soviet Union qualify for refugee status for admission to the United States. 101-sconres-25 P000513 Sen. Pressler, Larry [R-SD] R SD 1989-04-13 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE legislation_cosponsors (
    bill_id TEXT NOT NULL REFERENCES legislation(bill_id),
    bioguide_id TEXT NOT NULL,
    full_name TEXT,
    party TEXT,
    state TEXT,
    sponsorship_date TEXT,
    is_original_cosponsor INTEGER,
    PRIMARY KEY (bill_id, bioguide_id)
);
CREATE INDEX idx_lc_bioguide ON legislation_cosponsors(bioguide_id);
CREATE INDEX idx_lc_bill ON legislation_cosponsors(bill_id);
CREATE INDEX idx_lc_original ON legislation_cosponsors(is_original_cosponsor);
Powered by Datasette · Queries took 339.967ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API