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 = "2005-04-11-80ef1083-10119-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
4dcba7b2203acfda65e1d8c1f4a86b6a632407aa 29 April-4 May 2004, to Doha, Qatar, to improve relations between UK parliamentarians and the Government of Qatar. Costs of the visit paid by the Government of Qatar. (Registered 12 May 2004) Overseas visits 80ef1083 2005-04-11 Geoffrey Clifton-Brown uk.org.publicwhip/member/806 Geoffrey Clifton-Brown uk.org.publicwhip/person/10119 0 2005-04-11-80ef1083-10119-0
2875a3cf3b5f837271c4264597a4f11c0af6db6e 19-26 September 2004, to China, to improve relations between UK parliamentarians and the Government of China. I was a guest of the International Department of the Chinese Communist Party, who paid for hotel accommodation and internal flights within China. International air fares were paid for by Maurice Bennett, of Phase Eight. (Registered 20 December 2004) Overseas visits 80ef1083 2005-04-11 Geoffrey Clifton-Brown uk.org.publicwhip/member/806 Geoffrey Clifton-Brown uk.org.publicwhip/person/10119 1 2005-04-11-80ef1083-10119-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 508.457ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette