home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

14 rows where record_id = "2014-10-27-80ef1083-10388-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
ac77b78d4e75966d823b47b742625e288ea90c5b Name of donor: Labour Friends of Israel  Overseas visits 80ef1083 2014-10-27 Anne McGuire uk.org.publicwhip/member/40577 Anne McGuire uk.org.publicwhip/person/10388 0 2014-10-27-80ef1083-10388-0
6e8cfd9b03cff71a0fa502a078d8d0bb265d015e Address of donor: BM LFI, London W1N 3XX Overseas visits 80ef1083 2014-10-27 Anne McGuire uk.org.publicwhip/member/40577 Anne McGuire uk.org.publicwhip/person/10388 1 2014-10-27-80ef1083-10388-0
4b6d99ccb4ff43ce7072d5d5ec6d4ccd38700b95 Amount of donation (or estimate of the probable value): benefits with a value of £1,800, including flights and additional transport to the value of £610 and accommodation, food and drink to the value of £1,190. Some hospitality was provided by the Israeli Government, Palestinian Authority, British embassy and the IDC Herzliya Overseas visits 80ef1083 2014-10-27 Anne McGuire uk.org.publicwhip/member/40577 Anne McGuire uk.org.publicwhip/person/10388 2 2014-10-27-80ef1083-10388-0
c8594696ab8a0f394cf92a3fce74b9226886de0c Destination of visit: Israel and the Palestinian territories Overseas visits 80ef1083 2014-10-27 Anne McGuire uk.org.publicwhip/member/40577 Anne McGuire uk.org.publicwhip/person/10388 3 2014-10-27-80ef1083-10388-0
044d9545e73cbad9ca2028b74fe2eec5440a9c9f Date of visit: 29 September – 4 October 2013 Overseas visits 80ef1083 2014-10-27 Anne McGuire uk.org.publicwhip/member/40577 Anne McGuire uk.org.publicwhip/person/10388 4 2014-10-27-80ef1083-10388-0
01e607c756fcece1a6473ae0820e6caf80a8ef60 Purpose of visit: Fact-finding visit to Israel and the Palestinian territories with defence and security focus Overseas visits 80ef1083 2014-10-27 Anne McGuire uk.org.publicwhip/member/40577 Anne McGuire uk.org.publicwhip/person/10388 5 2014-10-27-80ef1083-10388-0
b34ea09259be04bb753c56690ae3dbe7424c484c (Registered 28 October 2013) Overseas visits 80ef1083 2014-10-27 Anne McGuire uk.org.publicwhip/member/40577 Anne McGuire uk.org.publicwhip/person/10388 6 2014-10-27-80ef1083-10388-0
760d1973e1accd2e55aebf366836389fb61484d6 Name of donor: Australia Israel Cultural Exchange Overseas visits 80ef1083 2014-10-27 Anne McGuire uk.org.publicwhip/member/40577 Anne McGuire uk.org.publicwhip/person/10388 7 2014-10-27-80ef1083-10388-0
6e6a1fbb1db1e40568b4776dfeb5dc05079dd3c0 Address of donor: Suite 836, 1 Queens Road, Melbourne VIC 3004, Australia Overseas visits 80ef1083 2014-10-27 Anne McGuire uk.org.publicwhip/member/40577 Anne McGuire uk.org.publicwhip/person/10388 8 2014-10-27-80ef1083-10388-0
ecff365dbade6ff41c715211e393fb2a44531d76 Amount of donation (or estimate of the probable value): £1,586.56 Overseas visits 80ef1083 2014-10-27 Anne McGuire uk.org.publicwhip/member/40577 Anne McGuire uk.org.publicwhip/person/10388 9 2014-10-27-80ef1083-10388-0
130f2572ca12f7afc01a8f5ab12fe62476101a73 Destination of visit: Israel Overseas visits 80ef1083 2014-10-27 Anne McGuire uk.org.publicwhip/member/40577 Anne McGuire uk.org.publicwhip/person/10388 10 2014-10-27-80ef1083-10388-0
a8a2df3c0986c9e61358899ed1221c152ca29932 Date of visit: 25-29 July 2014 Overseas visits 80ef1083 2014-10-27 Anne McGuire uk.org.publicwhip/member/40577 Anne McGuire uk.org.publicwhip/person/10388 11 2014-10-27-80ef1083-10388-0
76f96665d7f81a0d0b156b28628e3b7bae2aef53 Purpose of visit: participation in the Australia Israel UK Leadership Dialogue. This included discussions on the Middle East peace process and security in the region. Overseas visits 80ef1083 2014-10-27 Anne McGuire uk.org.publicwhip/member/40577 Anne McGuire uk.org.publicwhip/person/10388 12 2014-10-27-80ef1083-10388-0
2b00bb823493e8563bd3bc113a50b0d9e4342576 (Registered 10 September 2014) Overseas visits 80ef1083 2014-10-27 Anne McGuire uk.org.publicwhip/member/40577 Anne McGuire uk.org.publicwhip/person/10388 13 2014-10-27-80ef1083-10388-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 137.011ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette