items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-01-26-80ef1083-10354-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 |
|---|---|---|---|---|---|---|---|
| 28b72a9ed2ce014ae5a97115926cd7c51235e5ef | Name of donor: (1) Chatham House; (2) Centre for European Reform | Overseas visits 80ef1083 | 2015-01-26 | Christopher Leslie uk.org.publicwhip/member/40460 | Chris Leslie uk.org.publicwhip/person/10354 | 0 | 2015-01-26-80ef1083-10354-0 |
| b07c178ee592e3d97812b2d7a23992c0ae02bd46 | Address of donor: (1) 10 St James’s Square, London SW1Y 4LE; (2) 14 Great College St, London SW1P 3RX | Overseas visits 80ef1083 | 2015-01-26 | Christopher Leslie uk.org.publicwhip/member/40460 | Chris Leslie uk.org.publicwhip/person/10354 | 1 | 2015-01-26-80ef1083-10354-0 |
| e285f2fa13e0619ef01e32b0cc61435af00d50aa | Amount of donation (or estimate of the probable value): (1) Return flights at £453.64 and car parking at £60.70; (2) Hotel stay for two nights at £254; £768.34 in total | Overseas visits 80ef1083 | 2015-01-26 | Christopher Leslie uk.org.publicwhip/member/40460 | Chris Leslie uk.org.publicwhip/person/10354 | 2 | 2015-01-26-80ef1083-10354-0 |
| 08aee826ff118a6af016add29eb9fcdcc8b86034 | Destination of visit: Krakow, Poland | Overseas visits 80ef1083 | 2015-01-26 | Christopher Leslie uk.org.publicwhip/member/40460 | Chris Leslie uk.org.publicwhip/person/10354 | 3 | 2015-01-26-80ef1083-10354-0 |
| 8440afe0848ce3e429d25d0220d3de41fc8cde42 | Date of visit: 5-7 June 2014 | Overseas visits 80ef1083 | 2015-01-26 | Christopher Leslie uk.org.publicwhip/member/40460 | Chris Leslie uk.org.publicwhip/person/10354 | 4 | 2015-01-26-80ef1083-10354-0 |
| 75f6134600420814a4a09d0dbdfb168c27c954ff | Purpose of visit: To attend British-Polish round table event | Overseas visits 80ef1083 | 2015-01-26 | Christopher Leslie uk.org.publicwhip/member/40460 | Chris Leslie uk.org.publicwhip/person/10354 | 5 | 2015-01-26-80ef1083-10354-0 |
| ab915613a8b4db44963efa063e88998c8fc69825 | (Registered 10 June 2014) | Overseas visits 80ef1083 | 2015-01-26 | Christopher Leslie uk.org.publicwhip/member/40460 | Chris Leslie uk.org.publicwhip/person/10354 | 6 | 2015-01-26-80ef1083-10354-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");