items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
8 rows where record_id = "2010-03-10-80ef1083-10083-0" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: date (date)
hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
---|---|---|---|---|---|---|---|
b832db09e14cddbc86f1f14008df5fef083935d9 | 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-10 | Stephen Byers uk.org.publicwhip/member/1888 | Stephen Byers uk.org.publicwhip/person/10083 | 0 | 2010-03-10-80ef1083-10083-0 |
2af74f6c8ac7241f0612c0e07f6930671705364d | Name of donor: GLOBE International | Overseas visits 80ef1083 | 2010-03-10 | Stephen Byers uk.org.publicwhip/member/1888 | Stephen Byers uk.org.publicwhip/person/10083 | 1 | 2010-03-10-80ef1083-10083-0 |
2080b09fe7bf3c13649a9450bfce4a0fd6730a66 | Address of donor: 11 Dartmouth Street, Westminster, London SW1H 9BN. | Overseas visits 80ef1083 | 2010-03-10 | Stephen Byers uk.org.publicwhip/member/1888 | Stephen Byers uk.org.publicwhip/person/10083 | 2 | 2010-03-10-80ef1083-10083-0 |
f971078d084599874343a35101009ad32b4aa2db | Amount of donation (or estimate of the probable value): £2118.58 | Overseas visits 80ef1083 | 2010-03-10 | Stephen Byers uk.org.publicwhip/member/1888 | Stephen Byers uk.org.publicwhip/person/10083 | 3 | 2010-03-10-80ef1083-10083-0 |
8f8027406b5e6e53a97ab8e0332a5b7fefb29e97 | Destination of visit: Washington, USA. | Overseas visits 80ef1083 | 2010-03-10 | Stephen Byers uk.org.publicwhip/member/1888 | Stephen Byers uk.org.publicwhip/person/10083 | 4 | 2010-03-10-80ef1083-10083-0 |
44da34634d24046f6cff9a0e082ff2d6f27a7553 | Date of visit: 9 - 11 September 2009 | Overseas visits 80ef1083 | 2010-03-10 | Stephen Byers uk.org.publicwhip/member/1888 | Stephen Byers uk.org.publicwhip/person/10083 | 5 | 2010-03-10-80ef1083-10083-0 |
4a4b80757c1093b0a58f8ea92ee47b6cfb45c1d0 | 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-10 | Stephen Byers uk.org.publicwhip/member/1888 | Stephen Byers uk.org.publicwhip/person/10083 | 6 | 2010-03-10-80ef1083-10083-0 |
82db5c0049a73ec94b0372110547bd337355d5f1 | (Registered 15 October 2009) | Overseas visits 80ef1083 | 2010-03-10 | Stephen Byers uk.org.publicwhip/member/1888 | Stephen Byers uk.org.publicwhip/person/10083 | 7 | 2010-03-10-80ef1083-10083-0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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");