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 = "2010-01-06-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
4c943a6a5f5c5ec2b7e2020e125deaccfd37c3f8 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 2010-01-06 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 0 2010-01-06-80ef1083-11048-0
1ba56e12eafb39b3e39740924656c07b8dd604b6 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 2010-01-06 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 1 2010-01-06-80ef1083-11048-0
708faf804c7ae1bb419a41b44e2ade9f956f687e Name of donor: Technology Policy Institute Overseas visits 80ef1083 2010-01-06 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 2 2010-01-06-80ef1083-11048-0
f78e8825011b7e6aa5adebfa5b1caa3d6fff909f Address of donor: 1401 Eye Street NW, Suite 505, Washington, DC 20005, USA. Overseas visits 80ef1083 2010-01-06 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 3 2010-01-06-80ef1083-11048-0
b3379888458e1d048496ac44007b2756844c35cc Amount of donation (or estimate of the probable value): £5609.41 Overseas visits 80ef1083 2010-01-06 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 4 2010-01-06-80ef1083-11048-0
7b929dc8708b49a070ee99ec9b30f82a7f7df89a Destination of visit: Washington, USA. Overseas visits 80ef1083 2010-01-06 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 5 2010-01-06-80ef1083-11048-0
4fea252f309bff575122ea4b1170fc8bf3d23feb Date of visit:13 - 16 October 2009. Overseas visits 80ef1083 2010-01-06 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 6 2010-01-06-80ef1083-11048-0
4eaf9109012f1b4e1cc99fd967006d84d23fa8d2 Purpose of visit: All-Party Parliamentary Group on Taxation: seminar on taxation of mutual interest. Overseas visits 80ef1083 2010-01-06 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 7 2010-01-06-80ef1083-11048-0
e494a773585568965d350f6bef301413d61561d4 (Registered 10 October 2009) Overseas visits 80ef1083 2010-01-06 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 8 2010-01-06-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 167.617ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette