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-03-09-80ef1083-10009-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
4144b1198481609cfc5b3e0b52c75d71d4dbb025 Name of donor: Ministry of Foreign Affairs (Saudi Arabia) Overseas visits 80ef1083 2015-03-09 David Amess uk.org.publicwhip/member/40565 Sir David Amess uk.org.publicwhip/person/10009 0 2015-03-09-80ef1083-10009-0
75569699f06719d02b79eb42372d6aff770c6e3d Address of donor: c/o Royal Embassy of Saudi Arabia, 30-32 Charles St, London W1J 5DZ Overseas visits 80ef1083 2015-03-09 David Amess uk.org.publicwhip/member/40565 Sir David Amess uk.org.publicwhip/person/10009 1 2015-03-09-80ef1083-10009-0
fa190b64f83d103bc7ab3fc8269185930b173b94 Amount of donation (or estimate of the probable value): £5,292 Overseas visits 80ef1083 2015-03-09 David Amess uk.org.publicwhip/member/40565 Sir David Amess uk.org.publicwhip/person/10009 2 2015-03-09-80ef1083-10009-0
4db37b916fb678cdd01419561549a6ed7ce4103d Destination of visit: Riyadh, Saudi Arabia Overseas visits 80ef1083 2015-03-09 David Amess uk.org.publicwhip/member/40565 Sir David Amess uk.org.publicwhip/person/10009 3 2015-03-09-80ef1083-10009-0
d9d39f94328e22736ca7538d99dc4a2e0a04e945 Date of visit: 16-20 February 2014 Overseas visits 80ef1083 2015-03-09 David Amess uk.org.publicwhip/member/40565 Sir David Amess uk.org.publicwhip/person/10009 4 2015-03-09-80ef1083-10009-0
2d5bfd609482fb6fc5b724baacf00e47e31c0018 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-03-09 David Amess uk.org.publicwhip/member/40565 Sir David Amess uk.org.publicwhip/person/10009 5 2015-03-09-80ef1083-10009-0
cc28933f8b0cf0945bcc29459775ec7ec4cc41b0 (Registered 12 March 2014) Overseas visits 80ef1083 2015-03-09 David Amess uk.org.publicwhip/member/40565 Sir David Amess uk.org.publicwhip/person/10009 6 2015-03-09-80ef1083-10009-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 407.733ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette