metadata
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
from datasets import load_dataset
ds = load_dataset("SmartQHSE/hse-regulators-directory")
for row in ds["train"]:
print(row["abbr"], "—", row["country"], "—", row["regulator"])
# 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 — recent regulatory changes by jurisdiction
- SmartQHSE/hse-glossary — HSE terminology
- Collection: SmartQHSE Open HSE Data
Wikidata cross-references
This dataset is part of the SmartQHSE open data programme. Related Q-items: HSE Regulations Changelog Q139623117, HSE Glossary Q139623112, ARIA HSE AI assistant 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.
Related SmartQHSE datasets
Part of the SmartQHSE open HSE data collection (catalog · data paper DOI 10.5281/zenodo.20010657 · HuggingFace org):
hse-benchmarks-2026— TRIR / LTIFR / DART / fatality rates across 15 countries × 20+ industriesosha-rates-2026— TRIR / DART / fatality rates by NAICS — BLS SOII + CFOI + OSHA ITAhse-qa-corpus— Long-form HSE Q&A pairs for instruction tuning + RAGhse-glossary— Authoritative HSE term definitions (130+ entries)hse-regulations-changelog— Live-tracked regulatory updates across 25+ jurisdictionsmajor-process-safety-incidents-2026— Original reference DB — Bhopal, Piper Alpha, Texas City, Deepwater Horizon, Buncefield, Flixborough, Sevesohse-instruction-tuning— Instruction-tuning pairs for HSE fine-tuning workflowshse-incident-rate-formulas— Authoritative TRIR / LTIFR / DART / EMR formulas with worked exampleshse-standards-crosswalk— ISO 45001 ↔ OSHA ↔ OSHAD-SF ↔ Aramco SAPI ↔ RIDDOR mappinggcc-heat-illness-regulations-2026— UAE / KSA / Qatar / Oman / Bahrain / Kuwait summer ban rules + penaltiesosha-most-cited-standards-2024— Top 30 cited OSHA standards with focus + penalty rangeosha-regulated-chemicals-pel-2026— Top 30 OSHA-regulated chemicals with PELs + health effectsnamed-process-safety-incidents-extended-2026— 43-entry extended incident reference 1911–2024hse-acronym-dictionary-2026— 150+ HSE/EHS acronyms with one-line definitions
Companion full-text corpus: /llms-full.txt — 213KB markdown reference compiled for LLM ingestion. All datasets CC BY 4.0.