Subject indexing data of K10plus library union catalog
Description
This dataset contains a an extract of K10plus library union catalog with its subject indexing data:
kxp-subjects-sample_2022-06-30.dat
: a random sample fo 10.000 recordskxp-subjects_2022-06-30_??of10.dat
: the full data (47.686.063 records) split in files of up to 5.000.000 records each
K10plus is a union catalog of German libraries, run by library service centers BSZ and VZG since 2019. The catalog contains bibliographic data of the majority of academic libraries in Germany. The core data of K10plus is made available as OpenData via APIs and in form of database dumps. More information can be found here:
- K10plus homepage (in German)
- K10plus Open Data page (in German)
- Traditional search interface (OPAC)
Data format
The data is provided in its raw internal format called PICA+ to not loose information during conversion. In particular the data is given in PICA Normalized Format with one record per line. Each record consists of a list of fields and each field consists of a list of subfields.
The data can best be processed with command line tools pica-rs or picadata.
A detailled description of PICA format and its processing is given in the German textbook Einführung in die Verarbeitung von PICA-Daten.
For visual inspection PICA Normalized Format is best converted into PICA Plain Format (pica-rs command pica print
). The following example record contains seven fields:
003@ $0010003231
013D $9104450460$VTsvz$3209786884$7gnd/4151278-9$aEinführung
044K $9106080474$VTsv1$7gnd/4077343-7$3209204761$aSekte
044N $aReligionsgemeinschaft
045E $a12
045F $a291
045Q/01 $9181570408$VTkv$a11.97$jNeue religiöse Bewegungen$jSekten
045R $91270641751$VTkv$7rvk/11410:$3200641751$aBG 9600$jAllgemeines$NB$JTheologie und Religionswissenschaften$NBG$JFundamentaltheologie$NBG 9020-BG 9790$JKirche und Kirchen$NBG 9600-BG 9720$JFreikirchen und Sekten
045V $a1
Each K10plus record is uniquely identified by its record identifier PPN, given in field 003@
subfield $0
. The PPN can be used:
- to link into K10plus catalog, e.g. https://opac.k10plus.de/DB=2.299/PPNSET?PPN=010003231
- to retrieve the record in other formats via API, e.g. https://unapi.k10plus.de/?id=opac-de-627:ppn:010003231&format=marcxml (MARC/XML format) and https://ws.gbv.de/suggest/csl/?query=pica.ppn=010003231&citationstyle=ieee&language=de (Citation Format)
Scope of the data
The data is limited to records having a least one holding by a library participating in K10plus. Records are provided with “offline expansion” (some subfield have been added automatically to facilitate re-use of the data) and limited to the following fields:
003@
with internal record identifier “PPN” in subfield$0
013D
type of content013F
target audience041A
keywords044.
all subject indexing fields starting with044
045.
all subject indexing fields starting with045
144Z
local library keywords145S
local library classification145Z
local library classification
Documentation of the fields can be found at https://format.k10plus.de/k10plushelp.pl?cmd=pplist&katalog=Standard#titel
The current dump contains 47.686.063 records with subject indexing out of 74.127.563 K10plus records in total.
For reference, the dump has been created and split from a full dump of K10plus with script extract.sh
.
Processing examples
Extract CSV file of PPN and RVK-Notation:
pica filter '045R?' kxp-subjects_2022-06-30.dat | pica select '003@$0,045Ra'
Get a list of PPN of records having RVK but not BK:
pica filter '045R? & !045Q/01' kxp-subjects_2022-06-30.dat | pica select '003@$0'
See https://github.com/gbv/k10plus-subjects#readme for additional examples of data analysis.
Automatic download
Given the Zenodo Record ID (e.g. 6810556), a list of all files can be generated with curl and jq:
curl -sL https://zenodo.org/api/records/$ID | jq -r '.files|map([.key,.links.self]|@tsv)[]'
Changes
- 2022-06-30: update with additional fields 013D and 013F (47.686.064 records)
- 2021-06-30: first published dump (41.786.820 records)
License
Files
README.md
Files
(14.4 GB)
Name | Size | Download all |
---|---|---|
md5:bafe518b40cb145b1f3579882990bfcb
|
422 Bytes | Download |
md5:6e942c1f25acabea1b2ad6cdc9b70461
|
1.4 GB | Download |
md5:9540d693c17b129d0f2be4aac7141c3d
|
1.5 GB | Download |
md5:fe596a6a030d789fd5bd0448fda0fcec
|
1.4 GB | Download |
md5:b27701ea9b761b25be66dff20923ccea
|
1.5 GB | Download |
md5:0bcddb9bd973bffbca4d68007af6cf64
|
1.5 GB | Download |
md5:48c15962c3c7117f40ee825d7fe4c90c
|
1.0 GB | Download |
md5:333997605fc233925b7985f820802b96
|
1.5 GB | Download |
md5:3e321552b6503a3111fc365ea03d0a3c
|
2.0 GB | Download |
md5:9207f8826cb8641eaa17024e70076167
|
1.9 GB | Download |
md5:2554472d2d36ad73a6804b379d6ff9c4
|
465.9 MB | Download |
md5:35ab4a2603ae2a5d6698922bbab3a2b9
|
2.7 kB | Preview Download |