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 person_id = "uk.org.publicwhip/person/10016" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: item, category_id, date, date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
6c3887cc35883b7ff0812255ab9f15b7c4e7d98e Author of "Red Rose Blues", published by Macmillan publishers, September 2000. Remunerated employment, office, profession etc 1f359ece 2001-05-14 Joe Ashton uk.org.publicwhip/member/16 Joe Ashton uk.org.publicwhip/person/10016 0 2001-05-14-1f359ece-10016-0
0a2b07728c482468d3c2f9ed140716517d7b8ad4 Sheffield Wednesday Football Club Ltd. Registrable shareholdings 3aff2389 2001-05-14 Joe Ashton uk.org.publicwhip/member/16 Joe Ashton uk.org.publicwhip/person/10016 0 2001-05-14-3aff2389-10016-0
937984ba223adc333dc7c2fd53a565ca9548de1a Sheffield Wednesday Football Club Ltd. Registrable shareholdings 3aff2389 2000-11-10 Joe Ashton uk.org.publicwhip/member/16 Joe Ashton uk.org.publicwhip/person/10016 0 2000-11-10-3aff2389-10016-0
1ce01aedc0fd72e1e7ebd0cd7a2b03ab7f50fcf1 Vice-President, Sheffield Wednesday Football Club (no remuneration, apart from hospitality). Miscellaneous and unremunerated interests 265f2269 2000-11-10 Joe Ashton uk.org.publicwhip/member/16 Joe Ashton uk.org.publicwhip/person/10016 0 2000-11-10-265f2269-10016-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 15.983ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette