-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatapackage.yaml
520 lines (519 loc) · 12.5 KB
/
datapackage.yaml
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
# --------
# metadata: categories.csv coalitions.csv endorsements.csv glossary.csv items.csv lists.csv parties.csv sources.csv leaders.csv pagella_politica.csv
# --------
name: indecis.it
title: indecis.it dataset
homepage: https://www.indecis.it
description: This dataset was created during the italian election campaign of 2022. indecis.it website fetches and display these data in order to highlight differences in electoral programs.
temporal:
start: '2022-08-25'
end: '2022-09-25'
contributors:
- title: Chiara Adornetto
email: chiara.adornetto@tiscali.it
- title: Dennis Angemi
email: dennisangemi@gmail.com
- title: Carlo Canepa
email: c.canepa@pagellapolitica.it
- title: Moreno Colaiacovo
email: emmecola83@gmail.com
- title: Alice Nicole Ginosa
email: alicenicoleginosa@gmail.com
- title: Angelo Gulina
email: gulina.angelo@gmail.com
- title: Vittorio Nicoletta
email: vittorio.nicoletta.1@gmail.com
- title: Lorenzo Ruffino
email: lorenzoruffino97@gmail.com
licenses:
- name: CC-BY-4.0
title: Creative Commons Attribution 4.0
path: https://creativecommons.org/licenses/by/4.0/
profile: data-package
resources:
- path: data/categories.csv
name: categories
profile: tabular-data-resource
scheme: file
format: csv
hashing: md5
encoding: utf-8
schema:
fields:
- name: id
type: integer
title: Category ID
- name: slug
type: string
title: Category slug
- name: name
type: string
description: Italian name of the category
- name: description
type: string
description: Italian description of the category
- path: data/coalitions.csv
name: coalitions
profile: tabular-data-resource
scheme: file
format: csv
hashing: md5
encoding: utf-8
schema:
fields:
- name: id
title: Coalition ID
type: integer
- name: coalition
title: Coalition name
type: string
- path: data/endorsements.csv
name: endorsements
profile: tabular-data-resource
scheme: file
format: csv
hashing: md5
encoding: utf-8
schema:
fields:
- name: id
title: Endorsement ID
type: integer
- name: description
title: Endorsement description
description: Description of endorsement types
type: string
- name: icon
title: Icon
description: Color of the icon to display
type: string
- name: color_code
title: Color code
description: HEX code
type: string
- path: data/glossary.csv
name: glossary
profile: tabular-data-resource
scheme: file
format: csv
hashing: md5
encoding: utf-8
schema:
fields:
- name: id
title: Subject ID
type: integer
- name: subject
title: Subject name
type: string
- name: slug
title: Subject slug
type: string
- name: url
description: URL of an external reference
type: string
format: uri
- name: source
type: string
title: Description source
- name: title
type: string
title: Website title
- name: description
type: string
description: Subject description
- path: data/items.csv
name: items
profile: tabular-data-resource
scheme: file
format: csv
hashing: md5
encoding: utf-8
schema:
fields:
- name: id
title: Item ID
type: integer
- name: category
title: Category name
description: Category name in Italian
type: string
- name: category_id
title: Category ID
type: integer
- name: subject
title: Subject name
type: string
- name: subject_slug
title: Subject slug
type: string
- name: subject_id
title: Subject ID
type: integer
- name: source
title: Source title
type: string
- name: source_slug
title: Source slug
type: string
- name: list
title: Electoral list name
type: string
- name: list_id
title: Electoral list ID
type: integer
- name: endorsement
title: Endorsement
description: Endorsement referred to the subject. See endorsements file for more information.
type: string
constraints:
enum:
- green
- yellow
- red
- grey
- name: description
description: Description of the position taken by the list
type: string
foreignKeys:
- fields:
- category
reference:
fields:
- name
resource: categories
- fields:
- category_id
reference:
fields:
- id
resource: categories
- fields:
- source
reference:
fields:
- title
resource: sources
- fields:
- source_slug
reference:
fields:
- slug
resource: sources
- fields:
- list
reference:
fields:
- list
resource: lists
- fields:
- list_id
reference:
fields:
- id
resource: lists
- fields:
- endorsement
reference:
fields:
- icon
resource: endorsements
- path: data/leaders.csv
name: leaders
profile: tabular-data-resource
scheme: file
format: csv
hashing: md5
encoding: utf-8
schema:
fields:
- name: id
title: Leader ID
type: integer
- name: name
title: Leader name
type: string
- name: surname
title: Leader surname
type: string
- name: list
title: List name
description: Electoral list name
type: string
- name: list_id
title: List ID
description: Electoral list ID
type: integer
- name: profile_pic
title: Profile image
description: Profile image URL
type: string
- name: wikipedia_url
title: Wikipedia page
description: Wikipedia page URL
type: string
format: uri
foreignKeys:
- fields:
- list
reference:
fields:
- list
resource: lists
- fields:
- list_id
reference:
fields:
- id
resource: lists
- path: data/lists.csv
name: lists
profile: tabular-data-resource
scheme: file
format: csv
hashing: md5
encoding: utf-8
schema:
fields:
- name: id
title: List ID
description: Electoral list ID
type: integer
- name: list
title: List name
description: Electoral list name
type: string
- name: slug
title: List slug
description: Electoral list slug
type: string
- name: symbol_name
title: Symbol filename
type: string
- name: symbol_url
title: Symbol URL
type: string
format: uri
- path: data/parties.csv
name: parties
profile: tabular-data-resource
scheme: file
format: csv
hashing: md5
encoding: utf-8
schema:
fields:
- name: id
title: Party ID
type: integer
- name: party
title: Party name
type: string
- name: list_id
title: List ID
description: Electoral list ID
type: integer
- name: list
title: List name
description: Electoral list name
type: string
- name: coalition_id
title: Coalition ID
type: integer
- name: coalition
title: Coalition name
type: string
# foreignKeys:
# - fields:
# - list_id
# reference:
# fields:
# - id
# resource: lists
- path: data/sources.csv
name: sources
profile: tabular-data-resource
scheme: file
format: csv
hashing: md5
encoding: utf-8
schema:
fields:
- name: id
title: Source ID
type: integer
- name: title
title: Source title
type: string
- name: slug
title: Source slug
type: string
- name: type
title: Source type
type: string
- name: url
title: Source URL
type: string
format: uri
- name: list
title: List name
description: Electoral list name
type: string
- name: list_id
title: List ID
description: Electoral list ID
type: integer
foreignKeys:
- fields:
- list
reference:
fields:
- list
resource: lists
- fields:
- list_id
reference:
fields:
- id
resource: lists
- path: data/press.csv
name: press
profile: tabular-data-resource
scheme: file
format: csv
hashing: md5
encoding: utf-8
schema:
fields:
- name: id
type: integer
- name: post_id
type: integer
title: Post ID
- name: url
title: Post URL
type: string
format: uri
- name: post_title
type: string
title: Post title
- name: post_subtitle
type: string
title: Post subtitle
- name: type
title: Post type
type: string
constraints:
enum:
- articolo
- fact-checking
- name: source
type: string
title: Post source
- name: subject
type: string
title: Subject name
- name: list
type: string
title: Electoral list name
- name: subject_id
type: integer
title: Subject ID
- name: list_id
type: integer
title: Electoral list ID
foreignKeys:
- fields:
- subject
reference:
fields:
- subject
resource: glossary
- fields:
- subject_id
reference:
fields:
- id
resource: glossary
- fields:
- list
reference:
fields:
- list
resource: lists
- fields:
- list_id
reference:
fields:
- id
resource: lists
- path: data/categories.json
name: categories-json-version
dialect:
keyed: true
encoding: utf-8
format: json
hashing: md5
- path: data/coalitions.json
name: coalitions-json-version
dialect:
keyed: true
encoding: utf-8
format: json
hashing: md5
- path: data/endorsements.json
name: endorsements-json-version
dialect:
keyed: true
encoding: utf-8
format: json
hashing: md5
- path: data/glossary.json
name: glossary-json-version
dialect:
keyed: true
encoding: utf-8
format: json
hashing: md5
- path: data/lists.json
name: lists-json-version
dialect:
keyed: true
encoding: utf-8
format: json
hashing: md5
- path: data/parties.json
name: parties-json-version
dialect:
keyed: true
encoding: utf-8
format: json
hashing: md5
- path: data/sources.json
name: sources-json-version
dialect:
keyed: true
encoding: utf-8
format: json
hashing: md5
- path: data/leaders.json
name: leaders-json-version
dialect:
keyed: true
encoding: utf-8
format: json
hashing: md5
- path: data/items.json
name: items-json-version
dialect:
keyed: true
encoding: utf-8
format: json
hashing: md5
- path: data/press.json
name: pgpolitica-json-version
dialect:
keyed: true
encoding: utf-8
format: json
hashing: md5