home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

2 rows where record_id = "2002-05-14-84642823-10669-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
6dc6749f67514854c8cf0e41237350c5afc4e841 Occasional attendance at football matches at Elland Road as a guest of Leeds United Football Club. Gifts, benefits and hospitality (UK) 84642823 2002-05-14 Hilary Benn uk.org.publicwhip/member/727 Hilary Benn uk.org.publicwhip/person/10669 0 2002-05-14-84642823-10669-0
9f7d2d646032a5a83c9f245fcbf8abd5c0a0a852 August 2001, my son and I attended one day's play at the Test Match at Headingley as guests of Yorkshire Enterprises. (Registered 24 September 2001) Gifts, benefits and hospitality (UK) 84642823 2002-05-14 Hilary Benn uk.org.publicwhip/member/727 Hilary Benn uk.org.publicwhip/person/10669 1 2002-05-14-84642823-10669-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 40.876ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette