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-30-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
8f5d992dbac92f2f4ff54855af4e2ecd183eefa9 Name of donor: Government of the United Arab Emirates (UAE) Overseas visits 80ef1083 2015-03-30 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 0 2015-03-30-80ef1083-24918-1
b7f289502bb92fa72c8cae9f0e11573a6bf1aee0 Address of donor: PO Box 31966, Abu Dhabi, UAE Overseas visits 80ef1083 2015-03-30 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 1 2015-03-30-80ef1083-24918-1
ac1664bcfcda3922e91f3219ee1da063790bbdad Amount of donation (or estimate of the probable value): flights, accommodation, food and drink, total £3,500 Overseas visits 80ef1083 2015-03-30 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 2 2015-03-30-80ef1083-24918-1
6a84a1abebc6c38aeb829d25d6c5ec572d860100 Destination of visit: Abu Dhabi and Dubai, UAE Overseas visits 80ef1083 2015-03-30 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 3 2015-03-30-80ef1083-24918-1
d731f3d00250153ea162710f06284092761742da Date of visit: 16-19 November 2013 Overseas visits 80ef1083 2015-03-30 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 4 2015-03-30-80ef1083-24918-1
1bc94284735a3cc2bc0b4bc97473bb2a30f6b4e3 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-03-30 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 5 2015-03-30-80ef1083-24918-1
fe37461702e6931209f1151af6f0f02a63dbf194 (Registered 14 April 2014) Overseas visits 80ef1083 2015-03-30 Gemma Doyle uk.org.publicwhip/member/40649 Gemma Doyle uk.org.publicwhip/person/24918 6 2015-03-30-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 15.205ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette