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 member_id = "uk.org.publicwhip/member/452" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: item, date, sort_order, record_id, date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
654124939a55d40d721e3e216e5957ef311e934e 3-17 September 2000, to China, travel to China paid by myself, all travel and accommodation in China provided by the Chinese Association for International Understanding. (Registered 9 October 2000) Overseas visits 80ef1083 2001-05-14 Denis Murphy uk.org.publicwhip/member/452 Denis Murphy uk.org.publicwhip/person/10452 0 2001-05-14-80ef1083-10452-0
eed80f4b3f79b7c279ed501a08d35bf586fd1cfd 8-10 April 1999, to Waterford, Ireland, as guest speaker at a conference on leisure and tourism. My travel and hotel costs were paid for by LAMA (Local Authority Members Association). (Registered 2 May 1999) Overseas visits 80ef1083 2000-11-10 Denis Murphy uk.org.publicwhip/member/452 Denis Murphy uk.org.publicwhip/person/10452 0 2000-11-10-80ef1083-10452-0
22df30919a2e64ca83a34c423ee0da7850a45e1a 3-17 September 2000, to China, travel to China paid by myself, all travel and accommodation in China provided by the Chinese Association for International Understanding. (Registered 9 October 2000) Overseas visits 80ef1083 2000-11-10 Denis Murphy uk.org.publicwhip/member/452 Denis Murphy uk.org.publicwhip/person/10452 1 2000-11-10-80ef1083-10452-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 84.895ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette