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-30-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
b90e09c9231320b3f39d525fcb31c2e1ab60b96f Name of donor:  HM Government of Gibraltar Overseas visits 80ef1083 2014-06-30 Jim Dobbin uk.org.publicwhip/member/40316 Jim Dobbin uk.org.publicwhip/person/10170 0 2014-06-30-80ef1083-10170-0
21890390ad8646bcf6cf23fb1ce318ef99c1c3e3 Address of donor:  150 Strand, London, WC2R 1JA Overseas visits 80ef1083 2014-06-30 Jim Dobbin uk.org.publicwhip/member/40316 Jim Dobbin uk.org.publicwhip/person/10170 1 2014-06-30-80ef1083-10170-0
60d3a3b631888e9ea6ee2c76a3cef4afc08027ba 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-30 Jim Dobbin uk.org.publicwhip/member/40316 Jim Dobbin uk.org.publicwhip/person/10170 2 2014-06-30-80ef1083-10170-0
a997f1a98e3d0942e1c3f0249be3fca4199206c9 Destination of visit: Gibraltar Overseas visits 80ef1083 2014-06-30 Jim Dobbin uk.org.publicwhip/member/40316 Jim Dobbin uk.org.publicwhip/person/10170 3 2014-06-30-80ef1083-10170-0
7161850017cdcaefe001d5fed840334f3d0389d4 Date of visit: 6-11 September 2013 Overseas visits 80ef1083 2014-06-30 Jim Dobbin uk.org.publicwhip/member/40316 Jim Dobbin uk.org.publicwhip/person/10170 4 2014-06-30-80ef1083-10170-0
1210aa28a61d4980dae241cf61e3eace6dc408a3 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-30 Jim Dobbin uk.org.publicwhip/member/40316 Jim Dobbin uk.org.publicwhip/person/10170 5 2014-06-30-80ef1083-10170-0
40fdb4b504c05b55a4ac12f31f20756a41f4f4d5 (Registered 4 November 2013) Overseas visits 80ef1083 2014-06-30 Jim Dobbin uk.org.publicwhip/member/40316 Jim Dobbin uk.org.publicwhip/person/10170 6 2014-06-30-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 92.731ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette