items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-02-09-80ef1083-10009-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 |
---|---|---|---|---|---|---|---|
854b7ccfdf7e454dd39e8f7d34b3984a22c9eef4 | Name of donor: Ministry of Foreign Affairs (Saudi Arabia) | Overseas visits 80ef1083 | 2015-02-09 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 0 | 2015-02-09-80ef1083-10009-0 |
2d550f24cd3a2fe19a9d861885cddfaee6b80169 | Address of donor: c/o Royal Embassy of Saudi Arabia, 30-32 Charles St, London W1J 5DZ | Overseas visits 80ef1083 | 2015-02-09 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 1 | 2015-02-09-80ef1083-10009-0 |
75123a613535ee6821e2bb4f2e83a02df8e33cec | Amount of donation (or estimate of the probable value): £5,292 | Overseas visits 80ef1083 | 2015-02-09 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 2 | 2015-02-09-80ef1083-10009-0 |
1e8390582ef54335df495c163f7dcaed181841e3 | Destination of visit: Riyadh, Saudi Arabia | Overseas visits 80ef1083 | 2015-02-09 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 3 | 2015-02-09-80ef1083-10009-0 |
4cd0a38a850d5df5314784a81e1b000af0b1fbb4 | Date of visit: 16-20 February 2014 | Overseas visits 80ef1083 | 2015-02-09 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 4 | 2015-02-09-80ef1083-10009-0 |
fb706174827eea312579e4f11ea0d83e253053bc | 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-09 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 5 | 2015-02-09-80ef1083-10009-0 |
d2765e837c8399ae83350b55b39ba03530f10000 | (Registered 12 March 2014) | Overseas visits 80ef1083 | 2015-02-09 | David Amess uk.org.publicwhip/member/40565 | Sir David Amess uk.org.publicwhip/person/10009 | 6 | 2015-02-09-80ef1083-10009-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");