home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where record_id = "2002-05-14-265f2269-10058-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
534f01d780c523cb3eb8249640567cb7760c5e62 Vice-Chairman of the British Council (unpaid). (Term expires December 2001.) Miscellaneous and unremunerated interests 265f2269 2002-05-14 Virginia Bottomley uk.org.publicwhip/member/745 Virginia Bottomley uk.org.publicwhip/person/10058 0 2002-05-14-265f2269-10058-0
1a29347dfa1f91ce718f9ed8de10d53265ccbb8c Governor of the London School of Economics (unpaid). Miscellaneous and unremunerated interests 265f2269 2002-05-14 Virginia Bottomley uk.org.publicwhip/member/745 Virginia Bottomley uk.org.publicwhip/person/10058 1 2002-05-14-265f2269-10058-0
55cf707bf3852e42f8965022778e0a775a89659d Governor of the Ditchley Foundation (unpaid). Miscellaneous and unremunerated interests 265f2269 2002-05-14 Virginia Bottomley uk.org.publicwhip/member/745 Virginia Bottomley uk.org.publicwhip/person/10058 2 2002-05-14-265f2269-10058-0
845f459b71c8c494d4a67830ea4b18dfd3598149 Patron, Cruse Bereavement Care (unpaid). Miscellaneous and unremunerated interests 265f2269 2002-05-14 Virginia Bottomley uk.org.publicwhip/member/745 Virginia Bottomley uk.org.publicwhip/person/10058 3 2002-05-14-265f2269-10058-0
dc6e960f4805e4919b039a85afe7fc90095b579f Vice-Patron, Carers' UK. Miscellaneous and unremunerated interests 265f2269 2002-05-14 Virginia Bottomley uk.org.publicwhip/member/745 Virginia Bottomley uk.org.publicwhip/person/10058 4 2002-05-14-265f2269-10058-0
540cb5ed88a77a8e28c13c300aa245714d9a19c6 Governor of the London Institute (unpaid). Miscellaneous and unremunerated interests 265f2269 2002-05-14 Virginia Bottomley uk.org.publicwhip/member/745 Virginia Bottomley uk.org.publicwhip/person/10058 5 2002-05-14-265f2269-10058-0
104322975eb4e68dbd2cd02e6ebcb271ef35f172 Shareholding of below registrable threshold in PatientView Ltd.; a patient publicity and market research firm. Miscellaneous and unremunerated interests 265f2269 2002-05-14 Virginia Bottomley uk.org.publicwhip/member/745 Virginia Bottomley uk.org.publicwhip/person/10058 6 2002-05-14-265f2269-10058-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.114ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette