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-09-80ef1083-10027-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
9593c9e782743e4ab59cbf9b771c85d54a870941 Name of donor: Sigma Pharmaceuticals PLC Overseas visits 80ef1083 2015-03-09 Kevin Barron uk.org.publicwhip/member/40508 Kevin Barron uk.org.publicwhip/person/10027 0 2015-03-09-80ef1083-10027-0
01e6305e817da0793dc269cc5e674253b1a7cc18 Address of donor: Unit 1-7 Colonial Way, PO Box 233, Watford WD24 4YR Overseas visits 80ef1083 2015-03-09 Kevin Barron uk.org.publicwhip/member/40508 Kevin Barron uk.org.publicwhip/person/10027 1 2015-03-09-80ef1083-10027-0
ebdddf311ad7b2728c831ca21115c88ebd009d60 Amount of donation (or estimate of the probable value): travel and accommodation for myself and my wife, at an estimated value of £3,650 Overseas visits 80ef1083 2015-03-09 Kevin Barron uk.org.publicwhip/member/40508 Kevin Barron uk.org.publicwhip/person/10027 2 2015-03-09-80ef1083-10027-0
8d8f2bdf115c36487e77c3b39d952d035f69d891 Destination of visit: Cancun, Mexico Overseas visits 80ef1083 2015-03-09 Kevin Barron uk.org.publicwhip/member/40508 Kevin Barron uk.org.publicwhip/person/10027 3 2015-03-09-80ef1083-10027-0
85de10a018b36bbecfd9493243c852f0f8123a3f Date of visit: 15-22 February 2014 Overseas visits 80ef1083 2015-03-09 Kevin Barron uk.org.publicwhip/member/40508 Kevin Barron uk.org.publicwhip/person/10027 4 2015-03-09-80ef1083-10027-0
7436fb2408398f2c5355e42d314033c34fcc5310 Purpose of visit: to deliver a one hour speech as Chair of the All Party Parliamentary Group on Pharmacy at the conference of Sigma Pharmaceuticals in Cancun Mexico, on 17 February 2014.  Overseas visits 80ef1083 2015-03-09 Kevin Barron uk.org.publicwhip/member/40508 Kevin Barron uk.org.publicwhip/person/10027 5 2015-03-09-80ef1083-10027-0
a06167ce277fccc697423ae48c168e69594b91e9 (Registered 12 March 2014) Overseas visits 80ef1083 2015-03-09 Kevin Barron uk.org.publicwhip/member/40508 Kevin Barron uk.org.publicwhip/person/10027 6 2015-03-09-80ef1083-10027-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 44.094ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette