items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2012-11-19-80ef1083-10319-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 |
|---|---|---|---|---|---|---|---|
| 8209a2d98aa2e12d74d6d11cd01cbe468c3b3ae3 | Name of donor: Government of the Republic of China (Taiwan) | Overseas visits 80ef1083 | 2012-11-19 | Helen Jones uk.org.publicwhip/member/40633 | Helen Jones uk.org.publicwhip/person/10319 | 0 | 2012-11-19-80ef1083-10319-0 |
| 9337bbf7f0c4c2c3d0e3da073293ac4fbd8b5fd1 | Address of donor: c/o Taipei Representative Office in the UK, 50 Grosvenor Gardens, London SW1 W0EB | Overseas visits 80ef1083 | 2012-11-19 | Helen Jones uk.org.publicwhip/member/40633 | Helen Jones uk.org.publicwhip/person/10319 | 1 | 2012-11-19-80ef1083-10319-0 |
| 03773031348c468c9e73913d11c8189227ec7d94 | Amount of donation (or estimate of the probable value): £3,600 | Overseas visits 80ef1083 | 2012-11-19 | Helen Jones uk.org.publicwhip/member/40633 | Helen Jones uk.org.publicwhip/person/10319 | 2 | 2012-11-19-80ef1083-10319-0 |
| d0c07a84a58e380fcc7b0f43ea16f98c4280e24d | Destination of visit: Taiwan | Overseas visits 80ef1083 | 2012-11-19 | Helen Jones uk.org.publicwhip/member/40633 | Helen Jones uk.org.publicwhip/person/10319 | 3 | 2012-11-19-80ef1083-10319-0 |
| 530c4b9667f0b3888de696617c0d765fd1d81995 | Date of visit: 29 May-5 June 2011 | Overseas visits 80ef1083 | 2012-11-19 | Helen Jones uk.org.publicwhip/member/40633 | Helen Jones uk.org.publicwhip/person/10319 | 4 | 2012-11-19-80ef1083-10319-0 |
| c13e33708b3e9209eea6fc912af0f1b30197954a | Purpose of visit: meetings with members of the Government and Legislative Yuan | Overseas visits 80ef1083 | 2012-11-19 | Helen Jones uk.org.publicwhip/member/40633 | Helen Jones uk.org.publicwhip/person/10319 | 5 | 2012-11-19-80ef1083-10319-0 |
| cd9552b7708cd6697271b1b9b42d61cfb1ac3bfa | (Registered 13 June 2011) | Overseas visits 80ef1083 | 2012-11-19 | Helen Jones uk.org.publicwhip/member/40633 | Helen Jones uk.org.publicwhip/person/10319 | 6 | 2012-11-19-80ef1083-10319-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");