home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

9 rows where record_id = "2009-11-11-80ef1083-11048-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
992349960e4ef1976fdae98f0b9905f244a7495e 25 October-1 November 2008, to China as a member of the All-Party Parliamentary China Group, at the invitation of the Jiangsu Provincial People's Congress to consolidate links between the United Kingdom 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 21 November 2008) Overseas visits 80ef1083 2009-11-11 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 0 2009-11-11-80ef1083-11048-0
b0b6a3f7353ba004cdfb1b5209032544140d8d6b 6-11 January 2009, to Las Vegas, USA, to attend and speak on "UK Cyber Security, Citizen Surveillance and Privacy" at CES Government 2009. The visit was made at the invitation of the conference organisers, ICG Government, who paid for my flights and accommodation. (Registered 26 January 2009) Overseas visits 80ef1083 2009-11-11 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 1 2009-11-11-80ef1083-11048-0
6363fdb1b0099c12d532ed448ab6db2cb9c852b1 Name of donor: Technology Policy Institute Overseas visits 80ef1083 2009-11-11 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 2 2009-11-11-80ef1083-11048-0
9c97bc1d5146b109e91b3db1fefff3029cbe29c8 Address of donor: 1401 Eye Street NW, Suite 505, Washington, DC 20005, USA. Overseas visits 80ef1083 2009-11-11 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 3 2009-11-11-80ef1083-11048-0
f614f2ede783e614133cff1f7104dc4436eb8eef Amount of donation (or estimate of the probable value): £5609.41 Overseas visits 80ef1083 2009-11-11 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 4 2009-11-11-80ef1083-11048-0
f093378319d73a1bbe9755f160c5ac1c10c92f47 Destination of visit: Washington, USA. Overseas visits 80ef1083 2009-11-11 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 5 2009-11-11-80ef1083-11048-0
e039eb0447ba7c0f93c8945724ea7cb151f12738 Date of visit:13 - 16 October 2009. Overseas visits 80ef1083 2009-11-11 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 6 2009-11-11-80ef1083-11048-0
7d6c6ad5362def0f5d138fc838df52c206367512 Purpose of visit: All-Party Parliamentary Group on Taxation: seminar on taxation of mutual interest. Overseas visits 80ef1083 2009-11-11 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 7 2009-11-11-80ef1083-11048-0
ebb32f98c90e7e5183e1a3d088f97c1289574535 (Registered 10 October 2009) Overseas visits 80ef1083 2009-11-11 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 8 2009-11-11-80ef1083-11048-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 29.974ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette