members
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where person_id = "uk.org.publicwhip/person/10080"
This data as json, CSV (advanced)
id ▼ | name | person_id |
---|---|---|
uk.org.publicwhip/member/1861 | Paul Burstow | Paul Burstow uk.org.publicwhip/person/10080 |
uk.org.publicwhip/member/40594 | Paul Burstow | Paul Burstow uk.org.publicwhip/person/10080 |
uk.org.publicwhip/member/769 | Paul Burstow | Paul Burstow uk.org.publicwhip/person/10080 |
uk.org.publicwhip/member/80 | Paul Burstow | Paul Burstow uk.org.publicwhip/person/10080 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE members ( id VARCHAR(50) NOT NULL, name TEXT, person_id TEXT, PRIMARY KEY (id), FOREIGN KEY ("person_id") REFERENCES [people](id) );