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-11-11-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
c20a0e62e96c0d9708ebb9a8c2da33c38a255469 14-18 February 2009, to Gaza and the West Bank on fact finding visit following the recent conflict inGaza. Accommodation and all associated travel funded by the Welfare Association UK. (Registered 26 February 2009) Overseas visits 80ef1083 2009-11-11 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 0 2009-11-11-80ef1083-10367-0
c4e07bb31e515044d48a17df00cdf356f85a4f50 Name of donor: British American Security Information Council and All-Party Group on Global Security and Non-Proliferation Overseas visits 80ef1083 2009-11-11 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 1 2009-11-11-80ef1083-10367-0
a03aae141985016dabeda745da3a9ccc8faecd43 Address of donor: BASIC, Grayston Centre, 2 nd Floor, Charles Square, London N1 6HT Overseas visits 80ef1083 2009-11-11 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 2 2009-11-11-80ef1083-10367-0
9c77ce87acb94f15fb113082e5e89732d27fe8f3 Amount of donation (or estimate of the probable value): £3795.50 Overseas visits 80ef1083 2009-11-11 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 3 2009-11-11-80ef1083-10367-0
c57c5b9853739c2b086ffa14bd6efd12be28fcbc Destination of visit: Washington, USA Overseas visits 80ef1083 2009-11-11 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 4 2009-11-11-80ef1083-10367-0
448b2bf776ca48418cab7d35b33e10d2e3b41515 Date of visit: 7-11 September 2009 Overseas visits 80ef1083 2009-11-11 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 5 2009-11-11-80ef1083-10367-0
3f7e2c2278712fcc95871f183a497c35e8f923b2 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-11-11 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 6 2009-11-11-80ef1083-10367-0
26d9182c90558a6597ae70f60bcfd816e3395edd (Registered 6 October 2009) Overseas visits 80ef1083 2009-11-11 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 7 2009-11-11-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 13.498ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette