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
9 rows where uni_nr_adr = 15003980 sorted by beginn_mit descending
This data as json, copyable, CSV (advanced)
Suggested facets: beginn_mit, ende_mit, beginn_mit (date), ende_mit (date)
| Link | rowid | uni_nr_gre | uni_nr_adr | beginn_mit ▲ | ende_mit | funktion_adr |
|---|---|---|---|---|---|---|
| 1362 | 1362 | Delegation IGPK Universität Basel 3196 | Dill, Alexandra 15003980 | 2021-10-20 | 2025-12-18 | |
| 672 | 672 | PUK zum Neubau des Biozentrums 15004021 | Dill, Alexandra 15003980 | 2021-09-08 | 2022-10-20 | |
| 2362 | 2362 | Geschäftsprüfungskommission 809 | Dill, Alexandra 15003980 | 2021-09-08 | 2025-12-10 | |
| 1224 | 1224 | Begnadigungskommission 793 | Dill, Alexandra 15003980 | 2020-02-12 | 2025-12-18 | |
| 634 | 634 | Spezialkommission Klimaschutz 15004015 | Dill, Alexandra 15003980 | 2019-12-18 | 2021-12-17 | |
| 1079 | 1079 | Bau- und Raumplanungskommission 796 | Dill, Alexandra 15003980 | 2017-02-08 | 2021-10-20 | |
| 1984 | 1984 | Disziplinarkommission 801 | Dill, Alexandra 15003980 | 2017-02-08 | 2021-02-01 | |
| 1632 | 1632 | Sozialdemokratische Partei 1627 | Dill, Alexandra 15003980 | 2017-02-01 | 2025-12-18 | |
| 2990 | 2990 | Grosser Rat 3 | Dill, Alexandra 15003980 | 2017-02-01 | 2025-12-18 |
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");