home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

3 rows where record_id = "2004-09-08-80ef1083-10115-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
49912cef8f873e2ed974053b297d0e4c5b1165cd 22-27 April 2004, to Beijing, to participate in a DaimlerChrysler International Advisory Board meeting. Fee and travel and accommodation expenses for my wife and me paid by DaimlerChrysler. (Registered 5 May 2004) Overseas visits 80ef1083 2004-09-08 Kenneth Clarke uk.org.publicwhip/member/802 Kenneth Clarke uk.org.publicwhip/person/10115 0 2004-09-08-80ef1083-10115-0
d9714ad1e503c4d2695abec4b90a1bdcae6b2530 27-31 May 2004, to Russia to take part in a seminar; travel and accommodation paid for by the Moscow School of Political Studies. (Registered 8 June 2004) Overseas visits 80ef1083 2004-09-08 Kenneth Clarke uk.org.publicwhip/member/802 Kenneth Clarke uk.org.publicwhip/person/10115 1 2004-09-08-80ef1083-10115-0
ac69d9499458e2fda08d526a7440f2c4ac934598 3-6 June 2004, to Stresa, Italy, to attend Bilderberg Conference. I paid for my own air fare; the hotel accommodation for three nights was paid for by the organisers. (Registered 8 June 2004) Overseas visits 80ef1083 2004-09-08 Kenneth Clarke uk.org.publicwhip/member/802 Kenneth Clarke uk.org.publicwhip/person/10115 2 2004-09-08-80ef1083-10115-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 134.783ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette