items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2014-12-08-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 |
|---|---|---|---|---|---|---|---|
| b510d03d88493159ba631cd56f9d41a861f0236a | Name of donor: Ministry of Foreign Affairs (Saudi Arabia) | Overseas visits 80ef1083 | 2014-12-08 | Daniel Kawczynski uk.org.publicwhip/member/40532 | Daniel Kawczynski uk.org.publicwhip/person/11817 | 0 | 2014-12-08-80ef1083-11817-0 |
| 37dd747f6d814e23bc9eab80be886d9ea30cf895 | Address of donor: c/o Royal Embassy of Saudi Arabia, 30-32 Charles St, London W1J 5DZ | Overseas visits 80ef1083 | 2014-12-08 | Daniel Kawczynski uk.org.publicwhip/member/40532 | Daniel Kawczynski uk.org.publicwhip/person/11817 | 1 | 2014-12-08-80ef1083-11817-0 |
| c166024cc74a7ae39599005ce35f78bac6221a6c | Amount of donation (or estimate of the probable value): £5,292 | Overseas visits 80ef1083 | 2014-12-08 | Daniel Kawczynski uk.org.publicwhip/member/40532 | Daniel Kawczynski uk.org.publicwhip/person/11817 | 2 | 2014-12-08-80ef1083-11817-0 |
| 5c5401eee85b5e65f8a5e8039e5325efac8f6459 | Destination of visit: Riyadh, Saudi Arabia | Overseas visits 80ef1083 | 2014-12-08 | Daniel Kawczynski uk.org.publicwhip/member/40532 | Daniel Kawczynski uk.org.publicwhip/person/11817 | 3 | 2014-12-08-80ef1083-11817-0 |
| b1ae9cf8e90378816afb88a06bb1ac62f780c030 | Date of visit: 16-20 February 2014 | Overseas visits 80ef1083 | 2014-12-08 | Daniel Kawczynski uk.org.publicwhip/member/40532 | Daniel Kawczynski uk.org.publicwhip/person/11817 | 4 | 2014-12-08-80ef1083-11817-0 |
| 05ddd5774294909c92be5c2c0fc98f22387fe5e3 | 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 | 2014-12-08 | Daniel Kawczynski uk.org.publicwhip/member/40532 | Daniel Kawczynski uk.org.publicwhip/person/11817 | 5 | 2014-12-08-80ef1083-11817-0 |
| 240a95bc42979a5c772abc857c26e98d00005366 | (Registered 13 March 2014) | Overseas visits 80ef1083 | 2014-12-08 | Daniel Kawczynski uk.org.publicwhip/member/40532 | Daniel Kawczynski uk.org.publicwhip/person/11817 | 6 | 2014-12-08-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");