items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-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 |
---|---|---|---|---|---|---|---|
e3cbe4b1235e8e2f1dfc1680b2ca42300677f811 | Name of donor: Tertulias | Overseas visits 80ef1083 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 0 | 2015-03-09-80ef1083-10013-2 |
70b8e931e10d50537033080c18196c6127cfab09 | Address of donor: 48 Desning Hall Cottages, Higham, Suffolk IP28 6PB | Overseas visits 80ef1083 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 1 | 2015-03-09-80ef1083-10013-2 |
b33fd7f069537f6e7271feb7258c6706ffc44b76 | 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-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 2 | 2015-03-09-80ef1083-10013-2 |
3e03da00c7c3aeb059e935a65739eb92661ba485 | Destination of visit: Bilbao, Spain | Overseas visits 80ef1083 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 3 | 2015-03-09-80ef1083-10013-2 |
1992165bd7c5ed224f1f45b3223ca8eaf70ede97 | Date of visit: 18-19 October 2014 | Overseas visits 80ef1083 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 4 | 2015-03-09-80ef1083-10013-2 |
596bf88bc9a8b7e70ecad0810bd6e4e1e694f66c | 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-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 5 | 2015-03-09-80ef1083-10013-2 |
0d5a55b698294d23856bda22b977f63e2243e8ee | (Registered 4 November 2014) | Overseas visits 80ef1083 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 6 | 2015-03-09-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");