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-06-16-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
642f85fc613ee7c3deb5d49d38de187e519dad4e Name of donor:  HM Government of Gibraltar Overseas visits 80ef1083 2014-06-16 Jim Dobbin uk.org.publicwhip/member/40316 Jim Dobbin uk.org.publicwhip/person/10170 0 2014-06-16-80ef1083-10170-0
04d859a7a464d3dc86adefee2dc4f767e0e6567f Address of donor:  150 Strand, London, WC2R 1JA Overseas visits 80ef1083 2014-06-16 Jim Dobbin uk.org.publicwhip/member/40316 Jim Dobbin uk.org.publicwhip/person/10170 1 2014-06-16-80ef1083-10170-0
577fe29dbb5e7454119c9e916e7eeeffd0493284 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-06-16 Jim Dobbin uk.org.publicwhip/member/40316 Jim Dobbin uk.org.publicwhip/person/10170 2 2014-06-16-80ef1083-10170-0
9465264166963d62fcf64cfaa2457e644845a102 Destination of visit: Gibraltar Overseas visits 80ef1083 2014-06-16 Jim Dobbin uk.org.publicwhip/member/40316 Jim Dobbin uk.org.publicwhip/person/10170 3 2014-06-16-80ef1083-10170-0
f86a345658f9383a75c713544a94edcb1a850dc8 Date of visit: 6-11 September 2013 Overseas visits 80ef1083 2014-06-16 Jim Dobbin uk.org.publicwhip/member/40316 Jim Dobbin uk.org.publicwhip/person/10170 4 2014-06-16-80ef1083-10170-0
564e9ab45b4c49009eed9993ad61d7ebdd27cf57 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-06-16 Jim Dobbin uk.org.publicwhip/member/40316 Jim Dobbin uk.org.publicwhip/person/10170 5 2014-06-16-80ef1083-10170-0
c3d69806d362c2ee7d49c7421554d9ec66c42586 (Registered 4 November 2013) Overseas visits 80ef1083 2014-06-16 Jim Dobbin uk.org.publicwhip/member/40316 Jim Dobbin uk.org.publicwhip/person/10170 6 2014-06-16-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 15.549ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette