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-02-23-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
c25998af798a20cb0d12802c9dc0962bd0b9ecf5 Name of donor: (1) Inst of Politics, Univ of Chicago (2) Graham Cole (3) Malcolm George Overseas visits 80ef1083 2015-02-23 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 0 2015-02-23-80ef1083-24762-0
39ece0ac099cea182d163c220b8a406e4724b2f1 Address of donor: (1) 5707 S.Woodlawn, Chicago, IL 60637, USA (2) private (3) private Overseas visits 80ef1083 2015-02-23 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 1 2015-02-23-80ef1083-24762-0
821e73e87359a8e578183c859e3b4ed789455a3a 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-02-23 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 2 2015-02-23-80ef1083-24762-0
97da032f24d83704b8b0d6a1d9c7c9ce0c447d5e (3) Accommodation for me and two staff members in Washington DC; approx. value £500 Overseas visits 80ef1083 2015-02-23 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 3 2015-02-23-80ef1083-24762-0
88d09042f34cd8fd482352991401e36c9742280a Destination of visit: Chicago and Washington DC, USA Overseas visits 80ef1083 2015-02-23 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 4 2015-02-23-80ef1083-24762-0
cdabede7505e1095f06c00d92c5b6b885f80d00a Date of visit: 24-29 April 2014 Overseas visits 80ef1083 2015-02-23 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 5 2015-02-23-80ef1083-24762-0
aab8442d053d2a3c790a178c5a7c60c422e9d130 Purpose of visit: to speak at the University of Chicago’s Institute of Politics and to attend fact finding meetings. Overseas visits 80ef1083 2015-02-23 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 6 2015-02-23-80ef1083-24762-0
f6e458ae6b970427c78d7c80eb4e2c268d7eb079 (Registered 29 May 2014)   Overseas visits 80ef1083 2015-02-23 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 7 2015-02-23-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 216.66ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette