normattiva-data / README.md
diatribe00's picture
Dataset update: 164K laws, 253K citations with full URNs
3502751 verified
|
Raw
History Blame Contribute Delete
785 Bytes
---
license: mit
language:
- it
tags:
- legal
- italian-law
- normattiva
size_categories:
- 100K<n<1M
---
# OpenNormattiva Dataset
160,000+ Italian laws from [Normattiva](https://www.normattiva.it/) with full-text, structured citations (URN), amendment tracking, and domain classification.
## Files
- `data/processed/laws_vigente.jsonl` — All laws as JSONL (one per line)
- `data/laws.db` — Pre-built SQLite database with FTS5, PageRank, domains
## Schema (per law)
```json
{
"urn": "urn:nir:stato:legge:2006;290",
"title": "...",
"type": "legge",
"date": "2006-12-27",
"year": "2006",
"text": "...",
"citations": [
{"target_urn": "urn:nir:stato:decreto.legislativo:2016;50", "ref": "d.lgs. 50/2016"}
]
}
```