party_family
Data source: ParlGov · About: simonw/parlgov-datasette
8 rows where type_id = 67
This data as json, CSV (advanced)
id ▼ | party_id | type_id |
---|---|---|
242 | Movimento Indipendentista Siciliano 1028 | Separatist 67 |
328 | Inuit Ataqatigiit 1891 | Separatist 67 |
329 | Herri Batasuna 1317 | Separatist 67 |
524 | Mouvement independantiste martiniquais 2077 | Separatist 67 |
603 | Eusko Alkartasuna 845 | Separatist 67 |
823 | Anti H-Block 1323 | Separatist 67 |
903 | Euskal Herria Bildu 2603 | Separatist 67 |
905 | Convergència Democràtica | Junts per Catalunya 2605 | Separatist 67 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "party_family" ( "id" integer NOT NULL PRIMARY KEY, "party_id" integer NOT NULL REFERENCES "party" ("id"), "type_id" integer NOT NULL REFERENCES "info_id" ("id") ); CREATE INDEX "party_family_764fa81" ON "party_family" ("party_id"); CREATE INDEX "party_family_777d41c8" ON "party_family" ("type_id");