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 = "2001-05-14-265f2269-10023-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
b4ab007e3b513363eb86383db90b247a61aab108 Director of Conservative Mainstream Properties Ltd. (unremunerated). Miscellaneous and unremunerated interests 265f2269 2001-05-14 Tony Baldry uk.org.publicwhip/member/23 Tony Baldry uk.org.publicwhip/person/10023 0 2001-05-14-265f2269-10023-0
722ad93585b8926f505d15b9b4250ba35b2b29f2 Trustee (unremunerated) of Dr. L.V. Singhvi Foundation; providing visiting fellowships to Members of Parliament and members of the judiciary both in India and the UK. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Tony Baldry uk.org.publicwhip/member/23 Tony Baldry uk.org.publicwhip/person/10023 1 2001-05-14-265f2269-10023-0
48e659ebc3cf5e2d2fade2b8ee64bc5bd145130e A Member of the United Grand Lodge of Freemasons of England. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Tony Baldry uk.org.publicwhip/member/23 Tony Baldry uk.org.publicwhip/person/10023 2 2001-05-14-265f2269-10023-0
5cecb4914619fd50e44b8f527dcd69682bb44a5a Trustee of the British Indian Golden Jubilee Banquet Fund. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Tony Baldry uk.org.publicwhip/member/23 Tony Baldry uk.org.publicwhip/person/10023 3 2001-05-14-265f2269-10023-0
e13a67e336ce5d702988dd2d4aab966d3b8ecb2a Governor of the Commonwealth Institute. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Tony Baldry uk.org.publicwhip/member/23 Tony Baldry uk.org.publicwhip/person/10023 4 2001-05-14-265f2269-10023-0
8ccabbc184909d1c7dec4d77a56519ffbd43eaee Adviser (unremunerated) of the Shrimati Pushpa Wati Memorial Trust, seeking to educate children of poor widows in India. Miscellaneous and unremunerated interests 265f2269 2001-05-14 Tony Baldry uk.org.publicwhip/member/23 Tony Baldry uk.org.publicwhip/person/10023 5 2001-05-14-265f2269-10023-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 108.912ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette