File size: 785 Bytes
0b8e58a
 
 
 
 
 
 
 
 
 
 
 
 
 
3502751
0b8e58a
 
 
3502751
 
0b8e58a
 
 
 
 
 
 
 
 
3502751
 
0b8e58a
3502751
0b8e58a
 
 
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
---

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

  ]

}

```