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-02-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
d37dcdb43db39c446f6ca2ec86f02b34c223e6e9 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-02-24 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 0 2010-02-24-80ef1083-10083-0
bb03d4312f925298e6e5bdabd46a495e9d366760 Name of donor: GLOBE International Overseas visits 80ef1083 2010-02-24 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 1 2010-02-24-80ef1083-10083-0
7f40a12893ea0b0c05758e6bf87ad23870301251 Address of donor: 11 Dartmouth Street, Westminster, London SW1H 9BN. Overseas visits 80ef1083 2010-02-24 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 2 2010-02-24-80ef1083-10083-0
8ac4205bcbc47da8327d3b3355222498ac945df7 Amount of donation (or estimate of the probable value): £2118.58 Overseas visits 80ef1083 2010-02-24 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 3 2010-02-24-80ef1083-10083-0
73cffcac373b52680cbaa2177b7fbe4b2cf561d5 Destination of visit: Washington, USA. Overseas visits 80ef1083 2010-02-24 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 4 2010-02-24-80ef1083-10083-0
9f9eaabce34f321bb9d184909fe4a2e4959b768d Date of visit: 9 - 11 September 2009 Overseas visits 80ef1083 2010-02-24 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 5 2010-02-24-80ef1083-10083-0
bc33c0a6cb6804269aec2f709c47d789d6467c86 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-02-24 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 6 2010-02-24-80ef1083-10083-0
934d7059f26cc1e9379139095bf936c07d9cda89 (Registered 15 October 2009) Overseas visits 80ef1083 2010-02-24 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 7 2010-02-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 14.869ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette