home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

13 rows where record_id = "2010-02-03-80ef1083-10098-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
aa4e36aa16f92a5af650ab70c8b3f5248fd3d3dd 25 October-1 November 2008, to China as Chairman of the All-Party Parliamentary China Group, at the invitation of the Jiangsu Provincial People's congress to consolidate links between the UK and China. Transport to and from China was paid for by the All-Party Parliamentary China Group from donations previously registered. All internal costs including accommodation, meals and travel were met by the Jiangsu Provincial People's Congress. (Registered 5 November 2008) Overseas visits 80ef1083 2010-02-03 Ben Chapman uk.org.publicwhip/member/1930 Ben Chapman uk.org.publicwhip/person/10098 0 2010-02-03-80ef1083-10098-0
95cab368e859b3ef56f9a59783cf6c4b3c3973f1 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-02-03 Ben Chapman uk.org.publicwhip/member/1930 Ben Chapman uk.org.publicwhip/person/10098 1 2010-02-03-80ef1083-10098-0
515aa2b4ee053a4b92022d6335c1ac9c7b027809 Name of donor: 1) All-Party Parliamentary China Group Overseas visits 80ef1083 2010-02-03 Ben Chapman uk.org.publicwhip/member/1930 Ben Chapman uk.org.publicwhip/person/10098 2 2010-02-03-80ef1083-10098-0
edf9505847785f15a2094b0c004eeed34fb2de8a 2) Jiangsu Provincial People's Congress Overseas visits 80ef1083 2010-02-03 Ben Chapman uk.org.publicwhip/member/1930 Ben Chapman uk.org.publicwhip/person/10098 3 2010-02-03-80ef1083-10098-0
4273b64e2a92446838ace3c78159cab6e5084025 Address of donor: 1) House of Commons Overseas visits 80ef1083 2010-02-03 Ben Chapman uk.org.publicwhip/member/1930 Ben Chapman uk.org.publicwhip/person/10098 4 2010-02-03-80ef1083-10098-0
934fc816b28bf3a2cc42137f2ba0914f5f2dd95c 2) 32 Zhong Shan Beilu, Nanjing 210008, People's Republic of China Overseas visits 80ef1083 2010-02-03 Ben Chapman uk.org.publicwhip/member/1930 Ben Chapman uk.org.publicwhip/person/10098 5 2010-02-03-80ef1083-10098-0
21664bf5ee56501f09b9d3164a8065de9c8a2e6e Amount of donation (or estimate of the probable value): Overseas visits 80ef1083 2010-02-03 Ben Chapman uk.org.publicwhip/member/1930 Ben Chapman uk.org.publicwhip/person/10098 6 2010-02-03-80ef1083-10098-0
4226136865946602793c43034cf91e74719d5dc6 1) £713 (return flights to Shanghai) (from donations previously registered) Overseas visits 80ef1083 2010-02-03 Ben Chapman uk.org.publicwhip/member/1930 Ben Chapman uk.org.publicwhip/person/10098 7 2010-02-03-80ef1083-10098-0
2ef21122cd436be977620864bcfb1397b3335ce8 2) £700 (includes hotels for 6 nights, meals and coach travel for 6 days.) Overseas visits 80ef1083 2010-02-03 Ben Chapman uk.org.publicwhip/member/1930 Ben Chapman uk.org.publicwhip/person/10098 8 2010-02-03-80ef1083-10098-0
357c51bc155c9657eefdbf825540d71d2d7a1d03 Destination of visit: Jiangsu Province and Shanghai Overseas visits 80ef1083 2010-02-03 Ben Chapman uk.org.publicwhip/member/1930 Ben Chapman uk.org.publicwhip/person/10098 9 2010-02-03-80ef1083-10098-0
a95bf0559e85549f38da42c58e0b914a8fa18245 Date of visit: 19-26 September 2009 Overseas visits 80ef1083 2010-02-03 Ben Chapman uk.org.publicwhip/member/1930 Ben Chapman uk.org.publicwhip/person/10098 10 2010-02-03-80ef1083-10098-0
b4f38659abc182e13a5006884c48e787c0277d32 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-02-03 Ben Chapman uk.org.publicwhip/member/1930 Ben Chapman uk.org.publicwhip/person/10098 11 2010-02-03-80ef1083-10098-0
7f44310a3f47e54d3f8a59326a3d29733a8c0863 (Registered 7 October 2009) Overseas visits 80ef1083 2010-02-03 Ben Chapman uk.org.publicwhip/member/1930 Ben Chapman uk.org.publicwhip/person/10098 12 2010-02-03-80ef1083-10098-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 19.378ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette