home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

6 rows where record_id = "2000-11-10-265f2269-10496-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
d13216efd97ed7c99673b12dd2b0b762b4a57c92 Patron of the St. Clare West Essex Hospice Care Trust (unremunerated). Miscellaneous and unremunerated interests 265f2269 2000-11-10 Bill Rammell uk.org.publicwhip/member/496 Bill Rammell uk.org.publicwhip/person/10496 0 2000-11-10-265f2269-10496-0
c397d6bf36d11dc9d246754249b693cde8919d08 Patron of the Rainbow Services Furniture and Clothing Project in Harlow, Essex (unremunerated). Miscellaneous and unremunerated interests 265f2269 2000-11-10 Bill Rammell uk.org.publicwhip/member/496 Bill Rammell uk.org.publicwhip/person/10496 1 2000-11-10-265f2269-10496-0
b31d2db48c620818af4ebf7ffd9b44c61a4e59f6 Patron of the Harlow Museum (unremunerated). Miscellaneous and unremunerated interests 265f2269 2000-11-10 Bill Rammell uk.org.publicwhip/member/496 Bill Rammell uk.org.publicwhip/person/10496 2 2000-11-10-265f2269-10496-0
5a71fa513d50917e89ab8f6454431e5178138cbd Presenter of monthly hour long show on ACR FM (unremunerated). Miscellaneous and unremunerated interests 265f2269 2000-11-10 Bill Rammell uk.org.publicwhip/member/496 Bill Rammell uk.org.publicwhip/person/10496 3 2000-11-10-265f2269-10496-0
a9a248991d6ac28c98f1106c600eb91cf87cf076 Patron of Homestart in Harlow (unremunerated). Miscellaneous and unremunerated interests 265f2269 2000-11-10 Bill Rammell uk.org.publicwhip/member/496 Bill Rammell uk.org.publicwhip/person/10496 4 2000-11-10-265f2269-10496-0
3c0d59b47bd40637a9342ed736d469d3056ee086 Vice-President of the Harlow Rugby Club. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Bill Rammell uk.org.publicwhip/member/496 Bill Rammell uk.org.publicwhip/person/10496 5 2000-11-10-265f2269-10496-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 50.511ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette