File size: 1,918 Bytes
5958169
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
license: cc-by-4.0
language:
- en
tags:
- eu-regulation
- compliance
- sme
- checklist
- gdpr
- ai-act
- nis2
- legal
pretty_name: EU SME Compliance Checklist
size_categories:
- n<1K
---

# EU SME Compliance Checklist Dataset

Machine-readable checklist, action and evidence items from EuroComply's SME compliance
guides. Each guide maps to an EU regulation with its CELEX identifier.

Maintained by [EuroComply](https://eurocomply.app) — EU compliance for small and
medium-sized enterprises.

## Contents

| File | Description |
|------|-------------|
| `data.json` | Full dataset — one object per regulation guide |

## Schema (per page object)

| Field | Type | Description |
|-------|------|-------------|
| `slug` | string | URL slug |
| `title` | string | Guide title |
| `category` | string | Regulation category |
| `pageUrl` | string | EuroComply guide page |
| `sourceName` | string | Official source name |
| `sourceUrl` | string | Official source URL |
| `checklist` | string[] | Step-by-step compliance tasks |
| `actions` | string[] | Concrete implementation actions |
| `evidence` | string[] | Documentation / evidence items |

## License

[Creative Commons Attribution 4.0 (CC-BY-4.0)](https://creativecommons.org/licenses/by/4.0/)

You are free to share and adapt the data, as long as you attribute:
**EuroComply — https://eurocomply.app**

## Source & Updates

- Homepage: https://eurocomply.app
- Dataset page: https://eurocomply.app/datasets/eu-sme-compliance-checklist.json
- Version: 2026-05-20
- Maintained by the EuroComply team.

## Citation

```bibtex
@dataset{eurocomply_eu_sme_compliance_checklist,
  title        = {EU SME Compliance Checklist Dataset},
  author       = {EuroComply},
  year         = {2026},
  url          = {https://huggingface.co/datasets/eurocomply/eu-sme-compliance-checklist},
  license      = {CC-BY-4.0},
  note         = {https://eurocomply.app}
}
```