home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

10 rows where record_id = "2010-02-03-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
edab0156a5d65424596fe6e248295bc1e02d0b2d 27-29 June 2008, to Tokyo, Japan, to attend the GLOBE G8+5 legislators' forum to discuss climate change and sustainability. The cost of travel and accommodation paid by the promoters of GLOBE. (Registered 2 July 2008) Overseas visits 80ef1083 2010-02-03 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 0 2010-02-03-80ef1083-10083-0
fce4797ec2dd212ee2f61d316698d02317536119 10-13 July 2008, to Yalta, Ukraine, to attend the annual conference of the Yalta European Strategy. Travel and hotel costs paid by Yalta European Strategy Ltd. (Registered 2 August 2008) Overseas visits 80ef1083 2010-02-03 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 1 2010-02-03-80ef1083-10083-0
66d831ddc8873297b7eab5778527c7e8f7451d31 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-03 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 2 2010-02-03-80ef1083-10083-0
113534d6346046fafa06ef0d4a128b705da5c986 Name of donor: GLOBE International Overseas visits 80ef1083 2010-02-03 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 3 2010-02-03-80ef1083-10083-0
f0b19be2f90d0a1a03f3fc6ee0ca96fc7f075cd4 Address of donor: 11 Dartmouth Street, Westminster, London SW1H 9BN. Overseas visits 80ef1083 2010-02-03 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 4 2010-02-03-80ef1083-10083-0
eb0263aed13bba0a3138e14b5f733add3abbb65a Amount of donation (or estimate of the probable value): £2118.58 Overseas visits 80ef1083 2010-02-03 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 5 2010-02-03-80ef1083-10083-0
a66ad1a6349abcf2deb0b1b69fdb6a64a7468428 Destination of visit: Washington, USA. Overseas visits 80ef1083 2010-02-03 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 6 2010-02-03-80ef1083-10083-0
af3259c1bc0b1a9b5f2b1a579d6c52121535e138 Date of visit: 9 - 11 September 2009 Overseas visits 80ef1083 2010-02-03 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 7 2010-02-03-80ef1083-10083-0
c05d916c8a8d15d5e0c249d576d2ec798ae53a04 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-03 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 8 2010-02-03-80ef1083-10083-0
a85b3991ceb2a0ad7608fa8b06c20095fd87b4a4 (Registered 15 October 2009) Overseas visits 80ef1083 2010-02-03 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 9 2010-02-03-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 16.17ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette