-
Notifications
You must be signed in to change notification settings - Fork 1
/
example.sets.json
98 lines (98 loc) · 1.88 KB
/
example.sets.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
[
{
"spec": "fennica",
"name": "Fennica",
"description": "The Finnish national bibliography",
"indexes": {
"heading": [
"HLOW LFIKKA%",
"H042 LFINB %"
]
}
},
{
"spec": "viola",
"name": "Viola",
"description": "The Finnish national discography",
"indexes": {
"heading": [
"HLOW LFIKKA%",
"H042 LFINBD %"
]
}
},
{
"spec": "arto",
"name": "Arto",
"description": "Finnish periodical and monograph articles",
"indexes": {
"heading": [
"H960 LARTO %"
]
}
},
{
"spec": "musa",
"name": "Music Archive Finland",
"description": "A national central archive that stores materials relating to Finnish music",
"indexes": {
"heading": [
"HLOW LMUSA %"
]
}
},
{
"spec": "monographic",
"name": "Monographic records",
"description": "Monographic records",
"indexes": {
"heading": [
"HBL LM %"
]
}
},
{
"spec": "serial",
"name": "Serial records",
"description": "Serial records",
"indexes": {
"heading": [
"HBL LS %"
]
}
},
{
"spec": "monographic:fennica",
"name": "Monographic records (Fennica)",
"description": "The Finnish national bibliograpy - Monographic records",
"indexes": {
"heading": [
"HLOW LFIKKA%",
"H042 LFINB %",
"HBL LM %"
]
}
},
{
"spec": "serial:fennica",
"name": "Serial records (Fennica)",
"description": "The Finnish national bibliograpy - Serial records",
"indexes": {
"heading": [
"HLOW LFIKKA%",
"H042 LFINB %",
"HBL LS %"
]
}
},
{
"spec": "helmet",
"name": "Helmet",
"description": "Helsinki Metropolitan Area Libraries",
"indexes": {
"heading": [
"HSIB LHELME %"
]
}
}
]