items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2010-04-12-80ef1083-10434-0" 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 |
---|---|---|---|---|---|---|---|
5bdb1d151537413a7298213a5ef3f7491c2d4de3 | Name of donor: Office of Tony Blair: Africa Governance Initiative | Overseas visits 80ef1083 | 2010-04-12 | Alan Milburn uk.org.publicwhip/member/1527 | Alan Milburn uk.org.publicwhip/person/10434 | 0 | 2010-04-12-80ef1083-10434-0 |
62f559be0a4663fa3123c2341c67618464688680 | Address of donor: PO Box 60519, London W2 7JU. | Overseas visits 80ef1083 | 2010-04-12 | Alan Milburn uk.org.publicwhip/member/1527 | Alan Milburn uk.org.publicwhip/person/10434 | 1 | 2010-04-12-80ef1083-10434-0 |
4a6ddd084392ade91b418423254412ed8eeefb5c | Amount of donation (or estimate of the probable value): approximately £3000 | Overseas visits 80ef1083 | 2010-04-12 | Alan Milburn uk.org.publicwhip/member/1527 | Alan Milburn uk.org.publicwhip/person/10434 | 2 | 2010-04-12-80ef1083-10434-0 |
7e35e4035e2d159d7d0dabdea439f844896a7f2c | Destination of visit: Freetown, Sierra Leone | Overseas visits 80ef1083 | 2010-04-12 | Alan Milburn uk.org.publicwhip/member/1527 | Alan Milburn uk.org.publicwhip/person/10434 | 3 | 2010-04-12-80ef1083-10434-0 |
1fdb21ca2c4311fb472e6d33764b797d410158d7 | Date of visit: 16 - 18 September 2009 | Overseas visits 80ef1083 | 2010-04-12 | Alan Milburn uk.org.publicwhip/member/1527 | Alan Milburn uk.org.publicwhip/person/10434 | 4 | 2010-04-12-80ef1083-10434-0 |
88e198f1c641bc0bda7885e49a9ccd50f3f8ea3b | Purpose of visit: to meet with the Government of Sierra Leone as part of the Office of Tony Blair: Africa Governance Initiative | Overseas visits 80ef1083 | 2010-04-12 | Alan Milburn uk.org.publicwhip/member/1527 | Alan Milburn uk.org.publicwhip/person/10434 | 5 | 2010-04-12-80ef1083-10434-0 |
59bb238cfdc8f6211e7b802ee899778a7010a4b8 | (Registered 12 October 2009) | Overseas visits 80ef1083 | 2010-04-12 | Alan Milburn uk.org.publicwhip/member/1527 | Alan Milburn uk.org.publicwhip/person/10434 | 6 | 2010-04-12-80ef1083-10434-0 |
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");