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 = "2009-12-10-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
73d01def6f9da1cf2a66a437717fb4f21b53b932 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 2009-12-10 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 0 2009-12-10-80ef1083-10083-0
5c8f59d6d278d61b8128c337b842049f13bfe8ac 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 2009-12-10 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 1 2009-12-10-80ef1083-10083-0
3af827e46d394d4de520d78f94d380291d89843e 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 2009-12-10 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 2 2009-12-10-80ef1083-10083-0
18cc1247f13982ff136e6ebc1ddb0512ef50b071 Name of donor: GLOBE International Overseas visits 80ef1083 2009-12-10 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 3 2009-12-10-80ef1083-10083-0
f51e35a3abd52b93f4e7b513bbea84bd048895c5 Address of donor: 11 Dartmouth Street, Westminster, London SW1H 9BN. Overseas visits 80ef1083 2009-12-10 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 4 2009-12-10-80ef1083-10083-0
d11315e9cb224a9b848b3ad81ff92bd76f59952b Amount of donation (or estimate of the probable value): £2118.58 Overseas visits 80ef1083 2009-12-10 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 5 2009-12-10-80ef1083-10083-0
60d199a9f68f2d03a2c85bd477d917e1f9c3fea2 Destination of visit: Washington, USA. Overseas visits 80ef1083 2009-12-10 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 6 2009-12-10-80ef1083-10083-0
5249bf83c72668b6bbcb86dad1ef7ba5c29467ce Date of visit: 9 - 11 September 2009 Overseas visits 80ef1083 2009-12-10 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 7 2009-12-10-80ef1083-10083-0
a7c3e1b23ab7d6d6a6fcb217d16682a133b639af 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 2009-12-10 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 8 2009-12-10-80ef1083-10083-0
11435e7df644394477f0db9d2ea71d043a1f7c31 (Registered 15 October 2009) Overseas visits 80ef1083 2009-12-10 Stephen Byers uk.org.publicwhip/member/1888 Stephen Byers uk.org.publicwhip/person/10083 9 2009-12-10-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 45.47ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette