items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-80ef1083-11817-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 |
|---|---|---|---|---|---|---|---|
| 13d10aaae8783f721b6aba99ead51e996c9c87bb | Name of donor: Ministry of Foreign Affairs (Saudi Arabia) | Overseas visits 80ef1083 | 2015-03-09 | Daniel Kawczynski uk.org.publicwhip/member/40532 | Daniel Kawczynski uk.org.publicwhip/person/11817 | 0 | 2015-03-09-80ef1083-11817-0 |
| 58cb2900c8d573cf10c64d1f0707291c001dc33b | Address of donor: c/o Royal Embassy of Saudi Arabia, 30-32 Charles St, London W1J 5DZ | Overseas visits 80ef1083 | 2015-03-09 | Daniel Kawczynski uk.org.publicwhip/member/40532 | Daniel Kawczynski uk.org.publicwhip/person/11817 | 1 | 2015-03-09-80ef1083-11817-0 |
| 34557556cd04980769c63ec2aba12db2a0796b6d | Amount of donation (or estimate of the probable value): £5,292 | Overseas visits 80ef1083 | 2015-03-09 | Daniel Kawczynski uk.org.publicwhip/member/40532 | Daniel Kawczynski uk.org.publicwhip/person/11817 | 2 | 2015-03-09-80ef1083-11817-0 |
| 465b2bbf8f5daf3850e3c6001a9930136603c0a4 | Destination of visit: Riyadh, Saudi Arabia | Overseas visits 80ef1083 | 2015-03-09 | Daniel Kawczynski uk.org.publicwhip/member/40532 | Daniel Kawczynski uk.org.publicwhip/person/11817 | 3 | 2015-03-09-80ef1083-11817-0 |
| 36a046f7f4592bb19630ae7f127c84a0c1510116 | Date of visit: 16-20 February 2014 | Overseas visits 80ef1083 | 2015-03-09 | Daniel Kawczynski uk.org.publicwhip/member/40532 | Daniel Kawczynski uk.org.publicwhip/person/11817 | 4 | 2015-03-09-80ef1083-11817-0 |
| 6aafc2f0ce85895799fa8ff7c16a11e3cb26554d | Purpose of visit: all party parliamentary delegation at the invitation of the Shura Council, to meet the Deputy Speaker , Foreign Affairs Committee, Second Deputy Premier, government ministers and Governor of the Saudi Arabia Monetary Authority. Also to visit King Saud University to discuss collaboration with UK universities on de-radicalisation. | Overseas visits 80ef1083 | 2015-03-09 | Daniel Kawczynski uk.org.publicwhip/member/40532 | Daniel Kawczynski uk.org.publicwhip/person/11817 | 5 | 2015-03-09-80ef1083-11817-0 |
| 9cb5f8811ba9d1559f0f1fb32c7c8c0ee444ede4 | (Registered 13 March 2014) | Overseas visits 80ef1083 | 2015-03-09 | Daniel Kawczynski uk.org.publicwhip/member/40532 | Daniel Kawczynski uk.org.publicwhip/person/11817 | 6 | 2015-03-09-80ef1083-11817-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");