home / openregs

cfr_sections

Current Code of Federal Regulations (eCFR) — the actual text of federal regulations in force. Covers 19 CFR titles with 123,000+ regulatory sections and full-text search.

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

1 row where part_number = 602 and title_number = 28 sorted by section_id

✎ View and edit SQL

This data as json, CSV (advanced)

title_number 1

  • 28 · 1 ✖

part_number 1

  • 602 · 1 ✖

agency 1

  • - 1
section_id ▼ title_number title_name chapter subchapter part_number part_name subpart subpart_name section_number section_heading agency authority source_citation amendment_citations full_text
28:28:2.0.4.5.3.0.127.1 28 Judicial Administration VI   602 PART 602—JURISDICTION OF THE INDEPENDENT COUNSEL: IN RE FRANKLYN C. NOFZIGER       § 602.1 Independent Counsel: In re Franklyn C. Nofziger.       [52 FR 22439, June 12, 1987, as amended at 52 FR 22439, June 12, 1987; 52 FR 35544, Sept. 22, 1987] (a) The Independent Counsel: In re Franklyn C. Nofziger shall have jurisdiction to investigate to the maximum extent authorized by part 600 of this chapter whether Franklyn C. Nofziger committed a violation of any Federal criminal law, as referred to in 28 U.S.C. 591, and more specifically whether the aforesaid Franklyn C. Nofziger, who served as Assistant to the President from January 21, 1981 through January 22, 1982, and who was therefore prohibited by the provisions of 18 U.S.C. 207 from thereafter knowingly making certain types of oral or written communications, did violate any subsection of 18 U.S.C. 207 because of certain oral or written communications with departments or agencies of the U.S. Government (including but not limited to the White House or the Executive Office of the President) on behalf of Welbilt Electronic Die Corporation, Comet Rice, Inc., or any other person or entity, at any time during 1982 or 1983. (b) The lndependent Counsel shall have jurisdiction and authority to investigate other allegations and evidence of violation of any Federal criminal law by Franklyn C. Nofziger, and/or any of his business associates who may have acted in concert with or aided or abetted Franklyn C. Nofziger, developed. during the Independent Counsel's investigation referred to in paragraph (a) of this section or connected with or arising out of that investigation, and to seek indictments and to prosecute any such persons or entities involved in any of the foregoing events or transactions that Independent Counsel believes constitute a Federal offense and that there is reasonable cause to believe that the admissible evidence probably will be sufficient to obtain and sustain a conviction (28 U.S.C. 594(f)) of any Federal criminal law (other than a violation constituting a Class B or C misdemeanor, or an infraction, or a petty offense) arising out of such events, including such persons or entities who have engaged in an unlawful conspiracy or who have aided or abetted any criminal offense related to the prosecut…

Advanced export

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

CSV options:

CREATE TABLE cfr_sections (
    section_id TEXT PRIMARY KEY,
    title_number INTEGER,
    title_name TEXT,
    chapter TEXT,
    subchapter TEXT,
    part_number TEXT,
    part_name TEXT,
    subpart TEXT,
    subpart_name TEXT,
    section_number TEXT,
    section_heading TEXT,
    agency TEXT,
    authority TEXT,
    source_citation TEXT,
    amendment_citations TEXT,
    full_text TEXT
);
CREATE INDEX idx_cfr_title ON cfr_sections(title_number);
CREATE INDEX idx_cfr_part ON cfr_sections(part_number);
CREATE INDEX idx_cfr_agency ON cfr_sections(agency);
Powered by Datasette · Queries took 1528.815ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API