items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2010-03-24-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 |
|---|---|---|---|---|---|---|---|
| fca5cd0403c754144524ddd0747effab67cd0ec2 | Name of donor: Office of Tony Blair: Africa Governance Initiative | Overseas visits 80ef1083 | 2010-03-24 | Alan Milburn uk.org.publicwhip/member/1527 | Alan Milburn uk.org.publicwhip/person/10434 | 0 | 2010-03-24-80ef1083-10434-0 |
| 5f25e006654025017da7a9b1e43de38f3204b3b1 | Address of donor: PO Box 60519, London W2 7JU. | Overseas visits 80ef1083 | 2010-03-24 | Alan Milburn uk.org.publicwhip/member/1527 | Alan Milburn uk.org.publicwhip/person/10434 | 1 | 2010-03-24-80ef1083-10434-0 |
| 83402db03c0e9ef1d5fee31d4017261aa931005d | Amount of donation (or estimate of the probable value): approximately £3000 | Overseas visits 80ef1083 | 2010-03-24 | Alan Milburn uk.org.publicwhip/member/1527 | Alan Milburn uk.org.publicwhip/person/10434 | 2 | 2010-03-24-80ef1083-10434-0 |
| fac806c425b54d9bfc182f5e326db354300336f6 | Destination of visit: Freetown, Sierra Leone | Overseas visits 80ef1083 | 2010-03-24 | Alan Milburn uk.org.publicwhip/member/1527 | Alan Milburn uk.org.publicwhip/person/10434 | 3 | 2010-03-24-80ef1083-10434-0 |
| f81d942445a31a7e48e5e3c4e537bd6260f2b480 | Date of visit: 16 - 18 September 2009 | Overseas visits 80ef1083 | 2010-03-24 | Alan Milburn uk.org.publicwhip/member/1527 | Alan Milburn uk.org.publicwhip/person/10434 | 4 | 2010-03-24-80ef1083-10434-0 |
| 5c5ae0ff411129fa5ee28506a739ec42d4d2a5e2 | 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-03-24 | Alan Milburn uk.org.publicwhip/member/1527 | Alan Milburn uk.org.publicwhip/person/10434 | 5 | 2010-03-24-80ef1083-10434-0 |
| 6fc649aece97d7954daa04c6ba43c2460689756e | (Registered 12 October 2009) | Overseas visits 80ef1083 | 2010-03-24 | Alan Milburn uk.org.publicwhip/member/1527 | Alan Milburn uk.org.publicwhip/person/10434 | 6 | 2010-03-24-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");