home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

9 rows where record_id = "2002-05-14-265f2269-10368-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
1ffbf4ce1d911b607cd8eb54561d20c536df980e Member, University of Wales Court of Governors. Miscellaneous and unremunerated interests 265f2269 2002-05-14 Elfyn Llwyd uk.org.publicwhip/member/1053 Elfyn Llwyd uk.org.publicwhip/person/10368 0 2002-05-14-265f2269-10368-0
77f4e1781b71e3047a5a53fbc34924af8434f57e Vice-Chair, NSPCC (Cymru). Miscellaneous and unremunerated interests 265f2269 2002-05-14 Elfyn Llwyd uk.org.publicwhip/member/1053 Elfyn Llwyd uk.org.publicwhip/person/10368 1 2002-05-14-265f2269-10368-0
c5dfd762f27b89d8ea8b60bcb2ec78e2b78624f6 Chair, Trustees of the Mawddach Hatchery, Dolgellau, Gwynedd. Miscellaneous and unremunerated interests 265f2269 2002-05-14 Elfyn Llwyd uk.org.publicwhip/member/1053 Elfyn Llwyd uk.org.publicwhip/person/10368 2 2002-05-14-265f2269-10368-0
4820143c2c36be923c0082a25cdaa65a98689ef4 President, Estimaner Angling Association. Miscellaneous and unremunerated interests 265f2269 2002-05-14 Elfyn Llwyd uk.org.publicwhip/member/1053 Elfyn Llwyd uk.org.publicwhip/person/10368 3 2002-05-14-265f2269-10368-0
e58a922d11988a2db73a4780ea1ed18eec465401 President, Betws-y-Coed Football Club. Miscellaneous and unremunerated interests 265f2269 2002-05-14 Elfyn Llwyd uk.org.publicwhip/member/1053 Elfyn Llwyd uk.org.publicwhip/person/10368 4 2002-05-14-265f2269-10368-0
98ff5eff26cd00d242c7411e6be16d898c60d959 President, Llanuwchllyn Football Club. Miscellaneous and unremunerated interests 265f2269 2002-05-14 Elfyn Llwyd uk.org.publicwhip/member/1053 Elfyn Llwyd uk.org.publicwhip/person/10368 5 2002-05-14-265f2269-10368-0
8f78d1537d1efd19a888b308f8cab1eda7ecb5b0 President, Clwb Rygbi Bala Rugby Club. Miscellaneous and unremunerated interests 265f2269 2002-05-14 Elfyn Llwyd uk.org.publicwhip/member/1053 Elfyn Llwyd uk.org.publicwhip/person/10368 6 2002-05-14-265f2269-10368-0
e898518265b80ef796607214aa4324f4e12edf36 Vice-President, Clwb Rygbi Dolgellau Rugby Club. Miscellaneous and unremunerated interests 265f2269 2002-05-14 Elfyn Llwyd uk.org.publicwhip/member/1053 Elfyn Llwyd uk.org.publicwhip/person/10368 7 2002-05-14-265f2269-10368-0
af942ea0b4a5b3dd88c2e0644193bae35de22cf7 Member of the Gorsedd of Bards. Miscellaneous and unremunerated interests 265f2269 2002-05-14 Elfyn Llwyd uk.org.publicwhip/member/1053 Elfyn Llwyd uk.org.publicwhip/person/10368 8 2002-05-14-265f2269-10368-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 18.961ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette