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 = "2015-01-26-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
9d59ed101d6877601808bae3458d4d13a349c8a6 Name of donor: Ministry of Foreign Affairs (Saudi Arabia) Overseas visits 80ef1083 2015-01-26 Daniel Kawczynski uk.org.publicwhip/member/40532 Daniel Kawczynski uk.org.publicwhip/person/11817 0 2015-01-26-80ef1083-11817-0
8ba6c38ae8194cbefed967f0610252c71667431b Address of donor: c/o Royal Embassy of Saudi Arabia, 30-32 Charles St, London W1J 5DZ Overseas visits 80ef1083 2015-01-26 Daniel Kawczynski uk.org.publicwhip/member/40532 Daniel Kawczynski uk.org.publicwhip/person/11817 1 2015-01-26-80ef1083-11817-0
0ee02e21e1961c9651aba224718e3bc371879886 Amount of donation (or estimate of the probable value): £5,292 Overseas visits 80ef1083 2015-01-26 Daniel Kawczynski uk.org.publicwhip/member/40532 Daniel Kawczynski uk.org.publicwhip/person/11817 2 2015-01-26-80ef1083-11817-0
0c6becc8a5c5f5a9ce13fd85b67fa341221eea4b Destination of visit: Riyadh, Saudi Arabia Overseas visits 80ef1083 2015-01-26 Daniel Kawczynski uk.org.publicwhip/member/40532 Daniel Kawczynski uk.org.publicwhip/person/11817 3 2015-01-26-80ef1083-11817-0
fc4bb1ce68e0738498644499ca7cc09d1a68cde1 Date of visit: 16-20 February 2014 Overseas visits 80ef1083 2015-01-26 Daniel Kawczynski uk.org.publicwhip/member/40532 Daniel Kawczynski uk.org.publicwhip/person/11817 4 2015-01-26-80ef1083-11817-0
26230107fd1e78b723ed99a8778a21d0590e5f5f 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-01-26 Daniel Kawczynski uk.org.publicwhip/member/40532 Daniel Kawczynski uk.org.publicwhip/person/11817 5 2015-01-26-80ef1083-11817-0
65e558d5f8c8d6df875206cd0db251e438c3ab52 (Registered 13 March 2014) Overseas visits 80ef1083 2015-01-26 Daniel Kawczynski uk.org.publicwhip/member/40532 Daniel Kawczynski uk.org.publicwhip/person/11817 6 2015-01-26-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 111.404ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette