items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-02-09-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 |
---|---|---|---|---|---|---|---|
d33f85ac1b9205cfd9458b258670a64726440385 | Name of donor: Taipei Representative Office in the UK | Overseas visits 80ef1083 | 2015-02-09 | Karen Lumley uk.org.publicwhip/member/40495 | Karen Lumley uk.org.publicwhip/person/24856 | 0 | 2015-02-09-80ef1083-24856-0 |
dc38aabfb56ae5d09fabaa00b9d5fd918725eca8 | Address of donor: 50 Grosvenor Gardens, London SW1W 0EB | Overseas visits 80ef1083 | 2015-02-09 | Karen Lumley uk.org.publicwhip/member/40495 | Karen Lumley uk.org.publicwhip/person/24856 | 1 | 2015-02-09-80ef1083-24856-0 |
88adb981f67a96ac2a832c35aea4e899a04fedee | 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-02-09 | Karen Lumley uk.org.publicwhip/member/40495 | Karen Lumley uk.org.publicwhip/person/24856 | 2 | 2015-02-09-80ef1083-24856-0 |
ce1f467a67ff4772d5726e66e1917fcd60bd553d | Destination of visit: Taipei, Taiwan | Overseas visits 80ef1083 | 2015-02-09 | Karen Lumley uk.org.publicwhip/member/40495 | Karen Lumley uk.org.publicwhip/person/24856 | 3 | 2015-02-09-80ef1083-24856-0 |
6f01f313ea935de205c165ac4edfff8694c50338 | Date of visit: 19-26 October 2014 | Overseas visits 80ef1083 | 2015-02-09 | Karen Lumley uk.org.publicwhip/member/40495 | Karen Lumley uk.org.publicwhip/person/24856 | 4 | 2015-02-09-80ef1083-24856-0 |
c9fb787530e44e4d06260bbedb7f427750692e01 | Purpose of visit: invited as part of the Transport Committee to learn more about Taiwan, including high speed rail. | Overseas visits 80ef1083 | 2015-02-09 | Karen Lumley uk.org.publicwhip/member/40495 | Karen Lumley uk.org.publicwhip/person/24856 | 5 | 2015-02-09-80ef1083-24856-0 |
21469c4ffdb3d423f897363f2bb503ea6145b618 | (Registered 11 November 2014) | Overseas visits 80ef1083 | 2015-02-09 | Karen Lumley uk.org.publicwhip/member/40495 | Karen Lumley uk.org.publicwhip/person/24856 | 6 | 2015-02-09-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");