home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

4 rows where record_id = "2004-10-22-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
a301683fbddb607c91c68a4d875b9d3e0bf6e17e 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-10-22 Kenneth Clarke uk.org.publicwhip/member/802 Kenneth Clarke uk.org.publicwhip/person/10115 0 2004-10-22-80ef1083-10115-0
42658155831574616aa797c0e6fa1bbf5963d6b5 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-10-22 Kenneth Clarke uk.org.publicwhip/member/802 Kenneth Clarke uk.org.publicwhip/person/10115 1 2004-10-22-80ef1083-10115-0
213cd32eb7c71484184c82c0a0ce5fd56164bb60 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-10-22 Kenneth Clarke uk.org.publicwhip/member/802 Kenneth Clarke uk.org.publicwhip/person/10115 2 2004-10-22-80ef1083-10115-0
5248301bb1f325dbf39b591c249e2808d31b066f 3-8 September 2004, to Stockholm to speak at a seminar to celebrate the 50 th anniversary of the British/Swedish Chamber of Commerce. Travel expenses for my wife and me paid by the British/Swedish Chamber of Commerce. (Registered 13 October 2004) Overseas visits 80ef1083 2004-10-22 Kenneth Clarke uk.org.publicwhip/member/802 Kenneth Clarke uk.org.publicwhip/person/10115 3 2004-10-22-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 25.935ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette