items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-80ef1083-10013-4" 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 |
---|---|---|---|---|---|---|---|
d24b48638c2082d435c837cfd5a0864f7737825b | Name of donor: British-Turkish Tatlidil | 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-4 |
7b90f31c8830baebccaed77371eb1b3e990d8eb3 | 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-4 |
9e092c21fd8ede58e1b6aae9ddf25424d3530cea | Amount of donation (or estimate of the probably value): for myself and my wife, flights with a value of £493; hotel accommodation with a value of £500; food with a value of £1200; ground transport with a value of £233.35 ; total value of £2,426.35 | 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-4 |
3f1528563008df30cd02c9556c3326e40a84f5c8 | Destination of visit: Istanbul | 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-4 |
2b22a2a70295f9d24bfa2b3f7c4ee815349fc0c9 | Date of visit: 28-30 November 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-4 |
339e3686e8e63853408825d6e884636239da9b8c | Purpose of visit: to promote and further bi-lateral relations between Britain and Turkey at a high level. | 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-4 |
fd951273603b1bcede8ddb864b4fa983a5bc4ee3 | (Registered 15 December 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-4 |
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");