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 = "2009-12-10-80ef1083-10367-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
d9dbebcb2791044d8ce6c8ddf649081424096113 14-18 February 2009, to Gaza and the West Bank on fact finding visit following the recent conflict in Gaza. Accommodation and all associated travel funded by the Welfare Association UK. (Registered 26 February 2009) Overseas visits 80ef1083 2009-12-10 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 0 2009-12-10-80ef1083-10367-0
2791e15267ce9d254a8f3a9c86fcc45639010607 Name of donor: British American Security Information Council and All-Party Group on Global Security and Non-Proliferation Overseas visits 80ef1083 2009-12-10 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 1 2009-12-10-80ef1083-10367-0
aaff47c6e7ab970475a8ac4c844108e2d8488a2d Address of donor: BASIC, Grayston Centre, 2 nd Floor, Charles Square, London N1 6HT Overseas visits 80ef1083 2009-12-10 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 2 2009-12-10-80ef1083-10367-0
3fa4fd316318aed65f9067fe57a067281c72aabd Amount of donation (or estimate of the probable value): £3795.50 Overseas visits 80ef1083 2009-12-10 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 3 2009-12-10-80ef1083-10367-0
b3b598160d3a85a5fb4f96870534f04efcbc6425 Destination of visit: Washington, USA Overseas visits 80ef1083 2009-12-10 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 4 2009-12-10-80ef1083-10367-0
56b36debeb666cde6517d96ed508fee9bba89fcf Date of visit: 7-11 September 2009 Overseas visits 80ef1083 2009-12-10 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 5 2009-12-10-80ef1083-10367-0
65e0086d0a523aefbcd8c4c3a59b2cecb244d9a2 Purpose of visit: meetings with Members of US Senate, officers of the US government and various individuals and NGSs concerning US policy with respect to nuclear non-proliferation issues. Overseas visits 80ef1083 2009-12-10 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 6 2009-12-10-80ef1083-10367-0
bb43e940f4a0a42f3b1036c0400c36834b0d3514 (Registered 6 October 2009) Overseas visits 80ef1083 2009-12-10 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 7 2009-12-10-80ef1083-10367-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 95.739ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette