home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2000-11-10-84642823-10334-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
e9e218a0f64db8b21f2826fc5edba1f262e415b0 16 February 1999, two tickets from BPI (British Phonographic Industry) for attendance at the Brit Awards. (Registered 31 August 1999) Gifts, benefits and hospitality (UK) 84642823 2000-11-10 Charles Kennedy uk.org.publicwhip/member/334 Charles Kennedy uk.org.publicwhip/person/10334 0 2000-11-10-84642823-10334-0
8fbcaa95ec496be3824cb5805392670cc776e989 4 September 1999, two tickets for a concert at the Edinburgh Festival and dinner, gift from BT. (Registered 31 January 2000) Gifts, benefits and hospitality (UK) 84642823 2000-11-10 Charles Kennedy uk.org.publicwhip/member/334 Charles Kennedy uk.org.publicwhip/person/10334 1 2000-11-10-84642823-10334-0
9a5c2ea086b100b59c10d2a42d0667b77aa71789 1 October 1999, one ticket to the official opening and first match of the Rugby World Cup as a guest of Hyder PLC. (Registered 31 January 2000) Gifts, benefits and hospitality (UK) 84642823 2000-11-10 Charles Kennedy uk.org.publicwhip/member/334 Charles Kennedy uk.org.publicwhip/person/10334 2 2000-11-10-84642823-10334-0
3c07be91db533b5d55dd0f1cef03fb054a3d599f 30 October 1999, one ticket to the semi-final of the Rugby World Cup as a guest of Darwin Rhodes. (Registered 31 January 2000) Gifts, benefits and hospitality (UK) 84642823 2000-11-10 Charles Kennedy uk.org.publicwhip/member/334 Charles Kennedy uk.org.publicwhip/person/10334 3 2000-11-10-84642823-10334-0
4666b707d41787b1d2ab095378bc80ed802f6f52 6 November 199, two tickets to the Final of the Rugby World Cup as a guest of the World Rugby Union. (Registered 31 January 2000) Gifts, benefits and hospitality (UK) 84642823 2000-11-10 Charles Kennedy uk.org.publicwhip/member/334 Charles Kennedy uk.org.publicwhip/person/10334 4 2000-11-10-84642823-10334-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 143.008ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette