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 = "2015-03-30-80ef1083-24950-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
c63e0dd1b9cc0d9ab7434ebec433e9dd0f079507 Name of donor: London Chamber of Commerce Overseas visits 80ef1083 2015-03-30 Chuka Umunna uk.org.publicwhip/member/40588 Chuka Umunna uk.org.publicwhip/person/24950 0 2015-03-30-80ef1083-24950-0
117fc7ecec969bf703c9b093cde4ca50232ab9fd Address of donor : 33 Queen St, City of London, EC4R 1AP Overseas visits 80ef1083 2015-03-30 Chuka Umunna uk.org.publicwhip/member/40588 Chuka Umunna uk.org.publicwhip/person/24950 1 2015-03-30-80ef1083-24950-0
f5a0a8d5856fcd6bae68f4a6a44dba352ae44ab6 Amount of donation (or estimate of the probable value): flights, accommodation, visa and hospitality for myself and my Chief Political Adviser with a total value of £5,308.18 Overseas visits 80ef1083 2015-03-30 Chuka Umunna uk.org.publicwhip/member/40588 Chuka Umunna uk.org.publicwhip/person/24950 2 2015-03-30-80ef1083-24950-0
1afdf05d107b32894ea98569176f66e0481fe8a4 Destination of visit: Nigeria and Ghana Overseas visits 80ef1083 2015-03-30 Chuka Umunna uk.org.publicwhip/member/40588 Chuka Umunna uk.org.publicwhip/person/24950 3 2015-03-30-80ef1083-24950-0
9bd0c5ed82e642ba88b0d416bdf21b5749778d02 Date of visit: 12-17 May 2013 Overseas visits 80ef1083 2015-03-30 Chuka Umunna uk.org.publicwhip/member/40588 Chuka Umunna uk.org.publicwhip/person/24950 4 2015-03-30-80ef1083-24950-0
972ed71901ae0cd29379a972b840efe4b9af4b7e Purpose of visit: London Chamber of Commerce and UKTI NW Trade Mission to support British business exports and to strengthen trade relations with these two countries Overseas visits 80ef1083 2015-03-30 Chuka Umunna uk.org.publicwhip/member/40588 Chuka Umunna uk.org.publicwhip/person/24950 5 2015-03-30-80ef1083-24950-0
ee353568b4cdd8576a2e3cf7d5cf4831b110cdfe (Registered 14 June 2013; updated 20 May 2014) Overseas visits 80ef1083 2015-03-30 Chuka Umunna uk.org.publicwhip/member/40588 Chuka Umunna uk.org.publicwhip/person/24950 6 2015-03-30-80ef1083-24950-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 67.127ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette