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 member_id = "uk.org.publicwhip/member/1001" sorted by record_id

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: item, category_id, date (date)

hash item category_id date member_id person_id sort_order record_id ▼
d799c92b4e88c0fb37bb5b7926f2e7a297a4e928 Manchester Airport car park pass, provided by the airport authority, for use on parliamentary business. (Registered 24 August 2001) Gifts, benefits and hospitality (UK) 84642823 2002-05-14 Helen Jones uk.org.publicwhip/member/1001 Helen Jones uk.org.publicwhip/person/10319 0 2002-05-14-84642823-10319-0
ed8486655041cb8dae2396c4796284da4dbcd680 6-10 October 2003, visit to Taiwan as a guest of the government of Taiwan. The cost of flights and accommodation was met by the government of Taiwan. (Registered 4 November 2003) Overseas visits 80ef1083 2003-12-04 Helen Jones uk.org.publicwhip/member/1001 Helen Jones uk.org.publicwhip/person/10319 0 2003-12-04-80ef1083-10319-0
1fa237ce250f8fd37cac90e3a2dd39920b5d5ce9 6-10 October 2003, visit to Taiwan as a guest of the government of Taiwan. The cost of flights and accommodation was met by the government of Taiwan. (Registered 4 November 2003) Overseas visits 80ef1083 2004-01-31 Helen Jones uk.org.publicwhip/member/1001 Helen Jones uk.org.publicwhip/person/10319 0 2004-01-31-80ef1083-10319-0
066d5ae7e3593252f3b343981f8b48685f21ece7 6-10 October 2003, visit to Taiwan as a guest of the government of Taiwan. The cost of flights and accommodation was met by the government of Taiwan. (Registered 4 November 2003) Overseas visits 80ef1083 2004-05-21 Helen Jones uk.org.publicwhip/member/1001 Helen Jones uk.org.publicwhip/person/10319 0 2004-05-21-80ef1083-10319-0
acc5878c55ee4e605f39a1f84b9f01ce1a08fa13 6-10 October 2003, visit to Taiwan as a guest of the government of Taiwan. The cost of flights and accommodation was met by the government of Taiwan. (Registered 4 November 2003) Overseas visits 80ef1083 2004-07-16 Helen Jones uk.org.publicwhip/member/1001 Helen Jones uk.org.publicwhip/person/10319 0 2004-07-16-80ef1083-10319-0
8ca4e01f54d2d4d5f4d143b129bc2ede503c79f7 6-10 October 2003, visit to Taiwan as a guest of the government of Taiwan. The cost of flights and accommodation was met by the government of Taiwan. (Registered 4 November 2003) Overseas visits 80ef1083 2004-09-08 Helen Jones uk.org.publicwhip/member/1001 Helen Jones uk.org.publicwhip/person/10319 0 2004-09-08-80ef1083-10319-0
eb9e3b2a803f1d054a78cc8b36ca52cd15a80a17 6-10 October 2003, visit to Taiwan as a guest of the government of Taiwan. The cost of flights and accommodation was met by the government of Taiwan. (Registered 4 November 2003) Overseas visits 80ef1083 2004-10-22 Helen Jones uk.org.publicwhip/member/1001 Helen Jones uk.org.publicwhip/person/10319 0 2004-10-22-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 17.462ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette