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 = "2010-03-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
fb2ea80c7b6d9b33f6c23920957c744dc92b0679 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 2010-03-10 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 0 2010-03-10-80ef1083-10367-0
e25578d1903744de2de2829ad303e60bac7404b0 Name of donor: British American Security Information Council and All-Party Group on Global Security and Non-Proliferation Overseas visits 80ef1083 2010-03-10 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 1 2010-03-10-80ef1083-10367-0
48d0e92f8351a56adbab82d38ad4f4309c94f750 Address of donor: BASIC, Grayston Centre, 2 nd Floor, Charles Square, London N1 6HT Overseas visits 80ef1083 2010-03-10 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 2 2010-03-10-80ef1083-10367-0
e2a4c48918ef5d601ab5442f2b580e9f08e3edef Amount of donation (or estimate of the probable value): £3795.50 Overseas visits 80ef1083 2010-03-10 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 3 2010-03-10-80ef1083-10367-0
dc8a2d8be0cb730c71d2867214100a9f6f01d5c5 Destination of visit: Washington, USA Overseas visits 80ef1083 2010-03-10 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 4 2010-03-10-80ef1083-10367-0
0b2b246f74ec5154346233f2dc84cb68a57d322b Date of visit: 7-11 September 2009 Overseas visits 80ef1083 2010-03-10 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 5 2010-03-10-80ef1083-10367-0
8e2596f7042eb7185adee6d5039c8dd0e369bdd1 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 2010-03-10 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 6 2010-03-10-80ef1083-10367-0
a6371413fe8e7d1367594917899daaa33daa3c1f (Registered 6 October 2009) Overseas visits 80ef1083 2010-03-10 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 7 2010-03-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 25.204ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette