items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where record_id = "2015-03-30-8f616a6e-25165-2" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: date (date)
hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
---|---|---|---|---|---|---|---|
739c7109a24f26503b6e23a4c0e11f61fcc55d99 | Name of donor: The Co-operative Party | Sponsorships 8f616a6e | 2015-03-30 | Lucy Powell uk.org.publicwhip/member/40691 | Lucy Powell uk.org.publicwhip/person/25165 | 0 | 2015-03-30-8f616a6e-25165-2 |
963363afcf160f716ecd973d0f4a34c31672a586 | Address of donor: 77 Weston Street, London SE1 3SD | Sponsorships 8f616a6e | 2015-03-30 | Lucy Powell uk.org.publicwhip/member/40691 | Lucy Powell uk.org.publicwhip/person/25165 | 1 | 2015-03-30-8f616a6e-25165-2 |
06be65e94e5d58f26f5e4ed44591aad5f600157d | Amount of donation or nature and value if donation in kind: £1,520 | Sponsorships 8f616a6e | 2015-03-30 | Lucy Powell uk.org.publicwhip/member/40691 | Lucy Powell uk.org.publicwhip/person/25165 | 2 | 2015-03-30-8f616a6e-25165-2 |
3faab5ce125d28e8fb17fcb006bfb364a1e21100 | Donor status: registered party | Sponsorships 8f616a6e | 2015-03-30 | Lucy Powell uk.org.publicwhip/member/40691 | Lucy Powell uk.org.publicwhip/person/25165 | 3 | 2015-03-30-8f616a6e-25165-2 |
83a50f577570c48a1323a05a0d5e4aa1eb17e7c7 | (Registered 16 April 2014) | Sponsorships 8f616a6e | 2015-03-30 | Lucy Powell uk.org.publicwhip/member/40691 | Lucy Powell uk.org.publicwhip/person/25165 | 4 | 2015-03-30-8f616a6e-25165-2 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE items ( hash VARCHAR(40) NOT NULL, item TEXT, category_id TEXT, date TEXT, member_id TEXT, person_id TEXT, sort_order INTEGER, record_id TEXT, PRIMARY KEY (hash), FOREIGN KEY ("category_id") REFERENCES [categories](id), FOREIGN KEY ("member_id") REFERENCES [members](id), FOREIGN KEY ("person_id") REFERENCES [people](id) ); CREATE INDEX items_date ON items("date"); CREATE INDEX items_category_id ON items("category_id"); CREATE INDEX items_member_id ON items("member_id"); CREATE INDEX items_person_id ON items("person_id"); CREATE INDEX items_record_id ON items("record_id");