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-04-12-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
e2d9443c3189406ace461da30de0473b1b43268a 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-04-12 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 0 2010-04-12-80ef1083-10367-0
f4c1ec53274abacdc4bb048508e1a9e450cc79d6 Name of donor: British American Security Information Council and All-Party Group on Global Security and Non-Proliferation Overseas visits 80ef1083 2010-04-12 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 1 2010-04-12-80ef1083-10367-0
f70350c113b22fe64d17a27f1beddc7d4a0b892f Address of donor: BASIC, Grayston Centre, 2 nd Floor, Charles Square, London N1 6HT Overseas visits 80ef1083 2010-04-12 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 2 2010-04-12-80ef1083-10367-0
0b24bf8be54004bca1763cf9dafab2051765c907 Amount of donation (or estimate of the probable value): £3795.50 Overseas visits 80ef1083 2010-04-12 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 3 2010-04-12-80ef1083-10367-0
311766861e01de8aaddd88b211b2fbff0a855b16 Destination of visit: Washington, USA Overseas visits 80ef1083 2010-04-12 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 4 2010-04-12-80ef1083-10367-0
8c11d6d182de289508bdf4ca2241caaf9df62ff6 Date of visit: 7-11 September 2009 Overseas visits 80ef1083 2010-04-12 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 5 2010-04-12-80ef1083-10367-0
1eef3aa4658df3c94e36458598f2df411340fbcf 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-04-12 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 6 2010-04-12-80ef1083-10367-0
cee49f0e7c9b655a918d320a230afb5e6ae4dec8 (Registered 6 October 2009) Overseas visits 80ef1083 2010-04-12 Tony Lloyd uk.org.publicwhip/member/1705 Tony Lloyd uk.org.publicwhip/person/10367 7 2010-04-12-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 11.781ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette