dk-udvalg-skole-boern-unge
收藏资源简介:
该数据集包含丹麦各市政当局中负责学校、儿童、青年、家庭、日托和教育事务的政治委员会会议的议程、决策记录和附件。数据通过 FirstAgenda 门户的 JSON API 从各市政当局的公开议程门户中收集。数据集结构包含三个子集:`moeder`(会议信息,每行一次会议,包括市政当局、委员会、会议名称、日期、地点、会议 ID、议程点、附件、路径和采集时间)、`punkter`(议程点,每行一个议程点,包括点编号、标题、案件编号、是否公开、附件数量、附件名称,案件编号可用于跨会议跟踪案件)和 `dokumenter`(附件,包含嵌入的 PDF 二进制内容,分片存储,每片约400MB,列包括市政当局、委员会、日期、会议 ID、会议名称、附件名称、路径、文件名、大小、SHA256 和内容)。截至2026年8月7日,数据集包含来自87个市政当局的16,148次会议和173,945个附件。注意:仅覆盖使用 FirstAgenda 平台的58个市政当局(哥本哈根、奥尔堡、埃斯比约、科灵等未包含),仅包含学校/儿童/青年相关的委员会,委员会名称可能因市政当局而异,可能导致某些委员会遗漏。封闭会议议程点显示标题但无内容。文档为市政当局的官方文件,可能包含政治家和工作人员姓名。该数据集并非任何市政当局的官方发布,是 Silkeborg Skoleatlas 研究的一部分,可与 `dk-skoledata-national` 和 `dk-skolebestyrelse-referater` 数据集关联。
This dataset contains agendas, decision records, and attachments from political committee meetings responsible for schools, children, youth, families, daycare, and education in Danish municipalities. Data is collected via the FirstAgenda portals JSON API from public agenda portals of municipalities. The dataset structure includes three subsets: `moeder` (meeting information, one row per meeting, including municipality, committee, meeting name, date, location, meeting ID, agenda points, attachments, path, and collection time), `punkter` (agenda points, one row per agenda point, including point number, title, case number, public/private status, number of attachments, attachment name, case number can be used to track cases across meetings), and `dokumenter` (attachments, containing embedded PDF binary content, sharded, each shard about 400MB, columns include municipality, committee, date, meeting ID, meeting name, attachment name, path, filename, size, SHA256, and content). As of August 7, 2026, the dataset contains 16,148 meetings and 173,945 attachments from 87 municipalities. Note: It only covers 58 municipalities using the FirstAgenda platform (Copenhagen, Aalborg, Esbjerg, Kolding, etc. are not included), and only includes committees related to schools/children/youth. Committee names may vary by municipality, potentially leading to omissions. Closed meeting agenda points show titles but no content. Documents are official municipal files and may contain names of politicians and staff. This dataset is not an official release of any municipality; it is part of the Silkeborg Skoleatlas research and can be linked with the `dk-skoledata-national` and `dk-skolebestyrelse-referater` datasets.
丹麦各市镇学校、儿童与青年事务委员会数据集
数据集简介
该数据集收录了丹麦各市镇政治委员会(负责学校、儿童、青年、家庭、日托和教育事务)的议程、决策记录及附件材料。数据集持续扩展,目前覆盖87个市镇。
当前状态(截至2026年8月7日): 16,148次会议记录,173,945份附件,来自87个市镇。
数据规模与结构
数据规模为 10K < N < 100K,语言为丹麦语(da),采用知识共享署名4.0(CC-BY-4.0)许可协议。数据集按市镇分目录组织,包含三种类型的Parquet文件:
1. 会议文件(moeder/)
每行对应一次会议,字段包括:kommune(市镇)、udvalg(委员会)、moede(会议)、dato(日期)、sted(地点)、moede_id(会议ID)、punkter(议程点)、bilag(附件)、sti(路径)、hentet(抓取时间)。
2. 议程点文件(punkter/)
每行对应一个议程点,字段包括:punktnummer(议程点编号)、titel(标题)、sagsnummer(案件编号)、aabent(是否公开)、antal_bilag(附件数量)、bilagsnavne(附件名称)。通过案件编号可跨会议追踪同一案件。
3. 文档文件(dokumenter/)
PDF文件以二进制列(indhold)嵌入Parquet文件中,每个分片约400 MB。字段包括:kommune、udvalg、dato、moede_id、moede、bilag_navn、sti、filnavn、stoerrelse、sha256、indhold。
使用示例(PyArrow): python import pyarrow.parquet as pq
仅读取元数据列
kat = pq.read_table("dokumenter/kommune=rebild/part-000.parquet", columns=["dato", "udvalg", "bilag_navn", "stoerrelse"])
按需读取单个文档
t = pq.read_table("dokumenter/kommune=rebild/part-000.parquet", columns=["filnavn", "indhold"]) open(t["filnavn"][0].as_py(), "wb").write(t["indhold"][0].as_py())
数据来源
数据来源于各市镇在FirstAgenda平台(dagsordener.<kommune>.dk)上公开的议程门户,通过该平台自身的JSON API收集。
覆盖范围与注意事项
- 仅覆盖58个市镇(丹麦共99个)使用FirstAgenda平台的城市;哥本哈根、奥尔堡、埃斯比约、科灵等其他城市使用不同平台,暂未收录。
- 仅包含学校/儿童/青年相关委员会,筛选标准为委员会名称包含“school”(学校)、“children”(儿童)、“young”(青年)、“family”(家庭)、“daycare”(日托)、“education”(教育)或“learning”(学习)等关键词;非传统命名的委员会可能遗漏。
- 非公开议程点仅显示标题而无内容(与门户网站一致)。
- 文档为市镇官方文件原样收录,可能包含政治人物和工作人员姓名。
关联说明
本数据集非任何市镇官方发布,收集工作服务于Silkeborg Skoleatlas研究项目。可关联以下数据集:
适用任务
该数据集适用于以下自然语言处理任务:
- 文本分类(text-classification)
- 文本摘要(summarization)
- 问答系统(question-answering)




