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-265f2269-10057-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
87a6a390ffea9d4bb6c4230437c29e8e256fe271 Non-sponsored member of TGWU. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Peter Bottomley uk.org.publicwhip/member/57 Peter Bottomley uk.org.publicwhip/person/10057 0 2000-11-10-265f2269-10057-0
9e0448457b1ae1c9f5e0a8346565abb0b91fb0e8 Member of Drapers' Company Court and Chairman of Charities Committee. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Peter Bottomley uk.org.publicwhip/member/57 Peter Bottomley uk.org.publicwhip/person/10057 1 2000-11-10-265f2269-10057-0
9153344f10d52f5e1fe6b3454fe401016e97ba06 Member of NACRO Council. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Peter Bottomley uk.org.publicwhip/member/57 Peter Bottomley uk.org.publicwhip/person/10057 2 2000-11-10-265f2269-10057-0
86caaa397338146ce65c2ab6b31e2352eda79e7b Frequently I give unpaid advice to charities and to campaigning groups. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Peter Bottomley uk.org.publicwhip/member/57 Peter Bottomley uk.org.publicwhip/person/10057 3 2000-11-10-265f2269-10057-0
0371da54985594e3e7f94a18e8fe76127b9f2c31 Patron of Westminster Circle, a business group. They may donate part of any surplus of their funds to the Worthing West Conservative Association. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Peter Bottomley uk.org.publicwhip/member/57 Peter Bottomley uk.org.publicwhip/person/10057 4 2000-11-10-265f2269-10057-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.871ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette