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 = "2001-05-14-265f2269-10048-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
74c172103bce7a43a49cd16e63113beb40ac1f44 Trustee of Working Class Movement Library (voluntary - no remuneration). Miscellaneous and unremunerated interests 265f2269 2001-05-14 Hazel Blears uk.org.publicwhip/member/48 Hazel Blears uk.org.publicwhip/person/10048 0 2001-05-14-265f2269-10048-0
2f92475b8719b8a9ddaa2085327961d1d6c1251f Trustee of the National Museum of Labour History, Manchester (unremunerated). Miscellaneous and unremunerated interests 265f2269 2001-05-14 Hazel Blears uk.org.publicwhip/member/48 Hazel Blears uk.org.publicwhip/person/10048 1 2001-05-14-265f2269-10048-0
e89a1e19fed616412aee7e8a76c5e57319781bb2 Trustee of The Imperial Society of Teachers of Dancing (unremunerated). Miscellaneous and unremunerated interests 265f2269 2001-05-14 Hazel Blears uk.org.publicwhip/member/48 Hazel Blears uk.org.publicwhip/person/10048 2 2001-05-14-265f2269-10048-0
5c2773e7e4de7370c7bb37f45e6a3044679dc978 Member of the Co-operative Commission, which is examining the future of the Co-operative Movement, from 1 March 2000-summer 2001. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Hazel Blears uk.org.publicwhip/member/48 Hazel Blears uk.org.publicwhip/person/10048 3 2001-05-14-265f2269-10048-0
68ebfab0cff0afbd8b65d574575a97626af44d5b Vice-President of the Local Government Association from 1 July 2000. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Hazel Blears uk.org.publicwhip/member/48 Hazel Blears uk.org.publicwhip/person/10048 4 2001-05-14-265f2269-10048-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 22.156ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette