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 = "2014-12-08-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
f12fe19a9839ab9541a0240183f4dbfefb4acc60 Name of donor: Taipei Representative Office in the UK Overseas visits 80ef1083 2014-12-08 Karen Lumley uk.org.publicwhip/member/40495 Karen Lumley uk.org.publicwhip/person/24856 0 2014-12-08-80ef1083-24856-0
94a5f092fe6a5ad2923abbfc7fccec50d8467a6b Address of donor: 50 Grosvenor Gardens, London SW1W 0EB Overseas visits 80ef1083 2014-12-08 Karen Lumley uk.org.publicwhip/member/40495 Karen Lumley uk.org.publicwhip/person/24856 1 2014-12-08-80ef1083-24856-0
650c023fe34b121415e80fea0ab549abe68ae0a3 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 2014-12-08 Karen Lumley uk.org.publicwhip/member/40495 Karen Lumley uk.org.publicwhip/person/24856 2 2014-12-08-80ef1083-24856-0
6645d8e34b8dbc7a3aca82e609967be521b8d70f Destination of visit: Taipei, Taiwan Overseas visits 80ef1083 2014-12-08 Karen Lumley uk.org.publicwhip/member/40495 Karen Lumley uk.org.publicwhip/person/24856 3 2014-12-08-80ef1083-24856-0
04003f1b11365e5119aa24b0a7cae2ff5c01f7b2 Date of visit: 19-26 October 2014 Overseas visits 80ef1083 2014-12-08 Karen Lumley uk.org.publicwhip/member/40495 Karen Lumley uk.org.publicwhip/person/24856 4 2014-12-08-80ef1083-24856-0
8e7a2f92310819849a799d3a9c761b34d66b4b29 Purpose of visit: invited as part of the Transport Committee to learn more about Taiwan, including high speed rail. Overseas visits 80ef1083 2014-12-08 Karen Lumley uk.org.publicwhip/member/40495 Karen Lumley uk.org.publicwhip/person/24856 5 2014-12-08-80ef1083-24856-0
8da7582c67ebb6351e5a8f86647636faffa6fd88 (Registered 11 November 2014) Overseas visits 80ef1083 2014-12-08 Karen Lumley uk.org.publicwhip/member/40495 Karen Lumley uk.org.publicwhip/person/24856 6 2014-12-08-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 102.848ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette