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 = "2013-10-14-80ef1083-10489-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
ce53e8dea220b89539befc727ef22c02f25dc9dd Name of donor: HM Government of Gibraltar Overseas visits 80ef1083 2013-10-14 Dawn Primarolo uk.org.publicwhip/member/40124 Dawn Primarolo uk.org.publicwhip/person/10489 0 2013-10-14-80ef1083-10489-0
15c6b6f7ca0e7f293cc5f8ffb74fec9175f06c61 Address of donor: 150 Strand, London WC2R 1JA Overseas visits 80ef1083 2013-10-14 Dawn Primarolo uk.org.publicwhip/member/40124 Dawn Primarolo uk.org.publicwhip/person/10489 1 2013-10-14-80ef1083-10489-0
5ca79e18036e2c51f9ec44f53a8783afc5d3e6ab Amount of donation (or estimate of the probable value): flights and accommodation for me and my husband, with a total value of £854 Overseas visits 80ef1083 2013-10-14 Dawn Primarolo uk.org.publicwhip/member/40124 Dawn Primarolo uk.org.publicwhip/person/10489 2 2013-10-14-80ef1083-10489-0
2dbed16a9a847c8e1f7cf7487fccb77ab0cfd4f9 Destination of visit: Gibraltar Overseas visits 80ef1083 2013-10-14 Dawn Primarolo uk.org.publicwhip/member/40124 Dawn Primarolo uk.org.publicwhip/person/10489 3 2013-10-14-80ef1083-10489-0
479a3a1337739efc9f6ade830b883c8525a61922 Date of visit: 7-11 September 2012 Overseas visits 80ef1083 2013-10-14 Dawn Primarolo uk.org.publicwhip/member/40124 Dawn Primarolo uk.org.publicwhip/person/10489 4 2013-10-14-80ef1083-10489-0
356275b9ee711e6c6f1a01b2e4acafa190ef5417 Purpose of visit: visit as part of a parliamentary delegation with the APPG on Gibraltar, to celebrate Gibraltar Day. Overseas visits 80ef1083 2013-10-14 Dawn Primarolo uk.org.publicwhip/member/40124 Dawn Primarolo uk.org.publicwhip/person/10489 5 2013-10-14-80ef1083-10489-0
d5e999fea611437e92aba5037ebc0cb375bf1dd8 (Registered 7 November 2012) Overseas visits 80ef1083 2013-10-14 Dawn Primarolo uk.org.publicwhip/member/40124 Dawn Primarolo uk.org.publicwhip/person/10489 6 2013-10-14-80ef1083-10489-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 179.414ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette