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-01-06-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
f219b10b056f608bd2742f1cad15b2729fbeba87 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-01-06 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 0 2010-01-06-80ef1083-10367-0
cf787860109baf229c15d70e16973b2213d2ef29 Name of donor: British American Security Information Council and All-Party Group on Global Security and Non-Proliferation Overseas visits 80ef1083 2010-01-06 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 1 2010-01-06-80ef1083-10367-0
cca5d085b1a645b327189f9be3f669c5c2d353cb Address of donor: BASIC, Grayston Centre, 2 nd Floor, Charles Square, London N1 6HT Overseas visits 80ef1083 2010-01-06 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 2 2010-01-06-80ef1083-10367-0
60b57762f34859bdf339549cd4e8abc77fc65c2f Amount of donation (or estimate of the probable value): £3795.50 Overseas visits 80ef1083 2010-01-06 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 3 2010-01-06-80ef1083-10367-0
71dddffaf837f2342afa34795de7850567f8ff7c Destination of visit: Washington, USA Overseas visits 80ef1083 2010-01-06 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 4 2010-01-06-80ef1083-10367-0
ce34207eaff0456ebf469a397d8fce739865755e Date of visit: 7-11 September 2009 Overseas visits 80ef1083 2010-01-06 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 5 2010-01-06-80ef1083-10367-0
7a2f0bb2a49dfff5a8091461aa4e910cd0d52aad 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-01-06 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 6 2010-01-06-80ef1083-10367-0
c390b250ef4a6775d44f33179773b0799ac5088c (Registered 6 October 2009) Overseas visits 80ef1083 2010-01-06 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 7 2010-01-06-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 108.259ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette