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-03-24-80ef1083-10083-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
45219a8c9ac6f157096ff8c123ddc7fdad672e7f 16-20 February 2009, to Washington for meetings with the Administration, House of Representatives and Senate to discuss climate change. The cost of travel and accommodation paid by the promoters of GLOBE. (Registered 26 March 2009) Overseas visits 80ef1083 2010-03-24 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 0 2010-03-24-80ef1083-10083-0
26d1cf5807d8d1423c706f89d59a66a3edc6a72f Name of donor: GLOBE International Overseas visits 80ef1083 2010-03-24 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 1 2010-03-24-80ef1083-10083-0
c290069b054e82fef14fccc4fe0f05ee11223193 Address of donor: 11 Dartmouth Street, Westminster, London SW1H 9BN. Overseas visits 80ef1083 2010-03-24 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 2 2010-03-24-80ef1083-10083-0
d53e4b1092ae4a51ef359b10a30bed563b709abe Amount of donation (or estimate of the probable value): £2118.58 Overseas visits 80ef1083 2010-03-24 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 3 2010-03-24-80ef1083-10083-0
e9784b07d3a5765834d6307e930a60febe673e20 Destination of visit: Washington, USA. Overseas visits 80ef1083 2010-03-24 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 4 2010-03-24-80ef1083-10083-0
770917478b01f8d643682a337dfd70bcdd3b3e60 Date of visit: 9 - 11 September 2009 Overseas visits 80ef1083 2010-03-24 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 5 2010-03-24-80ef1083-10083-0
c508977442f446412a236578847ed424122a9500 Purpose of visit: to meet with members of the administration, Senate and House of Representatives to discuss climate change and environmental sustainability in my role as President of GLOBE International. Overseas visits 80ef1083 2010-03-24 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 6 2010-03-24-80ef1083-10083-0
607566af90429106b390674f3a69c8629d93d381 (Registered 15 October 2009) Overseas visits 80ef1083 2010-03-24 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 7 2010-03-24-80ef1083-10083-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 26.868ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette