| 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"} | |
| ] | |
| } | |
| ``` | |