items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-80ef1083-24856-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 |
---|---|---|---|---|---|---|---|
83b8ca91194d4e2f03e63cd58d3e3a7afc7b4f08 | Name of donor: Taipei Representative Office in the UK | Overseas visits 80ef1083 | 2015-03-30 | Karen Lumley uk.org.publicwhip/member/40495 | Karen Lumley uk.org.publicwhip/person/24856 | 0 | 2015-03-30-80ef1083-24856-0 |
f12d02b1a41047528bd2b90b957200d535e1c6e7 | Address of donor: 50 Grosvenor Gardens, London SW1W 0EB | Overseas visits 80ef1083 | 2015-03-30 | Karen Lumley uk.org.publicwhip/member/40495 | Karen Lumley uk.org.publicwhip/person/24856 | 1 | 2015-03-30-80ef1083-24856-0 |
e49229ffa4db1cb6d449e184dc9fbe7ce16a6912 | Amount of donation (or estimate of the probable value): flights £2,350, hotels £900, meals £250 and transportation £140; total £3,640 | Overseas visits 80ef1083 | 2015-03-30 | Karen Lumley uk.org.publicwhip/member/40495 | Karen Lumley uk.org.publicwhip/person/24856 | 2 | 2015-03-30-80ef1083-24856-0 |
9b6b14e8730dc96a4b8b72b317aeb684ef415c7f | Destination of visit: Taipei, Taiwan | Overseas visits 80ef1083 | 2015-03-30 | Karen Lumley uk.org.publicwhip/member/40495 | Karen Lumley uk.org.publicwhip/person/24856 | 3 | 2015-03-30-80ef1083-24856-0 |
86abaa68eb2901ecf082295e14c83992f2e18b5f | Date of visit: 19-26 October 2014 | Overseas visits 80ef1083 | 2015-03-30 | Karen Lumley uk.org.publicwhip/member/40495 | Karen Lumley uk.org.publicwhip/person/24856 | 4 | 2015-03-30-80ef1083-24856-0 |
22072018e85b1a541b66e70a773e4c0f28aed6bb | Purpose of visit: invited as part of the Transport Committee to learn more about Taiwan, including high speed rail. | Overseas visits 80ef1083 | 2015-03-30 | Karen Lumley uk.org.publicwhip/member/40495 | Karen Lumley uk.org.publicwhip/person/24856 | 5 | 2015-03-30-80ef1083-24856-0 |
9c4c2f2772d8a03cdeb7338e3438bbc276c82f02 | (Registered 11 November 2014) | Overseas visits 80ef1083 | 2015-03-30 | Karen Lumley uk.org.publicwhip/member/40495 | Karen Lumley uk.org.publicwhip/person/24856 | 6 | 2015-03-30-80ef1083-24856-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");