items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2014-07-28-80ef1083-24859-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 |
---|---|---|---|---|---|---|---|
828ae3bcdae1c6dc603fee298140283db9a4f419 | Name of donor: International Dept, Cyprus House of Representatives | Overseas visits 80ef1083 | 2014-07-28 | Nick de Bois uk.org.publicwhip/member/40247 | Nick de Bois uk.org.publicwhip/person/24859 | 0 | 2014-07-28-80ef1083-24859-0 |
d096ba82718227c27c207c6bd4be4e6a001c02ba | Address of donor: Nicosia, Cyprus | Overseas visits 80ef1083 | 2014-07-28 | Nick de Bois uk.org.publicwhip/member/40247 | Nick de Bois uk.org.publicwhip/person/24859 | 1 | 2014-07-28-80ef1083-24859-0 |
140f5a5fba1752185e3277af56e18e4c3877e503 | Amount of donation (or estimate of the probable value): £850 for accommodation, meals and transport | Overseas visits 80ef1083 | 2014-07-28 | Nick de Bois uk.org.publicwhip/member/40247 | Nick de Bois uk.org.publicwhip/person/24859 | 2 | 2014-07-28-80ef1083-24859-0 |
24374efbfc3c06b880e15e58bec5c70d86f1138e | Destination of visit: Nicosia, Cyprus | Overseas visits 80ef1083 | 2014-07-28 | Nick de Bois uk.org.publicwhip/member/40247 | Nick de Bois uk.org.publicwhip/person/24859 | 3 | 2014-07-28-80ef1083-24859-0 |
7d96fabf53e2d6c3b0d407558c01664671a094f6 | Date of visit: 1 to 4 October 2013 | Overseas visits 80ef1083 | 2014-07-28 | Nick de Bois uk.org.publicwhip/member/40247 | Nick de Bois uk.org.publicwhip/person/24859 | 4 | 2014-07-28-80ef1083-24859-0 |
9329df7e91828d4578e5f920b3274e703856fcdd | Purpose of visit: Visit made with the Friends of Cyprus Group, to discuss the approaching start of UN sponsored bi-communal talks | Overseas visits 80ef1083 | 2014-07-28 | Nick de Bois uk.org.publicwhip/member/40247 | Nick de Bois uk.org.publicwhip/person/24859 | 5 | 2014-07-28-80ef1083-24859-0 |
caa12aad12feeaf4b83eee29c4edc960a452e9dc | (Registered 14 October 2013) | Overseas visits 80ef1083 | 2014-07-28 | Nick de Bois uk.org.publicwhip/member/40247 | Nick de Bois uk.org.publicwhip/person/24859 | 6 | 2014-07-28-80ef1083-24859-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");