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-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
a51ae5d6d3038e8a85985f0673b5445e9c08a02f Name of donor: (1) Inst of Politics, Univ of Chicago (2) Graham Cole (3) Malcolm George Overseas visits 80ef1083 2015-02-09 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 0 2015-02-09-80ef1083-24762-0
3c52663c27ff89effcd1a806eb7417fb84c9840d Address of donor: (1) 5707 S.Woodlawn, Chicago, IL 60637, USA (2) private (3) private Overseas visits 80ef1083 2015-02-09 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 1 2015-02-09-80ef1083-24762-0
b99cf11bfebef910c3b0e21744303cf98ea56168 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-09 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 2 2015-02-09-80ef1083-24762-0
1183094c29693d745bd59f59af0583c7f0d93460 (3) Accommodation for me and two staff members in Washington DC; approx. value £500 Overseas visits 80ef1083 2015-02-09 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 3 2015-02-09-80ef1083-24762-0
09f027375818ed60332d4ec9c4702dc314495161 Destination of visit: Chicago and Washington DC, USA Overseas visits 80ef1083 2015-02-09 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 4 2015-02-09-80ef1083-24762-0
216d191489aab24bdc872bc29bf5ecf812f9ee4d Date of visit: 24-29 April 2014 Overseas visits 80ef1083 2015-02-09 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 5 2015-02-09-80ef1083-24762-0
e6781665fe64ac5c378d7ae1d3c050824636a80c 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-09 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 6 2015-02-09-80ef1083-24762-0
fd7570e6415e2f91452e246a198219346ca97756 (Registered 29 May 2014)   Overseas visits 80ef1083 2015-02-09 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 7 2015-02-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 17.984ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette