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-02-23-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
d7bde3eb05bd83ac700103bce1b0b116fd62edd8 Name of donor: Sigma Pharmaceuticals PLC Overseas visits 80ef1083 2015-02-23 Kevin Barron uk.org.publicwhip/member/40508 Kevin Barron uk.org.publicwhip/person/10027 0 2015-02-23-80ef1083-10027-0
f9b2218aa6908da95e44b247d187fbad86f40f70 Address of donor: Unit 1-7 Colonial Way, PO Box 233, Watford WD24 4YR Overseas visits 80ef1083 2015-02-23 Kevin Barron uk.org.publicwhip/member/40508 Kevin Barron uk.org.publicwhip/person/10027 1 2015-02-23-80ef1083-10027-0
07ca4be7124a0c9c0a033d47ba2f823c0295b6f7 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-02-23 Kevin Barron uk.org.publicwhip/member/40508 Kevin Barron uk.org.publicwhip/person/10027 2 2015-02-23-80ef1083-10027-0
b16ca59c0504016ec5ba23c5e686e064752e5dc2 Destination of visit: Cancun, Mexico Overseas visits 80ef1083 2015-02-23 Kevin Barron uk.org.publicwhip/member/40508 Kevin Barron uk.org.publicwhip/person/10027 3 2015-02-23-80ef1083-10027-0
031450fb56acac5ca48800fd73d9cb621507f7d0 Date of visit: 15-22 February 2014 Overseas visits 80ef1083 2015-02-23 Kevin Barron uk.org.publicwhip/member/40508 Kevin Barron uk.org.publicwhip/person/10027 4 2015-02-23-80ef1083-10027-0
f97b5a2d79855de6e576c615aa5455e1cf1facd7 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-02-23 Kevin Barron uk.org.publicwhip/member/40508 Kevin Barron uk.org.publicwhip/person/10027 5 2015-02-23-80ef1083-10027-0
a520da874b3f4eeb0971410d5debe4de3b20ef76 (Registered 12 March 2014) Overseas visits 80ef1083 2015-02-23 Kevin Barron uk.org.publicwhip/member/40508 Kevin Barron uk.org.publicwhip/person/10027 6 2015-02-23-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 110.139ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette