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-10354-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
b1c5f61a79f1c73ada5a0065902c5b0a0aaf5d08 Name of donor: Embassy of Japan in the UK.   Overseas visits 80ef1083 2015-03-09 Christopher Leslie uk.org.publicwhip/member/40460 Chris Leslie uk.org.publicwhip/person/10354 0 2015-03-09-80ef1083-10354-1
550b27fc65c3954326ac108c54adccf9c8b23486 Address of donor: 101-104 Piccadilly, London W1J 7JT Overseas visits 80ef1083 2015-03-09 Christopher Leslie uk.org.publicwhip/member/40460 Chris Leslie uk.org.publicwhip/person/10354 1 2015-03-09-80ef1083-10354-1
164f6e196f2de5737283be01c2ad2e27ba8dd6f9 Amount of donation (or estimate of the probable value): flights, £4,807.86 (including tax); accommodation in Tokyo and Kyoto, £925; internal transport, £200; £4,932 in total Overseas visits 80ef1083 2015-03-09 Christopher Leslie uk.org.publicwhip/member/40460 Chris Leslie uk.org.publicwhip/person/10354 2 2015-03-09-80ef1083-10354-1
043080c1b324f968ab46a78117e9b29a48d9aa97 Destination of visit: Japan (Tokyo and Kyoto) Overseas visits 80ef1083 2015-03-09 Christopher Leslie uk.org.publicwhip/member/40460 Chris Leslie uk.org.publicwhip/person/10354 3 2015-03-09-80ef1083-10354-1
58bff53bd94ae63d29361761346fa273956a0bd2 Date of visit: 10-14 February 2015 Overseas visits 80ef1083 2015-03-09 Christopher Leslie uk.org.publicwhip/member/40460 Chris Leslie uk.org.publicwhip/person/10354 4 2015-03-09-80ef1083-10354-1
1f1b98dc980ac5387e75d320d6c52e80eb381e11 Purpose of visit: to meet senior figures in the Japanese government, private sector and academia in my capacity as Shadow Chief Secretary to the Treasury. Overseas visits 80ef1083 2015-03-09 Christopher Leslie uk.org.publicwhip/member/40460 Chris Leslie uk.org.publicwhip/person/10354 5 2015-03-09-80ef1083-10354-1
8dd0553537011f54d55ddea397f531c84aef45d2 (Registered 3 March 2015) Overseas visits 80ef1083 2015-03-09 Christopher Leslie uk.org.publicwhip/member/40460 Chris Leslie uk.org.publicwhip/person/10354 6 2015-03-09-80ef1083-10354-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.224ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette