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 = "2012-10-01-80ef1083-10319-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
b640587ec5274fdabd47dc30c3d9470a3fcd6192 Name of donor: Government of the Republic of China (Taiwan) Overseas visits 80ef1083 2012-10-01 Helen Jones uk.org.publicwhip/member/40633 Helen Jones uk.org.publicwhip/person/10319 0 2012-10-01-80ef1083-10319-0
6e5a33be8326d3c75cb5b784bc4d7bd1a191fff1 Address of donor: c/o Taipei Representative Office in the UK, 50 Grosvenor Gardens, London SW1 W0EB Overseas visits 80ef1083 2012-10-01 Helen Jones uk.org.publicwhip/member/40633 Helen Jones uk.org.publicwhip/person/10319 1 2012-10-01-80ef1083-10319-0
6bc52910ab07cb21ca27e3539f19e5ef83ed41f5 Amount of donation (or estimate of the probable value): £3,600 Overseas visits 80ef1083 2012-10-01 Helen Jones uk.org.publicwhip/member/40633 Helen Jones uk.org.publicwhip/person/10319 2 2012-10-01-80ef1083-10319-0
60e82c35e1d3f152308c813e5cc4648617717226 Destination of visit: Taiwan Overseas visits 80ef1083 2012-10-01 Helen Jones uk.org.publicwhip/member/40633 Helen Jones uk.org.publicwhip/person/10319 3 2012-10-01-80ef1083-10319-0
d2a209b9b642d7fe6139f47c99cbfc1868d076e7 Date of visit: 29 May-5 June 2011 Overseas visits 80ef1083 2012-10-01 Helen Jones uk.org.publicwhip/member/40633 Helen Jones uk.org.publicwhip/person/10319 4 2012-10-01-80ef1083-10319-0
9769d83dbfe234e18f019f1737b21c572da28e36 Purpose of visit: meetings with members of the Government and Legislative Yuan Overseas visits 80ef1083 2012-10-01 Helen Jones uk.org.publicwhip/member/40633 Helen Jones uk.org.publicwhip/person/10319 5 2012-10-01-80ef1083-10319-0
331dd06435eeb7723f81e9af2eb65a20733bb9b5 (Registered 13 June 2011) Overseas visits 80ef1083 2012-10-01 Helen Jones uk.org.publicwhip/member/40633 Helen Jones uk.org.publicwhip/person/10319 6 2012-10-01-80ef1083-10319-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 28.626ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette