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-12-10-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
03e141529a2d481e48246d2a540783760a756ddd 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-12-10 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 0 2009-12-10-80ef1083-11048-0
585bac408a381e20c35a5744a853c43e2857b924 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-12-10 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 1 2009-12-10-80ef1083-11048-0
03e51db78dfd366ec65a98588d04f861c081a0d3 Name of donor: Technology Policy Institute Overseas visits 80ef1083 2009-12-10 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 2 2009-12-10-80ef1083-11048-0
a7c92279114a338ec4f4ba00309019a24a46f884 Address of donor: 1401 Eye Street NW, Suite 505, Washington, DC 20005, USA. Overseas visits 80ef1083 2009-12-10 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 3 2009-12-10-80ef1083-11048-0
99c1ad54681411a783473129c60ee770102f5521 Amount of donation (or estimate of the probable value): £5609.41 Overseas visits 80ef1083 2009-12-10 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 4 2009-12-10-80ef1083-11048-0
e49839e37c9314fb82f9b0ccd354d693375a571b Destination of visit: Washington, USA. Overseas visits 80ef1083 2009-12-10 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 5 2009-12-10-80ef1083-11048-0
d356375d026a992f124b129301c148e8457c5067 Date of visit:13 - 16 October 2009. Overseas visits 80ef1083 2009-12-10 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 6 2009-12-10-80ef1083-11048-0
579a4aa80802311b60676aa8aa260bd8072d9547 Purpose of visit: All-Party Parliamentary Group on Taxation: seminar on taxation of mutual interest. Overseas visits 80ef1083 2009-12-10 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 7 2009-12-10-80ef1083-11048-0
9efa1096a139e5afdc786327226b703c85e5e7da (Registered 10 October 2009) Overseas visits 80ef1083 2009-12-10 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 8 2009-12-10-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 162.756ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette