diatribe00/normattiva-data-raw
收藏Hugging Face2026-04-09 更新2026-04-12 收录
下载链接:
https://hf-mirror.com/datasets/diatribe00/normattiva-data-raw
下载链接
链接失效反馈官方服务:
资源简介:
---
license: mit
task_categories:
- text-classification
language:
- it
tags:
- legal
- italian-law
- normattiva
pretty_name: Normattiva Italian Laws
size_categories:
- 100K<n<1M
---
# Normattiva Italian Laws Dataset
This dataset contains Italian laws and regulations sourced from [Normattiva](https://www.normattiva.it/), the official Italian legislation portal.
## Contents
After the first pipeline run, this dataset will contain:
- **laws_vigente.jsonl**: Current (vigente) Italian laws in JSONL format (~300K laws)
- **laws_citations.json**: Citation network index
- **laws_metrics.json**: Statistical metrics
## Schema
Each law record contains:
| Field | Type | Description |
|-------|------|-------------|
| `urn` | string | Unique identifier (URN:NIR format) |
| `title` | string | Official title |
| `type` | string | Law type (Legge, Decreto, etc.) |
| `date` | string | Publication date |
| `year` | string | Year extracted from date |
| `text` | string | Full text content |
| `articles` | array | Individual articles with text |
| `article_count` | int | Number of articles |
| `citations` | array | Referenced law identifiers |
| `text_length` | int | Character count of full text |
## Updates
This dataset is updated daily at 2 AM UTC via GitHub Actions.
## License
The underlying legal texts are public domain (Italian law). The dataset structure and tooling are MIT licensed.
提供机构:
diatribe00



