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-02-23-80ef1083-24918-1" 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
846e4a19d0098b58f3df5ac842f652bab5a7d019 Name of donor: Government of the United Arab Emirates (UAE) Overseas visits 80ef1083 2015-02-23 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 0 2015-02-23-80ef1083-24918-1
dc04e2f93e7f585e685ee3d5a15cfb87926eabfb Address of donor: PO Box 31966, Abu Dhabi, UAE Overseas visits 80ef1083 2015-02-23 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 1 2015-02-23-80ef1083-24918-1
9bc4700aeeeaee33c8e1c70c81dbb9fa14f44e4b Amount of donation (or estimate of the probable value): flights, accommodation, food and drink, total £3,500 Overseas visits 80ef1083 2015-02-23 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 2 2015-02-23-80ef1083-24918-1
e7158d63c915ba56cbc1b666dcc94919f52ecd33 Destination of visit: Abu Dhabi and Dubai, UAE Overseas visits 80ef1083 2015-02-23 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 3 2015-02-23-80ef1083-24918-1
7c765166da632f2b05af5cdb15c4cc67470ba38a Date of visit: 16-19 November 2013 Overseas visits 80ef1083 2015-02-23 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 4 2015-02-23-80ef1083-24918-1
115aac7cc452acdd1f2133409be73061495a1ad9 Purpose of visit: to meet with government ministers, members of the Federal National Council, senior business figures and NGOs, together with British diplomats to further relations between the UK and UAE. Overseas visits 80ef1083 2015-02-23 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 5 2015-02-23-80ef1083-24918-1
0f3971a662e415231089727c0703c8c9c01f2807 (Registered 14 April 2014) Overseas visits 80ef1083 2015-02-23 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 6 2015-02-23-80ef1083-24918-1

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 154.537ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette