home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

3 rows where record_id = "2005-04-11-80ef1083-10051-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
dc3535aa68aa44a41e9bf3bb3bd373454e418a37 17-20 June 2004, to West Bank and Gaza with the UK Joint Parliamentary Middle East Councils to discuss local and regional security, economic and political issues. Travel and accommodation expenses met by the UK Joint Parliamentary Middle East Councils. (Registered 7 September 2004) Overseas visits 80ef1083 2005-04-11 Crispin Blunt uk.org.publicwhip/member/740 Crispin Blunt uk.org.publicwhip/person/10051 0 2005-04-11-80ef1083-10051-0
fcef8fbf5b5a8a7f57657fe601fba932f75e1983 20 September-1 October 2004, to India with the Conservative Parliamentary Friends of India, visiting Delhi, Kerala, Bangalore and Hyderabad to be briefed on political and economic developments in India with particular reference to the information technology and life science sectors. Travel and accommodation expenses met by the Government of India. (Registered 21 October 2004) Overseas visits 80ef1083 2005-04-11 Crispin Blunt uk.org.publicwhip/member/740 Crispin Blunt uk.org.publicwhip/person/10051 1 2005-04-11-80ef1083-10051-0
bbd4b33acdccb6cbc6055d83ae793659b27b57b1 26 December 2004-9 January 2005, to India with Lords and Commons Cricket Club, visiting Mumbai, Udaipur and New Delhi to represent UK Parliament playing against the Indian Parliament amongst other teams. Met own travel costs to India; accommodation and travel costs within India for self and immediate family supported by a combination of tour sponsors (principally, KPMG, Aviva, Castrol India, FICCI, NASSCOM, BG, Emirates, Standard Chartered and Parador Properties) and the Government of India. (Registered 17 January 2005) Overseas visits 80ef1083 2005-04-11 Crispin Blunt uk.org.publicwhip/member/740 Crispin Blunt uk.org.publicwhip/person/10051 2 2005-04-11-80ef1083-10051-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 166.394ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette