items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-02-23-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 |
|---|---|---|---|---|---|---|---|
| 1e84f504e9dd4ee1218cd720d50aeeaa9180bf92 | Name of donor: Ministry of Foreign Affairs (Saudi Arabia) | Overseas visits 80ef1083 | 2015-02-23 | Daniel Kawczynski uk.org.publicwhip/member/40532 | Daniel Kawczynski uk.org.publicwhip/person/11817 | 0 | 2015-02-23-80ef1083-11817-0 |
| ec63aeae03dfbaba3e77a168d211078b7623982d | Address of donor: c/o Royal Embassy of Saudi Arabia, 30-32 Charles St, London W1J 5DZ | Overseas visits 80ef1083 | 2015-02-23 | Daniel Kawczynski uk.org.publicwhip/member/40532 | Daniel Kawczynski uk.org.publicwhip/person/11817 | 1 | 2015-02-23-80ef1083-11817-0 |
| d8f11c99c1af67fc220d5c1c7b2bccf70762121a | Amount of donation (or estimate of the probable value): £5,292 | Overseas visits 80ef1083 | 2015-02-23 | Daniel Kawczynski uk.org.publicwhip/member/40532 | Daniel Kawczynski uk.org.publicwhip/person/11817 | 2 | 2015-02-23-80ef1083-11817-0 |
| d63a7fe3048b86cd953ffa9881ea7e08e0dae658 | Destination of visit: Riyadh, Saudi Arabia | Overseas visits 80ef1083 | 2015-02-23 | Daniel Kawczynski uk.org.publicwhip/member/40532 | Daniel Kawczynski uk.org.publicwhip/person/11817 | 3 | 2015-02-23-80ef1083-11817-0 |
| 5f1bef195485f842aef81ac6c931a64299c46d8d | Date of visit: 16-20 February 2014 | Overseas visits 80ef1083 | 2015-02-23 | Daniel Kawczynski uk.org.publicwhip/member/40532 | Daniel Kawczynski uk.org.publicwhip/person/11817 | 4 | 2015-02-23-80ef1083-11817-0 |
| 3bf4b5501be3d6bcb4b3a4cf5527f0161b214d7d | 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-02-23 | Daniel Kawczynski uk.org.publicwhip/member/40532 | Daniel Kawczynski uk.org.publicwhip/person/11817 | 5 | 2015-02-23-80ef1083-11817-0 |
| 910636ea4aa9c6940dc6f171db2a4a5d908653b6 | (Registered 13 March 2014) | Overseas visits 80ef1083 | 2015-02-23 | Daniel Kawczynski uk.org.publicwhip/member/40532 | Daniel Kawczynski uk.org.publicwhip/person/11817 | 6 | 2015-02-23-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");