home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

12 rows where record_id = "2000-11-10-265f2269-10067-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
2bcc6dce4af49d2bb5ba8c4a046d0a6a2f6f411f Member of Council, University of London. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Peter Brooke uk.org.publicwhip/member/67 Peter Brooke uk.org.publicwhip/person/10067 0 2000-11-10-265f2269-10067-0
8dbc71adad5ab021bc6530bf17caa7ec7e371821 Senior Fellow, Royal College of Art. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Peter Brooke uk.org.publicwhip/member/67 Peter Brooke uk.org.publicwhip/person/10067 1 2000-11-10-265f2269-10067-0
005496ea401033eec9aa4fce55cc88d626ad7d19 Presentation Fellow, King's College, London. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Peter Brooke uk.org.publicwhip/member/67 Peter Brooke uk.org.publicwhip/person/10067 2 2000-11-10-265f2269-10067-0
7252c3e73174c78592817dd5760aeddc937ff1b9 Honorary Fellow, Queen Mary and Westfield College. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Peter Brooke uk.org.publicwhip/member/67 Peter Brooke uk.org.publicwhip/person/10067 3 2000-11-10-265f2269-10067-0
049213bdb60372c9b3ed263a41a4ebead1d3e854 Hon. D. Litt., University of Westminster. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Peter Brooke uk.org.publicwhip/member/67 Peter Brooke uk.org.publicwhip/person/10067 4 2000-11-10-265f2269-10067-0
b8b68075592ddb087f8f4e782eabd7397554cf7c President of the British Antique Dealers' Association (honorary, though in receipt of an uncovenanted case of wine at Christmas). Miscellaneous and unremunerated interests 265f2269 2000-11-10 Peter Brooke uk.org.publicwhip/member/67 Peter Brooke uk.org.publicwhip/person/10067 5 2000-11-10-265f2269-10067-0
ab549eb44a031cd6f2f5cb50d1b2a7fd4bb2fa65 President of the British Art Market Federation. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Peter Brooke uk.org.publicwhip/member/67 Peter Brooke uk.org.publicwhip/person/10067 6 2000-11-10-265f2269-10067-0
803cc1c61ccdff073bde81e387e38713fa60fca5 Trustee, Institute of Contemporary British History. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Peter Brooke uk.org.publicwhip/member/67 Peter Brooke uk.org.publicwhip/person/10067 7 2000-11-10-265f2269-10067-0
40793a3b782818a45360939f50b00fbe64453450 Trustee, Marlburian Club. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Peter Brooke uk.org.publicwhip/member/67 Peter Brooke uk.org.publicwhip/person/10067 8 2000-11-10-265f2269-10067-0
a95df3178eb368a4302057dbbd408f98ba007c83 Trustee, Wordsworth Trust. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Peter Brooke uk.org.publicwhip/member/67 Peter Brooke uk.org.publicwhip/person/10067 9 2000-11-10-265f2269-10067-0
20465e7775aa2cd024818c2a46383982f1bb560b Patron, The Kennet and Avon Canal Partnership Project. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Peter Brooke uk.org.publicwhip/member/67 Peter Brooke uk.org.publicwhip/person/10067 10 2000-11-10-265f2269-10067-0
2edba354a0fdc1ef355615d0d160ce1208786f2c Patron, The Stained Glass Museum 25th Anniversary Appeal. Miscellaneous and unremunerated interests 265f2269 2000-11-10 Peter Brooke uk.org.publicwhip/member/67 Peter Brooke uk.org.publicwhip/person/10067 11 2000-11-10-265f2269-10067-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 16.762ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette