items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-80ef1083-10013-2" 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 |
---|---|---|---|---|---|---|---|
79c485eb2f1507286c8524aafd28680dd92892dc | Name of donor: Tertulias | 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-2 |
204f32494972d7f80309e69ea191e47a8071d394 | Address of donor: 48 Desning Hall Cottages, Higham, Suffolk IP28 6PB | 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-2 |
2b67f101bfaa1526764d4b6882c80f20e6053d08 | Amount of donation (or estimate of the probable value): for me and my wife, flights £490, 2 nights hotel accommodation £500, meals £360 and ground transport £138.20; total £1,488.20 | 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-2 |
0f7e9916e1fe6d53fb81ec334871d27a04bd472e | Destination of visit: Bilbao, Spain | 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-2 |
c47b0a88abba667b3d5b9a40e7ef0dbe456179b0 | Date of visit: 18-19 October 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-2 |
fba0171de599e273426274ff2531eae825654291 | Purpose of visit: to attend the British-Spanish Tertulias Forum, an annual weekend bringing MPs, business people, academics and artists together to discuss topical issues. | 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-2 |
9fa625ee7bf18bcaddeccab01a4c1b15f3ef7fce | (Registered 4 November 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-2 |
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");