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-30-80ef1083-11048-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
20679d964c494513493f6abea0e17544703c6532 Name of donor: (1) Vietnam Airlines, London office (2) Fund for Economic Activities in Support of Economic Development (3) local authorities in Vietnam Overseas visits 80ef1083 2015-03-30 Ian Liddell-Grainger uk.org.publicwhip/member/40118 Ian Liddell-Grainger uk.org.publicwhip/person/11048 0 2015-03-30-80ef1083-11048-0
0e3996fb250de8aa568a85ad3ceb6cf0b71ac303 Address of donor: (1) 4th floor, University House, 11-13 Lower Grosvenor Place, London SW1W 0EN; (2), 7 Chu Va An St, Hanoi, Vietnam Overseas visits 80ef1083 2015-03-30 Ian Liddell-Grainger uk.org.publicwhip/member/40118 Ian Liddell-Grainger uk.org.publicwhip/person/11048 1 2015-03-30-80ef1083-11048-0
7894bb96f508b4e0782716eac5eb2a6aa368d175 Amount of donation (or estimate of the probable value): £1,360, comprising (1) flights costing £650, and a further £710 for accommodation and meals, which was shared equally between donors (2) and (3) Overseas visits 80ef1083 2015-03-30 Ian Liddell-Grainger uk.org.publicwhip/member/40118 Ian Liddell-Grainger uk.org.publicwhip/person/11048 2 2015-03-30-80ef1083-11048-0
65902be92e9e0d187b3cd4134e5682417c46207b Destination of visit: Vietnam Overseas visits 80ef1083 2015-03-30 Ian Liddell-Grainger uk.org.publicwhip/member/40118 Ian Liddell-Grainger uk.org.publicwhip/person/11048 3 2015-03-30-80ef1083-11048-0
38bcbc91de60655e5bba00a887c038bd0743a231 Date of visit: 10-16 December 2011 Overseas visits 80ef1083 2015-03-30 Ian Liddell-Grainger uk.org.publicwhip/member/40118 Ian Liddell-Grainger uk.org.publicwhip/person/11048 4 2015-03-30-80ef1083-11048-0
2f1f183372efb22b50d7a1503b716b039311b82a Purpose of visit: to gain greater familiarity with the current socio-economic development of Vietnam and go contribute to improving relations between Vietnam and the UK in my capacity as chair of the Vietnam APG. Overseas visits 80ef1083 2015-03-30 Ian Liddell-Grainger uk.org.publicwhip/member/40118 Ian Liddell-Grainger uk.org.publicwhip/person/11048 5 2015-03-30-80ef1083-11048-0
0efdafdfcbf7c61608e99e18da1c7951cb8dd129 (Registered 30 March 2015) Overseas visits 80ef1083 2015-03-30 Ian Liddell-Grainger uk.org.publicwhip/member/40118 Ian Liddell-Grainger uk.org.publicwhip/person/11048 6 2015-03-30-80ef1083-11048-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 118.45ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette