items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
12 rows where record_id = "2010-03-24-80ef1083-10098-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 |
---|---|---|---|---|---|---|---|
0c00054289e07a29fc22d8eb822b8b6a5cec269d | 24-31 May 2009, to Vietnam as Chair of the All-Party Parliamentary Group for Vietnam, to further co-operation with our counterpart parliamentary group. The cost of external and internal flights and accommodation was paid by the Group's registered sponsors, Premier Oil and the University of Central Lancashire. The National Assembly of Vietnam paid for ground travel costs and some hospitality. (Registered 3 June 2009) | Overseas visits 80ef1083 | 2010-03-24 | Ben Chapman uk.org.publicwhip/member/1930 | Ben Chapman uk.org.publicwhip/person/10098 | 0 | 2010-03-24-80ef1083-10098-0 |
d3806e07b05adfbd8cac20df9ede54f625ceb95e | Name of donor: 1) All-Party Parliamentary China Group | Overseas visits 80ef1083 | 2010-03-24 | Ben Chapman uk.org.publicwhip/member/1930 | Ben Chapman uk.org.publicwhip/person/10098 | 1 | 2010-03-24-80ef1083-10098-0 |
bdf73df8a0889900ea9b6ad909326240ac3001fc | 2) Jiangsu Provincial People's Congress | Overseas visits 80ef1083 | 2010-03-24 | Ben Chapman uk.org.publicwhip/member/1930 | Ben Chapman uk.org.publicwhip/person/10098 | 2 | 2010-03-24-80ef1083-10098-0 |
702b200d671038f257434751cc9021ad834d0e07 | Address of donor: 1) House of Commons | Overseas visits 80ef1083 | 2010-03-24 | Ben Chapman uk.org.publicwhip/member/1930 | Ben Chapman uk.org.publicwhip/person/10098 | 3 | 2010-03-24-80ef1083-10098-0 |
e17a079b3ec25450c20b03d44e0ad7722f0592ef | 2) 32 Zhong Shan Beilu, Nanjing 210008, People's Republic of China | Overseas visits 80ef1083 | 2010-03-24 | Ben Chapman uk.org.publicwhip/member/1930 | Ben Chapman uk.org.publicwhip/person/10098 | 4 | 2010-03-24-80ef1083-10098-0 |
0dc542f0eff7da998f9b0a407dd223da00533701 | Amount of donation (or estimate of the probable value): | Overseas visits 80ef1083 | 2010-03-24 | Ben Chapman uk.org.publicwhip/member/1930 | Ben Chapman uk.org.publicwhip/person/10098 | 5 | 2010-03-24-80ef1083-10098-0 |
e0acf75bda79821545d2d72fdf118b3318cf2c24 | 1) £713 (return flights to Shanghai) (from donations previously registered) | Overseas visits 80ef1083 | 2010-03-24 | Ben Chapman uk.org.publicwhip/member/1930 | Ben Chapman uk.org.publicwhip/person/10098 | 6 | 2010-03-24-80ef1083-10098-0 |
40f6ffd9d872a9ec1bb9e0c84f4b849e31fd0828 | 2) £700 (includes hotels for 6 nights, meals and coach travel for 6 days.) | Overseas visits 80ef1083 | 2010-03-24 | Ben Chapman uk.org.publicwhip/member/1930 | Ben Chapman uk.org.publicwhip/person/10098 | 7 | 2010-03-24-80ef1083-10098-0 |
378515f85f2eb62e625cc371951fc5d2f90a821c | Destination of visit: Jiangsu Province and Shanghai | Overseas visits 80ef1083 | 2010-03-24 | Ben Chapman uk.org.publicwhip/member/1930 | Ben Chapman uk.org.publicwhip/person/10098 | 8 | 2010-03-24-80ef1083-10098-0 |
99db13473ebc7522d53ddc6264da72844fc0660c | Date of visit: 19-26 September 2009 | Overseas visits 80ef1083 | 2010-03-24 | Ben Chapman uk.org.publicwhip/member/1930 | Ben Chapman uk.org.publicwhip/person/10098 | 9 | 2010-03-24-80ef1083-10098-0 |
2a8642401832f6c5c8329272245c713313045a8e | Purpose of visit: as Chairman of the All-Party Parliamentary China Group, to consolidate links between the UK and Jiangsu Province. | Overseas visits 80ef1083 | 2010-03-24 | Ben Chapman uk.org.publicwhip/member/1930 | Ben Chapman uk.org.publicwhip/person/10098 | 10 | 2010-03-24-80ef1083-10098-0 |
315264fd09b48329e7cdb1f4941b7da474efb2fe | (Registered 7 October 2009) | Overseas visits 80ef1083 | 2010-03-24 | Ben Chapman uk.org.publicwhip/member/1930 | Ben Chapman uk.org.publicwhip/person/10098 | 11 | 2010-03-24-80ef1083-10098-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");