Skip to content

Commit e756dce

Browse files
committed
replace association activity with association target group
1 parent abb9581 commit e756dce

4 files changed

Lines changed: 252 additions & 161 deletions

File tree

build/def.built.ttl

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,65 @@ ff:associationHeadquarters-wolfenbuettel a ff:AnswerOption;
354354
"Wolfenbüttel"@de,
355355
"Wolfenbüttel"@en.
356356

357+
ff:associationTargetGroup a ff:DataField;
358+
schema:question
359+
"Welche Gruppe(n) spricht der Verein oder die Organisation hauptsächlich an?"@de-x-es,
360+
"Welche Gruppe(n) spricht der Verein oder die Organisation hauptsächlich an?"@de,
361+
"Which target group(s) does the association or organization primarily address?"@en;
362+
rdfs:label
363+
"Zielgruppe der Organisation"@de-x-es,
364+
"Zielgruppe der Organisation"@de,
365+
"Target Group of the Organization"@en;
366+
ff:hasShaclShape [ a sh:NodeShape;
367+
sh:property [
368+
sh:in (ff:associationTargetGroup-none ff:associationTargetGroup-children ff:associationTargetGroup-youth ff:associationTargetGroup-women ff:associationTargetGroup-sociallyDisadvantaged ff:associationTargetGroup-generalPublic ff:associationTargetGroup-other);
369+
sh:path ff:associationTargetGroup
370+
];
371+
sh:targetSubjectsOf ff:associationTargetGroup
372+
].
373+
374+
ff:associationTargetGroup-children a ff:AnswerOption;
375+
rdfs:label
376+
"Kinder"@de-x-es,
377+
"Kinder"@de,
378+
"Children"@en.
379+
380+
ff:associationTargetGroup-generalPublic a ff:AnswerOption;
381+
rdfs:label
382+
"Allgemeine Öffentlichkeit"@de-x-es,
383+
"Allgemeine Öffentlichkeit"@de,
384+
"General public"@en.
385+
386+
ff:associationTargetGroup-none a ff:AnswerOption;
387+
rdfs:label
388+
"Keine spezifische Zielgruppe"@de-x-es,
389+
"Keine spezifische Zielgruppe"@de,
390+
"No specific target group"@en.
391+
392+
ff:associationTargetGroup-other a ff:AnswerOption;
393+
rdfs:label
394+
"Andere"@de-x-es,
395+
"Andere"@de,
396+
"Other"@en.
397+
398+
ff:associationTargetGroup-sociallyDisadvantaged a ff:AnswerOption;
399+
rdfs:label
400+
"Sozial benachteiligte Gruppen und Hilfsbedürftige"@de-x-es,
401+
"Sozial benachteiligte Gruppen und Hilfsbedürftige"@de,
402+
"Socially disadvantaged groups and those in need"@en.
403+
404+
ff:associationTargetGroup-women a ff:AnswerOption;
405+
rdfs:label
406+
"Frauen"@de-x-es,
407+
"Frauen"@de,
408+
"Women"@en.
409+
410+
ff:associationTargetGroup-youth a ff:AnswerOption;
411+
rdfs:label
412+
"Jugendliche"@de-x-es,
413+
"Jugendliche"@de,
414+
"Youth"@en.
415+
357416
ff:balanceSheet a ff:DataField;
358417
schema:category ff:gruendung-df-kategorie;
359418
schema:question

0 commit comments

Comments
 (0)