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
6 rows where uni_nr_adr = 15004058 sorted by beginn_mit descending
This data as json, copyable, CSV (advanced)
Suggested facets: beginn_mit, beginn_mit (date), ende_mit (date)
| Link | rowid | uni_nr_gre | uni_nr_adr | beginn_mit ▲ | ende_mit | funktion_adr |
|---|---|---|---|---|---|---|
| 808 | 808 | Umwelt-, Verkehrs- und Energiekommission 842 | Bartha, Béla 15004058 | 2025-02-05 | ||
| 1004 | 1004 | GRÜNE / junges grünes bündnis 15004096 | Bartha, Béla 15004058 | 2025-02-01 | ||
| 2122 | 2122 | Delegation IPK Fachhochschule Nordwestschweiz 2910 | Bartha, Béla 15004058 | 2022-06-01 | 2025-02-01 | |
| 2084 | 2084 | Bildungs- und Kulturkommission 795 | Bartha, Béla 15004058 | 2022-05-11 | 2025-02-01 | |
| 879 | 879 | Grün-Alternatives Bündnis 1619 | Bartha, Béla 15004058 | 2022-05-01 | 2025-02-01 | |
| 2889 | 2889 | Grosser Rat 3 | Bartha, Béla 15004058 | 2022-05-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");