items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-80ef1083-10013-1" 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 |
|---|---|---|---|---|---|---|---|
| bbd7c370b020b1a79cdefb9d53ec99ac3b226526 | Name of donor: The Taipei Representative Office in the UK (TRO) | Overseas visits 80ef1083 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 0 | 2015-03-09-80ef1083-10013-1 |
| c6744fc3413c3b378eb956f669728a614a4d6db7 | Address of donor: 50 Grosvenor Gardens, London SW1W 0EB | Overseas visits 80ef1083 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 1 | 2015-03-09-80ef1083-10013-1 |
| 599ffc0dad29d5379bb0cc4a33868c557a0d4258 | Amount of donation (or estimate of the probable value): the approximate amount includes accommodation £600, food £300 and return flights £2,400; total £3,300 | Overseas visits 80ef1083 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 2 | 2015-03-09-80ef1083-10013-1 |
| 5a0aefc185df8261c214986be3a415c64ce4d3ef | Destination of visit: Taiwan | Overseas visits 80ef1083 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 3 | 2015-03-09-80ef1083-10013-1 |
| 62006ce240bbfc481d339b25cf44865fd0d8cd83 | Date of visit: 26 July-2 August 2014 | Overseas visits 80ef1083 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 4 | 2015-03-09-80ef1083-10013-1 |
| 978bf301e39374d0b3719f25eca902e789fd5292 | Purpose of visit: As part of the British-Taiwanese APPG, to promote the understanding of Taiwan and strengthen UK-Taiwan relations. | Overseas visits 80ef1083 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 5 | 2015-03-09-80ef1083-10013-1 |
| 0a068564be30121d76556c294176e96ceb66a5ab | (Registered 5 August 2014) | Overseas visits 80ef1083 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 6 | 2015-03-09-80ef1083-10013-1 |
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");