Mitgliedschaften
- beginn_mit
- Startdatum der Mitgliedschaft im Gremium
- ende_mit
- Enddatum der Mitgliedschaft im Gremium
- funktion_adr
- Funktion des Gremiumsmitglieds (Präsident, Vizepräsident, Mitglied)
- uni_nr_adr
- Individuelle Identifikationsnummer des Grossratsmitglieds
- uni_nr_gre
- Individuelle Identifikationsnummer des Gremiums
10 rows where uni_nr_adr = 15003975 sorted by beginn_mit descending
This data as json, copyable, CSV (advanced)
Suggested facets: uni_nr_gre, beginn_mit, ende_mit, beginn_mit (date), ende_mit (date)
| Link | rowid | uni_nr_gre | uni_nr_adr | beginn_mit ▲ | ende_mit | funktion_adr |
|---|---|---|---|---|---|---|
| 2340 | 2340 | Geschäftsprüfungskommission 809 | Steinle, Lea 15003975 | 2019-06-26 | 2020-03-01 | |
| 2337 | 2337 | Geschäftsprüfungskommission 809 | Steinle, Lea 15003975 | 2019-01-05 | 2019-02-13 | Stv. von Barbara Wegmann |
| 2073 | 2073 | Bildungs- und Kulturkommission 795 | Steinle, Lea 15003975 | 2018-10-15 | 2018-12-03 | vertreten durch Harald Friedl |
| 2070 | 2070 | Bildungs- und Kulturkommission 795 | Steinle, Lea 15003975 | 2018-07-16 | 2018-09-29 | vertreten durch Thomas Grossenbacher |
| 2449 | 2449 | Regiokommission 829 | Steinle, Lea 15003975 | 2018-07-16 | 2018-12-03 | vertreten durch Jürg Stöcklin |
| 229 | 229 | Delegation Districtsrat 1841 | Steinle, Lea 15003975 | 2017-03-15 | 2019-02-13 | |
| 2066 | 2066 | Bildungs- und Kulturkommission 795 | Steinle, Lea 15003975 | 2017-02-08 | 2019-06-26 | |
| 2446 | 2446 | Regiokommission 829 | Steinle, Lea 15003975 | 2017-02-08 | 2019-02-13 | |
| 862 | 862 | Grün-Alternatives Bündnis 1619 | Steinle, Lea 15003975 | 2017-02-01 | 2020-03-01 | |
| 2853 | 2853 | Grosser Rat 3 | Steinle, Lea 15003975 | 2017-02-01 | 2020-03-01 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "Mitgliedschaften" (
"uni_nr_gre" INTEGER,
"uni_nr_adr" INTEGER,
"beginn_mit" TEXT,
"ende_mit" TEXT,
"funktion_adr" TEXT,
FOREIGN KEY ("uni_nr_gre") REFERENCES "Gremien"("uni_nr") ON DELETE CASCADE,
FOREIGN KEY ("uni_nr_adr") REFERENCES "Personen"("uni_nr") ON DELETE CASCADE
);
CREATE INDEX idx_Mitgliedschaften_uni_nr_gre ON "Mitgliedschaften" ("uni_nr_gre");
CREATE INDEX idx_Mitgliedschaften_beginn_mit ON "Mitgliedschaften" ("beginn_mit");
CREATE INDEX idx_Mitgliedschaften_ende_mit ON "Mitgliedschaften" ("ende_mit");
CREATE INDEX idx_Mitgliedschaften_funktion_adr ON "Mitgliedschaften" ("funktion_adr");
CREATE INDEX idx_Mitgliedschaften_uni_nr_adr ON "Mitgliedschaften" ("uni_nr_adr");