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-02-03-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
5f6514712c10cc6b5e046116f46f9edbc32967aa 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-02-03 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 0 2010-02-03-80ef1083-10367-0
c5ec38f2973b8542abcd23ac438820c01345e9a2 Name of donor: British American Security Information Council and All-Party Group on Global Security and Non-Proliferation Overseas visits 80ef1083 2010-02-03 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 1 2010-02-03-80ef1083-10367-0
312e28de95bc492426969e75ca3307958b5ecccd Address of donor: BASIC, Grayston Centre, 2 nd Floor, Charles Square, London N1 6HT Overseas visits 80ef1083 2010-02-03 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 2 2010-02-03-80ef1083-10367-0
4fed8d84707eca37da521a43ef0eac13c12a9096 Amount of donation (or estimate of the probable value): £3795.50 Overseas visits 80ef1083 2010-02-03 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 3 2010-02-03-80ef1083-10367-0
4e1243186d4fc8f301da5ed35feaca1ccbd5d31b Destination of visit: Washington, USA Overseas visits 80ef1083 2010-02-03 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 4 2010-02-03-80ef1083-10367-0
765aca31aa4e2a0a64dde36db04ae3c99a498546 Date of visit: 7-11 September 2009 Overseas visits 80ef1083 2010-02-03 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 5 2010-02-03-80ef1083-10367-0
795d0533b071ac6398a355dde0141c26ab041bcd 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-02-03 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 6 2010-02-03-80ef1083-10367-0
0e856c24057d42584291f04f33b219ee93338395 (Registered 6 October 2009) Overseas visits 80ef1083 2010-02-03 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 7 2010-02-03-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 77.786ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette