-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdatafields.yaml
345 lines (345 loc) · 12.6 KB
/
datafields.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
geburtsdatum:
name: geburtsdatum
path: ff:geburtsdatum
datatype: xsd:date
description: What is your date of birth?
examples: []
synonyms: []
constraints:
targetObjectsOf: https://foerderfunke.org/default#geburtsdatum
datatype: xsd:date
targetSubjectsOf: https://foerderfunke.org/default#geburtsdatum
maxCount: '1'
staatsbuergerschaft:
name: staatsbuergerschaft
path: ff:staatsbuergerschaft
datatype: xsd:string
description: 'Which country is on your passport or ID card? Mostly it is Germany.
Member states of the European Union are: Austria, Belgium, Bulgaria, Croatia,
Cyprus, Czech Republic, Denmark, Estonia, Finland, France, Germany, Greece, Hungary,
Ireland, Italy, Latvia, Lithuania, Luxembourg, Malta, Netherlands, Poland, Portugal,
Romania, Slovakia, Slovenia, Spain, Sweden.'
examples:
- German (staatsbuergerschaft-ao-ger)
- EU (staatsbuergerschaft-ao-eu)
- Third country (non-EU) (staatsbuergerschaft-ao-3rd)
synonyms: []
constraints:
targetObjectsOf: https://foerderfunke.org/default#staatsbuergerschaft
allowed_values:
- id: staatsbuergerschaft-ao-ger
label: German
- id: staatsbuergerschaft-ao-eu
label: EU
- id: staatsbuergerschaft-ao-3rd
label: Third country (non-EU)
targetSubjectsOf: https://foerderfunke.org/default#staatsbuergerschaft
maxCount: '1'
aufenthalt:
name: aufenthalt
path: ff:aufenthalt
datatype: xsd:boolean
description: If you are a foreigner and have a residence permit (these were issued
between 1991 and 2004) or a settlement permit (since 2005), click "yes". If you
do not have one, click "no".
examples: []
synonyms: []
constraints:
targetObjectsOf: https://foerderfunke.org/default#aufenthalt
datatype: xsd:boolean
targetSubjectsOf: https://foerderfunke.org/default#aufenthalt
maxCount: '1'
aufenthaltsort:
name: aufenthaltsort
path: ff:aufenthaltsort
datatype: xsd:string
description: This is the place where you are actually staying. It does not matter
whether you are registered there or have the right to live here. This can also
be a care facility, a women's shelter, a city district or the like.
examples:
- Outside Germany (aufenthaltsort-ao-ausserhalb)
- Inside Germany (aufenthaltsort-ao-innerhalb)
synonyms: []
constraints:
targetObjectsOf: https://foerderfunke.org/default#aufenthaltsort
allowed_values:
- id: aufenthaltsort-ao-ausserhalb
label: Outside Germany
- id: aufenthaltsort-ao-innerhalb
label: Inside Germany
targetSubjectsOf: https://foerderfunke.org/default#aufenthaltsort
maxCount: '1'
kinder:
name: kinder
path: ff:kinder
datatype: xsd:boolean
description: Please specify if there are children living in your household.
examples: []
synonyms: []
constraints:
targetObjectsOf: https://foerderfunke.org/default#kinder
datatype: xsd:boolean
targetSubjectsOf: https://foerderfunke.org/default#kinder
maxCount: '1'
kinder_unter_18:
name: kinder_unter_18
path: ff:kinder_unter_18
datatype: xsd:boolean
description: Do you have children younger than 18 years old?
examples: []
synonyms: []
constraints:
targetObjectsOf: https://foerderfunke.org/default#kinder_unter_18
datatype: xsd:boolean
targetSubjectsOf: https://foerderfunke.org/default#kinder_unter_18
maxCount: '1'
kinder_18_25:
name: kinder_18_25
path: ff:kinder_18_25
datatype: xsd:boolean
description: Do you have children between the ages of 18 and 25?
examples: []
synonyms: []
constraints:
targetObjectsOf: https://foerderfunke.org/default#kinder_18_25
datatype: xsd:boolean
targetSubjectsOf: https://foerderfunke.org/default#kinder_18_25
maxCount: '1'
kinder_in_ausbildung:
name: kinder_in_ausbildung
path: ff:kinder_in_ausbildung
datatype: xsd:boolean
description: Do you have children between the ages of 18 and 25 who are still in
school, training or studying?
examples: []
synonyms: []
constraints:
targetObjectsOf: https://foerderfunke.org/default#kinder_in_ausbildung
datatype: xsd:boolean
targetSubjectsOf: https://foerderfunke.org/default#kinder_in_ausbildung
maxCount: '1'
kindergeld:
name: kindergeld
path: ff:kindergeld
datatype: xsd:boolean
description: Do you receive child benefit for one or more children?
examples: []
synonyms: []
constraints:
targetObjectsOf: https://foerderfunke.org/default#kindergeld
datatype: xsd:boolean
targetSubjectsOf: https://foerderfunke.org/default#kindergeld
maxCount: '1'
erwerbsfaehig_neu:
name: erwerbsfaehig_neu
path: ff:erwerbsfaehig_neu
datatype: xsd:string
description: "You are fit for work if you can work normally for at least 3 hours\
\ a day. If you cannot manage to work that long because of a prolonged illness\
\ or disability, click \u201Cno\u201D."
examples:
- yes (erwerbsfaehig_neu-ao-ja)
- No, permanently unable to work (more than 6 months) (erwerbsfaehig_neu-ao-nein-ueber-6-monate)
- No, temporarily unable to work (less than 6 months) (erwerbsfaehig_neu-ao-nein-weniger-6-monate)
synonyms: []
constraints:
targetObjectsOf: https://foerderfunke.org/default#erwerbsfaehig_neu
allowed_values:
- id: erwerbsfaehig_neu-ao-ja
label: 'yes'
- id: erwerbsfaehig_neu-ao-nein-ueber-6-monate
label: No, permanently unable to work (more than 6 months)
- id: erwerbsfaehig_neu-ao-nein-weniger-6-monate
label: No, temporarily unable to work (less than 6 months)
targetSubjectsOf: https://foerderfunke.org/default#erwerbsfaehig_neu
maxCount: '1'
beruf_neu:
name: beruf_neu
path: ff:beruf_neu
datatype: xsd:string
description: What is your professional situation?
examples:
- Self-employed, working more than 15 hours per week (beruf_neu-ao-selbstaendig)
- Employed in a job subject to social security contributions (beruf_neu-ao-soz)
- Unemployed (beruf_neu-ao-alg)
- School/vocational training/studies (beruf_neu-ao-ausbildung)
- Federal voluntary service (beruf_neu-ao-bfd)
- Standard old-age pension/retirement (beruf_neu-ao-rente)
- Parental leave (beruf_neu-ao-eltern)
synonyms: []
constraints:
targetObjectsOf: https://foerderfunke.org/default#beruf_neu
allowed_values:
- id: beruf_neu-ao-selbstaendig
label: Self-employed, working more than 15 hours per week
- id: beruf_neu-ao-soz
label: Employed in a job subject to social security contributions
- id: beruf_neu-ao-alg
label: Unemployed
- id: beruf_neu-ao-ausbildung
label: School/vocational training/studies
- id: beruf_neu-ao-bfd
label: Federal voluntary service
- id: beruf_neu-ao-rente
label: Standard old-age pension/retirement
- id: beruf_neu-ao-eltern
label: Parental leave
targetSubjectsOf: https://foerderfunke.org/default#beruf_neu
maxCount: '1'
einkommen_neu:
name: einkommen_neu
path: ff:einkommen_neu
datatype: xsd:string
description: How do you earn your income? (multiple answers possible)
examples:
- Self-employed work of more than 15 hours per week (einkommen_neu-ao-selbstaendig)
- Employment subject to social security contributions (einkommen_neu-ao-soz)
- Unemployment benefit (einkommen_neu-ao-alg)
- Citizen's income (formerly unemployment benefit II) (einkommen_neu-ao-alg-ii)
- Training allowance (einkommen_neu-ao-ausbildung)
- "Student support (BAf\xF6G) (einkommen_neu-ao-bafoeg)"
- Standard retirement pension (einkommen_neu-ao-rente)
- Parental benefit (einkommen_neu-ao-elterngeld)
- Maternity pay (einkommen_neu-ao-mutterschaftsgeld)
- Housing benefit (einkommen_neu-ao-wohngeld)
- Other (einkommen_neu-ao-sonstige)
synonyms: []
constraints:
targetObjectsOf: https://foerderfunke.org/default#einkommen_neu
allowed_values:
- id: einkommen_neu-ao-selbstaendig
label: Self-employed work of more than 15 hours per week
- id: einkommen_neu-ao-soz
label: Employment subject to social security contributions
- id: einkommen_neu-ao-alg
label: Unemployment benefit
- id: einkommen_neu-ao-alg-ii
label: Citizen's income (formerly unemployment benefit II)
- id: einkommen_neu-ao-ausbildung
label: Training allowance
- id: einkommen_neu-ao-bafoeg
label: "Student support (BAf\xF6G)"
- id: einkommen_neu-ao-rente
label: Standard retirement pension
- id: einkommen_neu-ao-elterngeld
label: Parental benefit
- id: einkommen_neu-ao-mutterschaftsgeld
label: Maternity pay
- id: einkommen_neu-ao-wohngeld
label: Housing benefit
- id: einkommen_neu-ao-sonstige
label: Other
einkommen_familie:
name: einkommen_familie
path: ff:einkommen_familie
datatype: xsd:string
description: How do you describe your family's income?
examples:
- The family has a monthly gross income of at least 900 euros (joint parents) or
600 euros (single parents). (einkommen_familie-ao-monatsbrutto-ueber-900-600)
- The family does not have a monthly gross income of at least 900 euros (joint parents)
or 600 euros (single parents). (einkommen_familie-ao-monatsbrutto-unter-900-600)
synonyms: []
constraints:
targetObjectsOf: https://foerderfunke.org/default#einkommen_familie
allowed_values:
- id: einkommen_familie-ao-monatsbrutto-ueber-900-600
label: The family has a monthly gross income of at least 900 euros (joint parents)
or 600 euros (single parents).
- id: einkommen_familie-ao-monatsbrutto-unter-900-600
label: The family does not have a monthly gross income of at least 900 euros
(joint parents) or 600 euros (single parents).
targetSubjectsOf: https://foerderfunke.org/default#einkommen_familie
maxCount: '1'
lebenssituation:
name: lebenssituation
path: ff:lebenssituation
datatype: xsd:string
description: What is your living situation?
examples:
- Single household (lebenssituation-ao-allein)
- Joint household (marriage, partnership, registered partnership), possibly with
children (lebenssituation-ao-gemeinschaft)
- Single parent with at least one child (lebenssituation-ao-allein-mit-kind)
synonyms: []
constraints:
targetObjectsOf: https://foerderfunke.org/default#lebenssituation
allowed_values:
- id: lebenssituation-ao-allein
label: Single household
- id: lebenssituation-ao-gemeinschaft
label: Joint household (marriage, partnership, registered partnership), possibly
with children
- id: lebenssituation-ao-allein-mit-kind
label: Single parent with at least one child
targetSubjectsOf: https://foerderfunke.org/default#lebenssituation
maxCount: '1'
lebenslage:
name: lebenslage
path: ff:lebenslage
datatype: xsd:boolean
description: 'Difficult living situations or emergency situations are, for example:
you no longer have a home (homelessness), you have an addiction problem, you do
not know how to cover your living expenses, or you have been a victim of violence
in the family.'
examples: []
synonyms: []
constraints:
targetObjectsOf: https://foerderfunke.org/default#lebenslage
datatype: xsd:boolean
targetSubjectsOf: https://foerderfunke.org/default#lebenslage
maxCount: '1'
krankenversicherung:
name: krankenversicherung
path: ff:krankenversicherung
datatype: xsd:boolean
description: Do you have health insurance?
examples: []
synonyms: []
constraints:
targetObjectsOf: https://foerderfunke.org/default#krankenversicherung
datatype: xsd:boolean
targetSubjectsOf: https://foerderfunke.org/default#krankenversicherung
maxCount: '1'
pflegeversicherung:
name: pflegeversicherung
path: ff:pflegeversicherung
datatype: xsd:boolean
description: Do you have nursing care insurance?
examples: []
synonyms: []
constraints:
targetObjectsOf: https://foerderfunke.org/default#pflegeversicherung
datatype: xsd:boolean
targetSubjectsOf: https://foerderfunke.org/default#pflegeversicherung
maxCount: '1'
pflege:
name: pflege
path: ff:pflege
datatype: xsd:boolean
description: The need for care is determined by an expert from the health insurance's
medical service (MDK). After the examination, the care fund (Pflegekasse) decides
on the need for care and the degree of care.
examples: []
synonyms: []
constraints:
targetObjectsOf: https://foerderfunke.org/default#pflege
datatype: xsd:boolean
targetSubjectsOf: https://foerderfunke.org/default#pflege
maxCount: '1'
pensionable:
name: pensionable
path: ff:pensionable
datatype: xsd:string
description: Pensionable
examples: []
synonyms: []
constraints: {}
hasAge:
name: hasAge
path: ff:hasAge
datatype: xsd:integer
description: Age
examples: []
synonyms: []
constraints: {}