--- license: cc-by-4.0 language: - en size_categories: - n<1K task_categories: - text-retrieval - tabular-classification tags: - hse - ehs - occupational-safety - osha - hse-regulators - compliance - jurisdictional - regulators-directory - reference pretty_name: HSE Regulators Directory --- # HSE Regulators Directory Reference dataset of **36 major occupational safety and health regulators** across **27 jurisdictions** including: - **North America**: OSHA (US), NIOSH (US), MSHA (US), CCOHS (CA) - **Europe**: HSE (UK), EU-OSHA, INRS (FR), BAuA (DE), INAIL (IT), INSST (ES), Arbeidstilsynet (NO), Arbetsmiljöverket (SE), FIOH (FI) - **GCC**: MoHRE + OSHAD + Dubai Municipality (UAE), MHRSD (SA), MoL (QA), MoL (OM), PAM (KW), LMRA (BH) - **Asia-Pacific**: Safe Work Australia, WorkSafe NZ, MHLW (JP), KOSHA (KR), MOM (SG), DGMS (IN) - **Africa & LatAm**: DoEL (ZA), MTE (BR), STPS (MX) - **International**: ILO, ISO, IOGP, IMO, ICAO Each entry includes: - Country / jurisdiction (with ISO 3166-1 alpha-2 code) - Regulator full name, abbreviation, official website - Parent agency - Key legislation (Acts, Regulations, Codes, Conventions) - Scope (national / sector / international) - Year established - Wikidata Q-ID (where the regulator has its own Wikidata entity) ## Usage ```python from datasets import load_dataset ds = load_dataset("SmartQHSE/hse-regulators-directory") for row in ds["train"]: print(row["abbr"], "—", row["country"], "—", row["regulator"]) ``` ```bash # Filter Wikidata-linked regulators curl -s https://huggingface.co/datasets/SmartQHSE/hse-regulators-directory/resolve/main/data.jsonl \ | jq 'select(.wikidata != null) | {abbr, regulator, wikidata}' ``` ## Companion datasets - [SmartQHSE/hse-regulations-changelog](https://huggingface.co/datasets/SmartQHSE/hse-regulations-changelog) — recent regulatory changes by jurisdiction - [SmartQHSE/hse-glossary](https://huggingface.co/datasets/SmartQHSE/hse-glossary) — HSE terminology - [Collection: SmartQHSE Open HSE Data](https://huggingface.co/collections/SmartQHSE/smartqhse-open-hse-data-69f7597712196f8018c2dab5) ## Wikidata cross-references This dataset is part of the SmartQHSE open data programme. Related Q-items: HSE Regulations Changelog [Q139623117](https://www.wikidata.org/wiki/Q139623117), HSE Glossary [Q139623112](https://www.wikidata.org/wiki/Q139623112), ARIA HSE AI assistant [Q139714237](https://www.wikidata.org/wiki/Q139714237). ## Citation > SmartQHSE Ltd (2026). HSE Regulators Directory [dataset]. https://huggingface.co/datasets/SmartQHSE/hse-regulators-directory License: CC BY 4.0. Built by [SmartQHSE](https://www.smartqhse.com). ## Related SmartQHSE datasets Part of the SmartQHSE open HSE data collection ([catalog](https://www.smartqhse.com/datasets) · [data paper DOI 10.5281/zenodo.20010657](https://doi.org/10.5281/zenodo.20010657) · [HuggingFace org](https://huggingface.co/SmartQHSE)): - [`hse-benchmarks-2026`](https://huggingface.co/datasets/SmartQHSE/hse-benchmarks-2026) — TRIR / LTIFR / DART / fatality rates across 15 countries × 20+ industries - [`osha-rates-2026`](https://huggingface.co/datasets/SmartQHSE/osha-rates-2026) — TRIR / DART / fatality rates by NAICS — BLS SOII + CFOI + OSHA ITA - [`hse-qa-corpus`](https://huggingface.co/datasets/SmartQHSE/hse-qa-corpus) — Long-form HSE Q&A pairs for instruction tuning + RAG - [`hse-glossary`](https://huggingface.co/datasets/SmartQHSE/hse-glossary) — Authoritative HSE term definitions (130+ entries) - [`hse-regulations-changelog`](https://huggingface.co/datasets/SmartQHSE/hse-regulations-changelog) — Live-tracked regulatory updates across 25+ jurisdictions - [`major-process-safety-incidents-2026`](https://huggingface.co/datasets/SmartQHSE/major-process-safety-incidents-2026) — Original reference DB — Bhopal, Piper Alpha, Texas City, Deepwater Horizon, Buncefield, Flixborough, Seveso - [`hse-instruction-tuning`](https://huggingface.co/datasets/SmartQHSE/hse-instruction-tuning) — Instruction-tuning pairs for HSE fine-tuning workflows - [`hse-incident-rate-formulas`](https://huggingface.co/datasets/SmartQHSE/hse-incident-rate-formulas) — Authoritative TRIR / LTIFR / DART / EMR formulas with worked examples - [`hse-standards-crosswalk`](https://huggingface.co/datasets/SmartQHSE/hse-standards-crosswalk) — ISO 45001 ↔ OSHA ↔ OSHAD-SF ↔ Aramco SAPI ↔ RIDDOR mapping - [`gcc-heat-illness-regulations-2026`](https://huggingface.co/datasets/SmartQHSE/gcc-heat-illness-regulations-2026) — UAE / KSA / Qatar / Oman / Bahrain / Kuwait summer ban rules + penalties - [`osha-most-cited-standards-2024`](https://huggingface.co/datasets/SmartQHSE/osha-most-cited-standards-2024) — Top 30 cited OSHA standards with focus + penalty range - [`osha-regulated-chemicals-pel-2026`](https://huggingface.co/datasets/SmartQHSE/osha-regulated-chemicals-pel-2026) — Top 30 OSHA-regulated chemicals with PELs + health effects - [`named-process-safety-incidents-extended-2026`](https://huggingface.co/datasets/SmartQHSE/named-process-safety-incidents-extended-2026) — 43-entry extended incident reference 1911–2024 - [`hse-acronym-dictionary-2026`](https://huggingface.co/datasets/SmartQHSE/hse-acronym-dictionary-2026) — 150+ HSE/EHS acronyms with one-line definitions **Companion full-text corpus**: [/llms-full.txt](https://www.smartqhse.com/llms-full.txt) — 213KB markdown reference compiled for LLM ingestion. All datasets CC BY 4.0.