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-09-03-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
8047a52fd2dfc17be34a1b935c82b3145bfb9bd7 Name of donor: Government of the Republic of China (Taiwan) Overseas visits 80ef1083 2012-09-03 Helen Jones uk.org.publicwhip/member/40633 Helen Jones uk.org.publicwhip/person/10319 0 2012-09-03-80ef1083-10319-0
5f3062dbcae7fedd7db528104dbb057c5a40e1c6 Address of donor: c/o Taipei Representative Office in the UK, 50 Grosvenor Gardens, London SW1 W0EB Overseas visits 80ef1083 2012-09-03 Helen Jones uk.org.publicwhip/member/40633 Helen Jones uk.org.publicwhip/person/10319 1 2012-09-03-80ef1083-10319-0
3ed6849cb489fdba60a84448f58383f0beb8d07a Amount of donation (or estimate of the probable value): £3,600 Overseas visits 80ef1083 2012-09-03 Helen Jones uk.org.publicwhip/member/40633 Helen Jones uk.org.publicwhip/person/10319 2 2012-09-03-80ef1083-10319-0
a5df7153ad6752b9f78e8ae2efa1c3751aca3001 Destination of visit: Taiwan Overseas visits 80ef1083 2012-09-03 Helen Jones uk.org.publicwhip/member/40633 Helen Jones uk.org.publicwhip/person/10319 3 2012-09-03-80ef1083-10319-0
c568c7d96e8d9e2e9e5e31f421b01fce9995c2fa Date of visit: 29 May-5 June 2011 Overseas visits 80ef1083 2012-09-03 Helen Jones uk.org.publicwhip/member/40633 Helen Jones uk.org.publicwhip/person/10319 4 2012-09-03-80ef1083-10319-0
8bb9ac25799123c842ae3fb5cf7bb2ceeb03f213 Purpose of visit: meetings with members of the Government and Legislative Yuan Overseas visits 80ef1083 2012-09-03 Helen Jones uk.org.publicwhip/member/40633 Helen Jones uk.org.publicwhip/person/10319 5 2012-09-03-80ef1083-10319-0
d810197f0c494f5222d10ca73d5e68119359062a (Registered 13 June 2011) Overseas visits 80ef1083 2012-09-03 Helen Jones uk.org.publicwhip/member/40633 Helen Jones uk.org.publicwhip/person/10319 6 2012-09-03-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 19.729ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette