items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2010-02-24-80ef1083-10378-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 |
|---|---|---|---|---|---|---|---|
| d26bad19cbc58ff0177b2966243387204c0a4884 | Name of donor: The National Population and Family Planning Commission i.e. China Government | Overseas visits 80ef1083 | 2010-02-24 | Chris McCafferty uk.org.publicwhip/member/1471 | Chris McCafferty uk.org.publicwhip/person/10378 | 0 | 2010-02-24-80ef1083-10378-0 |
| 48ad5a64301d6c38dc5b394459e141127e1bf799 | Address of donor: Department of International Cooperation, National Population and Family Planning Commission of China, 14 Zhi Chun Road, Haidian District, Beijing 100191, China. | Overseas visits 80ef1083 | 2010-02-24 | Chris McCafferty uk.org.publicwhip/member/1471 | Chris McCafferty uk.org.publicwhip/person/10378 | 1 | 2010-02-24-80ef1083-10378-0 |
| e086761aade4a424720e54026a1b32482f911be5 | Amount of donation (or estimate of the probable value): £4811.98 for flights, accommodation, catering and incidental expenses. | Overseas visits 80ef1083 | 2010-02-24 | Chris McCafferty uk.org.publicwhip/member/1471 | Chris McCafferty uk.org.publicwhip/person/10378 | 2 | 2010-02-24-80ef1083-10378-0 |
| 81cb65ee81f360c18fef6f2a9c585ca82d9b2528 | Destination of visit: Beijing | Overseas visits 80ef1083 | 2010-02-24 | Chris McCafferty uk.org.publicwhip/member/1471 | Chris McCafferty uk.org.publicwhip/person/10378 | 3 | 2010-02-24-80ef1083-10378-0 |
| 7496a329a21a8b965d0fc5926cfd257118697bcd | Date of visit: 16-20 October 2009 | Overseas visits 80ef1083 | 2010-02-24 | Chris McCafferty uk.org.publicwhip/member/1471 | Chris McCafferty uk.org.publicwhip/person/10378 | 4 | 2010-02-24-80ef1083-10378-0 |
| 153578c2d3d9923bf5129c708bd74d99689f76b2 | Purpose of visit: I chaired a symposium at the 5th Asia Pacific Conference on Reproductive and Sexual Health & Rights. | Overseas visits 80ef1083 | 2010-02-24 | Chris McCafferty uk.org.publicwhip/member/1471 | Chris McCafferty uk.org.publicwhip/person/10378 | 5 | 2010-02-24-80ef1083-10378-0 |
| 056f4b9fe324bddf60111509c8d7a0a81163d65f | (Registered 1 February 2010) | Overseas visits 80ef1083 | 2010-02-24 | Chris McCafferty uk.org.publicwhip/member/1471 | Chris McCafferty uk.org.publicwhip/person/10378 | 6 | 2010-02-24-80ef1083-10378-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");