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-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
a59ebd6e935f786aab0ef532d855db7e5b88002e 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-04-12 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 0 2010-04-12-80ef1083-10083-0
35481ed7f84b711d648852b6f574917462c7edf8 Name of donor: GLOBE International Overseas visits 80ef1083 2010-04-12 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 1 2010-04-12-80ef1083-10083-0
c31c8d06d3363f4d7a563da77ee0f4d2e9f624c9 Address of donor: 11 Dartmouth Street, Westminster, London SW1H 9BN. Overseas visits 80ef1083 2010-04-12 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 2 2010-04-12-80ef1083-10083-0
43ec2cb3da76762d36b5c00b0ba05f75049fef72 Amount of donation (or estimate of the probable value): £2118.58 Overseas visits 80ef1083 2010-04-12 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 3 2010-04-12-80ef1083-10083-0
25d8c671939eb553b97dc74dec6f4dee2b73d3dc Destination of visit: Washington, USA. Overseas visits 80ef1083 2010-04-12 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 4 2010-04-12-80ef1083-10083-0
067e0e69f72800e91798c1e4ddc7e04d87aec314 Date of visit: 9 - 11 September 2009 Overseas visits 80ef1083 2010-04-12 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 5 2010-04-12-80ef1083-10083-0
1dd6b7abe05fa5bad38ffed07a25e21874088670 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-04-12 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 6 2010-04-12-80ef1083-10083-0
bb1e1b2b00f5fc44b071e92d2db30ad552dd0df9 (Registered 15 October 2009) Overseas visits 80ef1083 2010-04-12 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 7 2010-04-12-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 18.643ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette