home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

8 rows where record_id = "2015-03-09-80ef1083-24762-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
c668a8844575f372ebd04f029ca374f4454d0884 Name of donor: (1) Inst of Politics, Univ of Chicago (2) Graham Cole (3) Malcolm George Overseas visits 80ef1083 2015-03-09 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 0 2015-03-09-80ef1083-24762-0
002786b4ced09c301aa78c0d24009c274d9f0cf0 Address of donor: (1) 5707 S.Woodlawn, Chicago, IL 60637, USA (2) private (3) private Overseas visits 80ef1083 2015-03-09 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 1 2015-03-09-80ef1083-24762-0
31c6d5b891b294c78e03d39bd275a31e5345a448 Amount of donation (or estimate of the probable value): (1) Flight, hotel accommodation in Chicago for me and two staff members and some local transport; approx. value £3,100 (2) Return flights for two staff members and internal flights to Washington DC for me and two staff members; estimate value over £1,500 (booked using frequent flyer miles) Overseas visits 80ef1083 2015-03-09 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 2 2015-03-09-80ef1083-24762-0
f63c9a07a81774c38b2c91e00a5da8cc1ae09a96 (3) Accommodation for me and two staff members in Washington DC; approx. value £500 Overseas visits 80ef1083 2015-03-09 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 3 2015-03-09-80ef1083-24762-0
f442c898035a6f2e0e3b123afce31bc8080fba32 Destination of visit: Chicago and Washington DC, USA Overseas visits 80ef1083 2015-03-09 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 4 2015-03-09-80ef1083-24762-0
b441a4dda34ed03f032ae29253b937a04db01804 Date of visit: 24-29 April 2014 Overseas visits 80ef1083 2015-03-09 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 5 2015-03-09-80ef1083-24762-0
3281e6f94832f89e432cc9afb78430cad5e7b94d Purpose of visit: to speak at the University of Chicago’s Institute of Politics and to attend fact finding meetings. Overseas visits 80ef1083 2015-03-09 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 6 2015-03-09-80ef1083-24762-0
bcfa4544317a3cef20316c5c96ba67bd0d2ab72f (Registered 29 May 2014)   Overseas visits 80ef1083 2015-03-09 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 7 2015-03-09-80ef1083-24762-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 73.89ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette