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-01-26-80ef1083-24762-1" 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
2584fb5fea8c980341bef5a7f641d7673820e064 Name of donor: (1) Inst of Politics, Univ of Chicago (2) Graham Cole (3) Malcolm George Overseas visits 80ef1083 2015-01-26 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 0 2015-01-26-80ef1083-24762-1
ab5a3e606f44e1036423919aa745919d9ed9084d Address of donor: (1) 5707 S.Woodlawn, Chicago, IL 60637, USA (2) private (3) private Overseas visits 80ef1083 2015-01-26 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 1 2015-01-26-80ef1083-24762-1
fdb54dbab8f06e4680b7e88429b29e96d5dab376 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-01-26 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 2 2015-01-26-80ef1083-24762-1
38e8d5a53553cd5404b0f4a3f53dcd439af8f436 (3) Accommodation for me and two staff members in Washington DC; approx. value £500 Overseas visits 80ef1083 2015-01-26 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 3 2015-01-26-80ef1083-24762-1
10d20806679fd32ab44936f1f3452c4c42a61c9d Destination of visit: Chicago and Washington DC, USA Overseas visits 80ef1083 2015-01-26 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 4 2015-01-26-80ef1083-24762-1
19c99e59fe13f28d661df03af17fa50fd9bf330e Date of visit: 24-29 April 2014 Overseas visits 80ef1083 2015-01-26 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 5 2015-01-26-80ef1083-24762-1
b3d71aba29866d63fb6cf20f63405a98b0d6a672 Purpose of visit: to speak at the University of Chicago’s Institute of Politics and to attend fact finding meetings. Overseas visits 80ef1083 2015-01-26 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 6 2015-01-26-80ef1083-24762-1
c09adc70611acd0fb4e8b59550ebf7070297fa3b (Registered 29 May 2014)   Overseas visits 80ef1083 2015-01-26 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 7 2015-01-26-80ef1083-24762-1

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 70.467ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette