forked from loleg/swiss-parl-wordtime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatapackage.json
112 lines (112 loc) · 3.5 KB
/
datapackage.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"profile": "tabular-data-package",
"resources": [
{
"name": "output-data",
"path": "data/output.csv",
"profile": "tabular-data-resource",
"schema": {
"fields": [
{
"name": "PersonNumber",
"type": "integer",
"format": "default",
"title": "Person Number",
"description": "An identifier that is used across the Parliamentary Web services"
},
{
"name": "SpeakerFullName",
"type": "string",
"format": "default",
"title": "Speaker Full Name",
"description": "The first and last name of the speaker."
},
{
"name": "Gender",
"type": "string",
"format": "default",
"title": "Gender",
"description": "m for male, f for female, if and as specified in the original metadata."
},
{
"name": "Rat",
"type": "string",
"format": "default",
"title": "Council",
"description": "Indicates whether the person is a member of the National or Federal council."
},
{
"name": "Partei",
"type": "string",
"format": "default",
"title": "Party",
"description": "The political party of affiliation."
},
{
"name": "Fraktion",
"type": "string",
"format": "default",
"title": "Fraktion",
"description": "Political sub-affiliation."
},
{
"name": "PMCount",
"type": "integer",
"format": "default",
"title": "Chairmanship count",
"description": "A control to indicate the number of times this person chaired a meeting."
},
{
"name": "TotalDuration",
"type": "integer",
"format": "default",
"title": "Total duration",
"description": "Of all speeches, in seconds."
},
{
"name": "TotalWords",
"type": "integer",
"format": "default",
"title": "Total words",
"description": "In all transcripts, the number of words."
},
{
"name": "TotalSessions",
"type": "integer",
"format": "default",
"title": "Total sessions",
"description": "The number of unique sessions that were accounted."
},
{
"name": "TotalTranscripts",
"type": "integer",
"format": "default",
"description": "The number of transcripted speeches that were accounted for.",
"title": "Total transcripted"
}
]
}
}
],
"keywords": [
"switzerland"
],
"name": "swiss-parl-wordtime",
"title": "Swiss Parliament sessions aggregated by spoken words and time",
"description": "Data from an analysis of speeches of Swiss politicians evaluated by Beobachter magazine. The data source is Parliamentary Services of the Federal Assembly, Bern",
"homepage": "https://github.com/loleg/swiss-parl-wordtime",
"version": "0.1.0",
"contributors": [
{
"title": "O Lavrovsky",
"role": "author"
}
],
"licenses": [
{
"name": "ODC-PDDL-1.0",
"title": "Open Data Commons Public Domain Dedication and Licence 1.0",
"path": "http://www.opendefinition.org/licenses/odc-pddl"
}
]
}