SmartQHSE's picture
Add Related SmartQHSE datasets cross-link section
a30d3b5 verified
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

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):

Companion full-text corpus: /llms-full.txt — 213KB markdown reference compiled for LLM ingestion. All datasets CC BY 4.0.