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 = "2000-11-10-80ef1083-10401-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
8a8855245a254af94690a1267d37324824d2e15e 12-13 May 1999, to Aachen, Germany, for Charlemagne Prize ceremony. Aachen city council paid for one night's hotel room. I paid my own travel and other costs. (Registered 27 May 1999) Overseas visits 80ef1083 2000-11-10 Denis MacShane uk.org.publicwhip/member/401 Denis MacShane uk.org.publicwhip/person/10401 0 2000-11-10-80ef1083-10401-0
42c01a1121ef54edd75347436309d2409b272d5d 27 May 1999, to Loire-Atlantique for meeting with French Socialist Party on European Parliament elections. Travel costs partly helped by Eurotunnel. (Registered 27 May 1999) Overseas visits 80ef1083 2000-11-10 Denis MacShane uk.org.publicwhip/member/401 Denis MacShane uk.org.publicwhip/person/10401 1 2000-11-10-80ef1083-10401-0
ff1d9dfd4df65f6c4bc3f390425d32a6c46c8716 12-13 December 1999, to Le Mans and Brussels to speak at Le Monde Diplomatique conference on Asia and Europe and to meet European Commission officials to discuss employee share ownership. Travel paid by Le Mans University and Job Ownership Ltd. (Registered 20 December 1999) Overseas visits 80ef1083 2000-11-10 Denis MacShane uk.org.publicwhip/member/401 Denis MacShane uk.org.publicwhip/person/10401 2 2000-11-10-80ef1083-10401-0
d9daf5da9f810862e038b060f07ac94ddbdd732c 16-17 March 2000, British-Netherlands All-Party Parliamentary Group visit to the Netherlands Second Chamber at the Hague. Travel paid by Group from funds donated by declared sponsors, namely Royal Dutch Shell, Unilever and Reid Elsevier. All other expenses met by the Second Chamber. (Registered 9 April 2000) Overseas visits 80ef1083 2000-11-10 Denis MacShane uk.org.publicwhip/member/401 Denis MacShane uk.org.publicwhip/person/10401 3 2000-11-10-80ef1083-10401-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 23.326ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette