items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-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 |
---|---|---|---|---|---|---|---|
a0f92318c7d70bfbe7f75aac37f8b9bf0469961d | Name of donor: The Taipei Representative Office in the UK (TRO) | Overseas visits 80ef1083 | 2015-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 0 | 2015-03-30-80ef1083-10013-1 |
45e15f9654f9f4bf2d2d4fd5f992ceb2964a42bf | Address of donor: 50 Grosvenor Gardens, London SW1W 0EB | Overseas visits 80ef1083 | 2015-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 1 | 2015-03-30-80ef1083-10013-1 |
24a422f7ce06c9b7d54860b61114f09d3b108dc6 | 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-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 2 | 2015-03-30-80ef1083-10013-1 |
d860606dc218341730a73229efbc30219e3a6f9d | Destination of visit: Taiwan | Overseas visits 80ef1083 | 2015-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 3 | 2015-03-30-80ef1083-10013-1 |
9cda3dded4389547e8b572df5c5f6dfc88fdebd0 | Date of visit: 26 July-2 August 2014 | Overseas visits 80ef1083 | 2015-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 4 | 2015-03-30-80ef1083-10013-1 |
2e47c1f95b0caccf25228ab303033963c1458880 | 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-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 5 | 2015-03-30-80ef1083-10013-1 |
188ab24167c71017f3db69278daadaa0bec2baf0 | (Registered 5 August 2014) | Overseas visits 80ef1083 | 2015-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 6 | 2015-03-30-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");