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-24856-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
7c1969d52bb89a2335ac8c70f8ec2a44c5af8a3b Name of donor: Taipei Representative Office in the UK Overseas visits 80ef1083 2015-03-09 Karen Lumley uk.org.publicwhip/member/40495 Karen Lumley uk.org.publicwhip/person/24856 0 2015-03-09-80ef1083-24856-0
24bd2e1302e572ac8ea504bdd98a56b532c0121b Address of donor: 50 Grosvenor Gardens, London SW1W 0EB Overseas visits 80ef1083 2015-03-09 Karen Lumley uk.org.publicwhip/member/40495 Karen Lumley uk.org.publicwhip/person/24856 1 2015-03-09-80ef1083-24856-0
c521b4c14c1a31caa2b0163881356ab0fe0d9539 Amount of donation (or estimate of the probable value): flights £2,350, hotels £900, meals £250 and transportation £140; total £3,640 Overseas visits 80ef1083 2015-03-09 Karen Lumley uk.org.publicwhip/member/40495 Karen Lumley uk.org.publicwhip/person/24856 2 2015-03-09-80ef1083-24856-0
978d3b42c5c736d648ddd75c2ce86ee73c53bffc Destination of visit: Taipei, Taiwan Overseas visits 80ef1083 2015-03-09 Karen Lumley uk.org.publicwhip/member/40495 Karen Lumley uk.org.publicwhip/person/24856 3 2015-03-09-80ef1083-24856-0
a506c7dc261837c23628b2cf393bd18b1807f9a7 Date of visit: 19-26 October 2014 Overseas visits 80ef1083 2015-03-09 Karen Lumley uk.org.publicwhip/member/40495 Karen Lumley uk.org.publicwhip/person/24856 4 2015-03-09-80ef1083-24856-0
f1f0095521ebf98560dd910e222735a7160da2b6 Purpose of visit: invited as part of the Transport Committee to learn more about Taiwan, including high speed rail. Overseas visits 80ef1083 2015-03-09 Karen Lumley uk.org.publicwhip/member/40495 Karen Lumley uk.org.publicwhip/person/24856 5 2015-03-09-80ef1083-24856-0
f1ac09aa4572c270600e14c0ff2f1c7b4b20de3f (Registered 11 November 2014) Overseas visits 80ef1083 2015-03-09 Karen Lumley uk.org.publicwhip/member/40495 Karen Lumley uk.org.publicwhip/person/24856 6 2015-03-09-80ef1083-24856-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 13.791ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette