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-10071-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
6fdc1ba8dc7160686c62e4231785b9a4b8f9389f 15-18 April 2009, to Rome, to attend and speak at a conference on nuclear non-proliferation and disarmament, at the invitation of the Italian Ministry of Foreign Affairs, the Nuclear Security Project and the World Political Forum, who jointly ran the conference. My return flights and accommodation in Rome were paid for by the Nuclear Threat Initiative. (Registered 7 May 2009) Overseas visits 80ef1083 2010-01-06 Des Browne uk.org.publicwhip/member/1996 Des Browne uk.org.publicwhip/person/10071 0 2010-01-06-80ef1083-10071-0
a1ebdeea7ad955e2a34dc3198038ab3067e2884e Name of donor: British American Security Council Overseas visits 80ef1083 2010-01-06 Des Browne uk.org.publicwhip/member/1996 Des Browne uk.org.publicwhip/person/10071 1 2010-01-06-80ef1083-10071-0
1e8d64ce7b683c24552ed7f3b2b2b873d5bc6e57 Address of donor: The Grayston Centre, 28 Charles Square, London, N1 6HT Overseas visits 80ef1083 2010-01-06 Des Browne uk.org.publicwhip/member/1996 Des Browne uk.org.publicwhip/person/10071 2 2010-01-06-80ef1083-10071-0
77f2781cd1010f89e7dbfbf9898539bbdbe6eb74 Amount of donation (or estimate of the probable value): The total cost was £745 (£560 for 3 nights accommodation and £185 for travel within Washington) Overseas visits 80ef1083 2010-01-06 Des Browne uk.org.publicwhip/member/1996 Des Browne uk.org.publicwhip/person/10071 3 2010-01-06-80ef1083-10071-0
0b02b1d9c7afcab2d253d91a793f098c573a55a6 Destination of visit: Washington DC, US Overseas visits 80ef1083 2010-01-06 Des Browne uk.org.publicwhip/member/1996 Des Browne uk.org.publicwhip/person/10071 4 2010-01-06-80ef1083-10071-0
ee08973ba50d367a8ecb12920ce3895e07ccee69 Date of visit: 8-13 September 2009 Overseas visits 80ef1083 2010-01-06 Des Browne uk.org.publicwhip/member/1996 Des Browne uk.org.publicwhip/person/10071 5 2010-01-06-80ef1083-10071-0
670a2eb0d31adc08507ce2b51eae5bd2ec351406 Purpose of visit: As part of a British Parliamentary delegation to meet with the US Administration and Senators and their staff to discuss nuclear proliferation and multi-lateral disarmament. Overseas visits 80ef1083 2010-01-06 Des Browne uk.org.publicwhip/member/1996 Des Browne uk.org.publicwhip/person/10071 6 2010-01-06-80ef1083-10071-0
260d33ce417ecc9f260895b2359b279e1bdbebfb (Registered 30 September 2009) Overseas visits 80ef1083 2010-01-06 Des Browne uk.org.publicwhip/member/1996 Des Browne uk.org.publicwhip/person/10071 7 2010-01-06-80ef1083-10071-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 12.276ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette