Mitgliedschaften
6 rows where uni_nr_gre = 15004095
This data as json, copyable, CSV (advanced)
Suggested facets: beginn_mit (date), ende_mit (date)
Link | uni_nr_gre | uni_nr_adr | beginn_mit | ende_mit | funktion_adr |
---|---|---|---|---|---|
15004095,1601,2025-02-01,None | Basels starke Alternative! 15004095 | Gerber 1601 | 2025-02-01 | ||
15004095,1648,2025-02-01,None | Basels starke Alternative! 15004095 | Bernasconi 1648 | 2025-02-01 | ||
15004095,1653,2025-02-01,None | Basels starke Alternative! 15004095 | Mück 1653 | 2025-02-01 | ||
15004095,15003954,2025-02-01,Präsidentin | Basels starke Alternative! 15004095 | Zürcher 15003954 | 2025-02-01 | 2025-09-01 | Präsidentin |
15004095,15003982,2025-02-01,None | Basels starke Alternative! 15004095 | Bolliger 15003982 | 2025-02-01 | ||
15004095,15004059,2025-02-01,None | Basels starke Alternative! 15004095 | Goepfert 15004059 | 2025-02-01 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "Mitgliedschaften" ( "uni_nr_gre" INTEGER, "uni_nr_adr" INTEGER, "beginn_mit" TEXT, "ende_mit" TEXT, "funktion_adr" TEXT, PRIMARY KEY ("uni_nr_gre","uni_nr_adr","beginn_mit", "funktion_adr"), 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");