home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

7 rows where record_id = "2014-11-24-80ef1083-11817-0" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
c21cdce44ca546581c90eafb23b70f743a8746db Name of donor: Ministry of Foreign Affairs (Saudi Arabia) Overseas visits 80ef1083 2014-11-24 Daniel Kawczynski uk.org.publicwhip/member/40532 Daniel Kawczynski uk.org.publicwhip/person/11817 0 2014-11-24-80ef1083-11817-0
f089b3de8cf9162c26aace93eb7484548d3a444e Address of donor: c/o Royal Embassy of Saudi Arabia, 30-32 Charles St, London W1J 5DZ Overseas visits 80ef1083 2014-11-24 Daniel Kawczynski uk.org.publicwhip/member/40532 Daniel Kawczynski uk.org.publicwhip/person/11817 1 2014-11-24-80ef1083-11817-0
61d5123b5f26eccea9208b1814207c6dc1f192d4 Amount of donation (or estimate of the probable value): £5,292 Overseas visits 80ef1083 2014-11-24 Daniel Kawczynski uk.org.publicwhip/member/40532 Daniel Kawczynski uk.org.publicwhip/person/11817 2 2014-11-24-80ef1083-11817-0
d3d6628ee9a19b2680955a4e904c369d7ff54c9f Destination of visit: Riyadh, Saudi Arabia Overseas visits 80ef1083 2014-11-24 Daniel Kawczynski uk.org.publicwhip/member/40532 Daniel Kawczynski uk.org.publicwhip/person/11817 3 2014-11-24-80ef1083-11817-0
4ceba3faa85146f78a5f1c3d287e7d9e002c6420 Date of visit: 16-20 February 2014 Overseas visits 80ef1083 2014-11-24 Daniel Kawczynski uk.org.publicwhip/member/40532 Daniel Kawczynski uk.org.publicwhip/person/11817 4 2014-11-24-80ef1083-11817-0
6528402781eecd20c313d0a63faaec109a130791 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-11-24 Daniel Kawczynski uk.org.publicwhip/member/40532 Daniel Kawczynski uk.org.publicwhip/person/11817 5 2014-11-24-80ef1083-11817-0
bebe8013ad1065a44a4905df58b23f08d4e10572 (Registered 13 March 2014) Overseas visits 80ef1083 2014-11-24 Daniel Kawczynski uk.org.publicwhip/member/40532 Daniel Kawczynski uk.org.publicwhip/person/11817 6 2014-11-24-80ef1083-11817-0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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");
Powered by Datasette · Queries took 13.269ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette