home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

15 rows where record_id = "2015-01-06-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
aaadb6cf5a5bf8a0b9c4131bee5ae1af82da64b5 Name of donor: Labour Friends of Israel  Overseas visits 80ef1083 2015-01-06 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 0 2015-01-06-80ef1083-24762-0
b713d62edc0df26cdeb820ed35f1f9666a6353bf Address of donor: BM LFI, London W1N 3XX Overseas visits 80ef1083 2015-01-06 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 1 2015-01-06-80ef1083-24762-0
4c80d140e9ceb07a1274c25b5fe54d11e74a1189 Amount of donation (or estimate of the probable value): flights costing £550, additional transport costing £60, and accommodation, food and drink with a value of: £640; a total value of £1,250. (Some hospitality was also provided by the Israeli Government, Palestinian Authority and the IDC Herzliya.) Overseas visits 80ef1083 2015-01-06 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 2 2015-01-06-80ef1083-24762-0
e2a3a3ab6fe224ac16d02d8559a59df491951245 Destination of visit: Israel and the Palestinian territories Overseas visits 80ef1083 2015-01-06 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 3 2015-01-06-80ef1083-24762-0
a09cf6a5e67ffe6782c1a5f3a094d2e9d167f21f Date of visit: 7-9 January 2014 Overseas visits 80ef1083 2015-01-06 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 4 2015-01-06-80ef1083-24762-0
dc516c2bed7862ad585600a649dcc012cc05a539 Purpose of visit: Fact-finding visit to Israel and the Palestinian territories. Overseas visits 80ef1083 2015-01-06 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 5 2015-01-06-80ef1083-24762-0
26fbae0a79601a10c6d8471c34b764f4008eeb9c (Registered 30 January 2014) Overseas visits 80ef1083 2015-01-06 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 6 2015-01-06-80ef1083-24762-0
663b3a9a50cdf6a2986d01a7ec6b810a6cb8063d Name of donor: (1) Inst of Politics, Univ of Chicago (2) Graham Cole (3) Malcolm George Overseas visits 80ef1083 2015-01-06 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 7 2015-01-06-80ef1083-24762-0
ca8efbca05ae438523f7fbe7b58004c40ce7c810 Address of donor: (1) 5707 S.Woodlawn, Chicago, IL 60637, USA (2) private (3) private Overseas visits 80ef1083 2015-01-06 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 8 2015-01-06-80ef1083-24762-0
bb33741ac7e17da32ee2cc65fab5f21cd627c96a 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-06 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 9 2015-01-06-80ef1083-24762-0
2bd588bfb8b48e3f2259edd22c45e5d39e205254 (3) Accommodation for me and two staff members in Washington DC; approx. value £500 Overseas visits 80ef1083 2015-01-06 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 10 2015-01-06-80ef1083-24762-0
9ecd29f1af8867639f713a7977c9951eb24239b9 Destination of visit: Chicago and Washington DC, USA Overseas visits 80ef1083 2015-01-06 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 11 2015-01-06-80ef1083-24762-0
d6943aecf2f2a7deebb4938574391d00f6ddb7a0 Date of visit: 24-29 April 2014 Overseas visits 80ef1083 2015-01-06 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 12 2015-01-06-80ef1083-24762-0
aa565a7d1d1058bc52428d5eb94db467da9edcdd 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-06 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 13 2015-01-06-80ef1083-24762-0
f0649bd8e8b7ad380f0b37519c292211a25d93e8 (Registered 29 May 2014)   Overseas visits 80ef1083 2015-01-06 Michael Dugher uk.org.publicwhip/member/40057 Michael Dugher uk.org.publicwhip/person/24762 14 2015-01-06-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 12.501ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette