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 = "2014-05-12-80ef1083-10170-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
267ae0e6e47a861178e392812a6875deb6698e19 Name of donor:  HM Government of Gibraltar Overseas visits 80ef1083 2014-05-12 Jim Dobbin uk.org.publicwhip/member/40316 Jim Dobbin uk.org.publicwhip/person/10170 0 2014-05-12-80ef1083-10170-0
48bcab5f89cf7d1bb0a83f92490a26f97204a779 Address of donor:  150 Strand, London, WC2R 1JA Overseas visits 80ef1083 2014-05-12 Jim Dobbin uk.org.publicwhip/member/40316 Jim Dobbin uk.org.publicwhip/person/10170 1 2014-05-12-80ef1083-10170-0
e2370aa04ec270f7ca00972481e08fd2b362b207 Amount of donation (or estimate of the probable value): air fare and hotel accommodation with a total value of £1,621 Overseas visits 80ef1083 2014-05-12 Jim Dobbin uk.org.publicwhip/member/40316 Jim Dobbin uk.org.publicwhip/person/10170 2 2014-05-12-80ef1083-10170-0
b3a177f43fd49e15849981c3d2e4fbd2f2d2d281 Destination of visit: Gibraltar Overseas visits 80ef1083 2014-05-12 Jim Dobbin uk.org.publicwhip/member/40316 Jim Dobbin uk.org.publicwhip/person/10170 3 2014-05-12-80ef1083-10170-0
5e6ecfeb15ad9b5cf5825e5b3d1f1a6456ff82c4 Date of visit: 6-11 September 2013 Overseas visits 80ef1083 2014-05-12 Jim Dobbin uk.org.publicwhip/member/40316 Jim Dobbin uk.org.publicwhip/person/10170 4 2014-05-12-80ef1083-10170-0
54c9a1c18b2f9d985ea5cba472a05955ab04276a Purpose of visit:  Visit as part of a Parliamentary Delegation with the APPG on Gibraltar, of which I am the chairman, to celebrate Gibraltar Day. Overseas visits 80ef1083 2014-05-12 Jim Dobbin uk.org.publicwhip/member/40316 Jim Dobbin uk.org.publicwhip/person/10170 5 2014-05-12-80ef1083-10170-0
499a34e9188c2a6a1c44712956da886d84f3103c (Registered 4 November 2013) Overseas visits 80ef1083 2014-05-12 Jim Dobbin uk.org.publicwhip/member/40316 Jim Dobbin uk.org.publicwhip/person/10170 6 2014-05-12-80ef1083-10170-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.081ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette