home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

2 rows where record_id = "2009-10-14-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
6e23d7d0ac8827712021f5f5f405746b307226b4 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-10-14 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 0 2009-10-14-80ef1083-11048-0
40a84ad51f8886079fd7e02cad465f50190799ba 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-10-14 Ian Liddell-Grainger uk.org.publicwhip/member/1451 Ian Liddell-Grainger uk.org.publicwhip/person/11048 1 2009-10-14-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 122.51ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette