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-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
60d44587619213c67e01ce7383d5dee37f955489 Name of donor: Taipei Representative Office in the UK Overseas visits 80ef1083 2015-02-23 Karen Lumley uk.org.publicwhip/member/40495 Karen Lumley uk.org.publicwhip/person/24856 0 2015-02-23-80ef1083-24856-0
393e7dcbf2fbbc8d22d1252597b784a2896f734a Address of donor: 50 Grosvenor Gardens, London SW1W 0EB Overseas visits 80ef1083 2015-02-23 Karen Lumley uk.org.publicwhip/member/40495 Karen Lumley uk.org.publicwhip/person/24856 1 2015-02-23-80ef1083-24856-0
eaa667659f06aed6f1eaa50ca174da58fece48ee 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-02-23 Karen Lumley uk.org.publicwhip/member/40495 Karen Lumley uk.org.publicwhip/person/24856 2 2015-02-23-80ef1083-24856-0
465c6b1d3c454f7a95a0df09646d9b8395768170 Destination of visit: Taipei, Taiwan Overseas visits 80ef1083 2015-02-23 Karen Lumley uk.org.publicwhip/member/40495 Karen Lumley uk.org.publicwhip/person/24856 3 2015-02-23-80ef1083-24856-0
12e4c123b609cffb34c2197fe83c4c1ceff9dc9b Date of visit: 19-26 October 2014 Overseas visits 80ef1083 2015-02-23 Karen Lumley uk.org.publicwhip/member/40495 Karen Lumley uk.org.publicwhip/person/24856 4 2015-02-23-80ef1083-24856-0
0a197307bebcb1833cef227e236ce2f0c521522c Purpose of visit: invited as part of the Transport Committee to learn more about Taiwan, including high speed rail. Overseas visits 80ef1083 2015-02-23 Karen Lumley uk.org.publicwhip/member/40495 Karen Lumley uk.org.publicwhip/person/24856 5 2015-02-23-80ef1083-24856-0
76623c77a872fee2251e58a683d503bb7d00818a (Registered 11 November 2014) Overseas visits 80ef1083 2015-02-23 Karen Lumley uk.org.publicwhip/member/40495 Karen Lumley uk.org.publicwhip/person/24856 6 2015-02-23-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 15.144ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette