normattiva-lab-data
收藏资源简介:
OpenNormattiva 数据集是一个包含超过 160,000 条意大利法律文本的资源,数据来源于 Normattiva。每条法律记录包含全文、结构化引用(URN)、修订跟踪和领域分类信息。数据集以 JSONL 和 SQLite 数据库两种格式提供,其中 SQLite 数据库还包含 FTS5、PageRank 和领域分类信息。每条法律记录的 schema 包括以下字段:URN(唯一资源标识符)、标题、法律类型、颁布日期、年份、法律文本以及引用其他法律的结构化信息。该数据集适用于法律信息检索、法律文本分析和法律知识图谱构建等任务。
The OpenNormattiva dataset is a resource containing over 160,000 Italian legal texts sourced from Normattiva. Each legal record includes full text, structured citations (URN), revision tracking, and domain classification information. The dataset is provided in both JSONL and SQLite database formats, with the SQLite database additionally containing FTS5, PageRank, and domain classification information. The schema for each legal record includes the following fields: URN (Unique Resource Identifier), title, legal type, enactment date, year, legal text, and structured information citing other laws. This dataset is suitable for tasks such as legal information retrieval, legal text analysis, and legal knowledge graph construction.
数据集概述
- 数据集名称:OpenNormattiva Dataset
- 许可协议:MIT
- 语言:意大利语
- 标签:法律、意大利法律、Normattiva
- 数据集规模:10万条至100万条
数据内容
- 包含超过 16万条意大利法律,数据来源于 Normattiva
- 每条法律记录包含:
- 完整原文
- 结构化引用标识(URN)
- 修订追踪信息
- 领域分类
文件与格式
- JSONL 文件:
data/processed/laws_vigente.jsonl,每行一条法律记录 - SQLite 数据库:
data/laws.db,预构建,支持 FTS5全文搜索、PageRank 和 领域分类
数据结构(每条法律)
| 字段 | 说明 | 示例 |
|---|---|---|
urn |
唯一引用标识 | urn:nir:stato:legge:2006;290 |
title |
法律标题 | ... |
type |
法律类型 | legge |
date |
发布日期 | 2006-12-27 |
year |
发布年份 | 2006 |
text |
完整法律文本 | ... |
citations |
引用列表(包含目标URN和引用文本) | [{"target_urn": "urn:nir:stato:decreto.legislativo:2016;50", "ref": "d.lgs. 50/2016"}] |




