items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
8 rows where member_id = "uk.org.publicwhip/member/1011" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: item, date, sort_order, record_id, date (date)
| hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id | 
|---|---|---|---|---|---|---|---|
| 4114dc8970f7dc41e0e809c5a3d980a0e09668cb | 11-14 June 2004, to Portugal as a member of the All-Party Parliamentary Football Team, with travel, accommodation and hospitality provided by McDonalds, and football facilities and hospitality by the Portuguese Parliament. (Registered 14 July 2004) | Overseas visits 80ef1083 | 2005-04-11 | Alan Keen uk.org.publicwhip/member/1011 | Alan Keen uk.org.publicwhip/person/10329 | 0 | 2005-04-11-80ef1083-10329-0 | 
| 46188478adc73e82032730e5e0c72f8d740301a1 | 11-14 June 2004, to Portugal as a member of the All-Party Parliamentary Football Team, with travel, accommodation and hospitality provided by McDonalds, and football facilities and hospitality by the Portuguese Parliament. (Registered 14 July 2004) | Overseas visits 80ef1083 | 2005-01-28 | Alan Keen uk.org.publicwhip/member/1011 | Alan Keen uk.org.publicwhip/person/10329 | 0 | 2005-01-28-80ef1083-10329-0 | 
| 1492d2d9d53313dd112bb56d85a34141ab6457c0 | 11-14 June 2004, to Portugal as a member of the All-Party Parliamentary Football Team, with travel, accommodation and hospitality provided by McDonalds, and football facilities and hospitality by the Portuguese Parliament. (Registered 14 July 2004) | Overseas visits 80ef1083 | 2004-12-03 | Alan Keen uk.org.publicwhip/member/1011 | Alan Keen uk.org.publicwhip/person/10329 | 0 | 2004-12-03-80ef1083-10329-0 | 
| a41a0866fda030fbff261413ccc97e7186542c48 | 11-14 June 2004, to Portugal as a member of the All-Party Parliamentary Football Team, with travel, accommodation and hospitality provided by McDonalds, and football facilities and hospitality by the Portuguese Parliament. (Registered 14 July 2004) | Overseas visits 80ef1083 | 2004-10-22 | Alan Keen uk.org.publicwhip/member/1011 | Alan Keen uk.org.publicwhip/person/10329 | 0 | 2004-10-22-80ef1083-10329-0 | 
| 147d5d096e97ae0f6c117939fdd0bc14974a327b | 11-14 June 2004, to Portugal as a member of the All-Party Parliamentary Football Team, with travel, accommodation and hospitality provided by McDonalds, and football facilities and hospitality by the Portuguese Parliament. (Registered 14 July 2004) | Overseas visits 80ef1083 | 2004-09-08 | Alan Keen uk.org.publicwhip/member/1011 | Alan Keen uk.org.publicwhip/person/10329 | 0 | 2004-09-08-80ef1083-10329-0 | 
| a12e798dc84de6c3581691a1c79d7198a38406bc | 11-14 June 2004, to Portugal as a member of the All-Party Parliamentary Football Team, with travel, accommodation and hospitality provided by McDonalds, and football facilities and hospitality by the Portuguese Parliament. (Registered 14 July 2004) | Overseas visits 80ef1083 | 2004-07-16 | Alan Keen uk.org.publicwhip/member/1011 | Alan Keen uk.org.publicwhip/person/10329 | 0 | 2004-07-16-80ef1083-10329-0 | 
| 8584d732c555c557c6fa558819b77ed4557ede5a | 8-11 September 2001, to Gibraltar, to meet First Minister and others. Travel and hotel paid for by Government of Gibraltar. (Registered 20 July 2002) | Overseas visits 80ef1083 | 2002-11-26 | Alan Keen uk.org.publicwhip/member/1011 | Alan Keen uk.org.publicwhip/person/10329 | 0 | 2002-11-26-80ef1083-10329-0 | 
| addbe722b220f9f04c5a2a8d02e07070c624d47b | 28 May-8 June 2002, to Japan as a member of the Parliamentary Football Club, with a contribution towards the cost of the trip from Nomura Bank, First Group, T-Mobile and Waterfront Properties; hospitality and transport provided by Nomura Bank, transport by First Group; sports kit by Nike; and suits and accessories at discounted price by Burtons. (Registered 20 July 2002) | Overseas visits 80ef1083 | 2002-11-26 | Alan Keen uk.org.publicwhip/member/1011 | Alan Keen uk.org.publicwhip/person/10329 | 1 | 2002-11-26-80ef1083-10329-0 | 
Advanced export
JSON shape: default, array, newline-delimited, object
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");