items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
8 rows where record_id = "2010-02-03-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 |
---|---|---|---|---|---|---|---|
79e56e47ee4f4beb7734a409b906a36614100a1c | 4-9 February 2009, to Freetown, Sierra Leone, to meet with the Government as part of the Office of Tony Blair: Africa Governance Initiative, who paid the costs of the visit. (Registered 16 February 2009) | Overseas visits 80ef1083 | 2010-02-03 | Alan Milburn uk.org.publicwhip/member/1527 | Alan Milburn uk.org.publicwhip/person/10434 | 0 | 2010-02-03-80ef1083-10434-0 |
a6c240f6f0d112930753cec3723d4053874b2df2 | Name of donor: Office of Tony Blair: Africa Governance Initiative | Overseas visits 80ef1083 | 2010-02-03 | Alan Milburn uk.org.publicwhip/member/1527 | Alan Milburn uk.org.publicwhip/person/10434 | 1 | 2010-02-03-80ef1083-10434-0 |
6080462e74df591918c14ade2da25552e83e8b78 | Address of donor: PO Box 60519, London W2 7JU. | Overseas visits 80ef1083 | 2010-02-03 | Alan Milburn uk.org.publicwhip/member/1527 | Alan Milburn uk.org.publicwhip/person/10434 | 2 | 2010-02-03-80ef1083-10434-0 |
cbafd3bcfaec562f6eeaec13135e04dc20b7ce4f | Amount of donation (or estimate of the probable value): approximately £3000 | Overseas visits 80ef1083 | 2010-02-03 | Alan Milburn uk.org.publicwhip/member/1527 | Alan Milburn uk.org.publicwhip/person/10434 | 3 | 2010-02-03-80ef1083-10434-0 |
2f5c93f5a5697f00e7e9a3e7720e0d5031f32586 | Destination of visit: Freetown, Sierra Leone | Overseas visits 80ef1083 | 2010-02-03 | Alan Milburn uk.org.publicwhip/member/1527 | Alan Milburn uk.org.publicwhip/person/10434 | 4 | 2010-02-03-80ef1083-10434-0 |
6cc5218b0f74a19b99f31c106c2d0b3de09e064f | Date of visit: 16 - 18 September 2009 | Overseas visits 80ef1083 | 2010-02-03 | Alan Milburn uk.org.publicwhip/member/1527 | Alan Milburn uk.org.publicwhip/person/10434 | 5 | 2010-02-03-80ef1083-10434-0 |
167f948389674d6a1665d94d7cc18488c39b2b63 | 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-02-03 | Alan Milburn uk.org.publicwhip/member/1527 | Alan Milburn uk.org.publicwhip/person/10434 | 6 | 2010-02-03-80ef1083-10434-0 |
7d5254a8dd8116757aea21c797ece3427aa2bde3 | (Registered 12 October 2009) | Overseas visits 80ef1083 | 2010-02-03 | Alan Milburn uk.org.publicwhip/member/1527 | Alan Milburn uk.org.publicwhip/person/10434 | 7 | 2010-02-03-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");