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 = "2002-11-26-80ef1083-10436-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
6cbc09f70df8a7ed4f562f85ba438b1807f9ccd5 December 2001, to New Zealand, to make film for TVNZ. Business class fare, travel by car and accommodation paid for by NZ On Air and TVNZ. (Registered 9 May 2002) Overseas visits 80ef1083 2002-11-26 Austin Mitchell uk.org.publicwhip/member/1116 Austin Mitchell uk.org.publicwhip/person/10436 0 2002-11-26-80ef1083-10436-0
c07685b2694fe233341dc209580c5d05c1cec768 February 2002, accommodation in New Zealand provided by NZ On air and TVNZ, following a Select Committee visit. (Registered 9 May 2002) Overseas visits 80ef1083 2002-11-26 Austin Mitchell uk.org.publicwhip/member/1116 Austin Mitchell uk.org.publicwhip/person/10436 1 2002-11-26-80ef1083-10436-0
86a83b123bda3771a2e4590b5afca7b25b977337 April 2002, to New Zealand, to make film about New Zealand. Travel by car and accommodation in New Zealand provided by New Zealand on Air. (Registered 3 November 2002) Overseas visits 80ef1083 2002-11-26 Austin Mitchell uk.org.publicwhip/member/1116 Austin Mitchell uk.org.publicwhip/person/10436 2 2002-11-26-80ef1083-10436-0
8ede25b9a395c0b6762ee6cab39f9af1b10c720b 23-31 July 2002, to New Zealand, paid for by New Zealand Local Government Association. (Registered 3 November 2002) Overseas visits 80ef1083 2002-11-26 Austin Mitchell uk.org.publicwhip/member/1116 Austin Mitchell uk.org.publicwhip/person/10436 3 2002-11-26-80ef1083-10436-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 19.504ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette