cfr_sections
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
2 rows where part_number = 311 and title_number = 40 sorted by section_id
This data as json, CSV (advanced)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 40:40:30.0.1.1.8.0.9.1 | 40 | Protection of Environment | I | J | 311 | PART 311—WORKER PROTECTION | § 311.1 Scope and application. | EPA | The substantive provisions found at 29 CFR 1910.120 on and after March 6, 1990, and before March 6, 1990, found at 54 FR 9317 (March 6, 1989), apply to State and local government employees engaged in hazardous waste operations, as defined in 29 CFR 1910.120(a), in States that do not have a State plan approved under section 18 of the Occupational Safety and Health Act of 1970. | ||||||
| 40:40:30.0.1.1.8.0.9.2 | 40 | Protection of Environment | I | J | 311 | PART 311—WORKER PROTECTION | § 311.2 Definition of employee. | EPA | Employee in § 311.1 is defined as a compensated or non-compensated worker who is controlled directly by a State or local government, as contrasted to an independent contractor. |
Advanced export
JSON shape: default, array, newline-delimited, object
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);