home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

4 rows where record_id = "2004-10-22-80ef1083-10264-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
c3a92d1b19a74364e556b8b37c558edaaefb3179 27 September-5 October 2003, visit to Australia with the All-Party Parliamentary Group for Commons and Lords Rugby Union Football Club to participate in Third Parliamentary World Cup Tournament. Members contributed to the cost of flights and hotels. Financial support was secured from Halewood International, the Australian Hotels Association, Canberra Tourism, Aus Trade, Acumen Alliance, AMP and Eurest Supply Services. Rugby kit was provided by Nike. (Registered 19 November 2003) Overseas visits 80ef1083 2004-10-22 Nick Hawkins uk.org.publicwhip/member/945 Nick Hawkins uk.org.publicwhip/person/10264 0 2004-10-22-80ef1083-10264-0
610b3ee69f59bf4c303e0a841f452f1baeb43fa8 28 December 2003-3 January 2004, to Taiwan, as a member of a delegation from the British-Taiwan Parliamentary Group, with my wife, as guests of the Taiwan Government. (Registered 5 January 2004) Overseas visits 80ef1083 2004-10-22 Nick Hawkins uk.org.publicwhip/member/945 Nick Hawkins uk.org.publicwhip/person/10264 1 2004-10-22-80ef1083-10264-0
a40c21a33eb39490837e5948d33791071f0b4129 9-13 September 2004, to Gibraltar, accompanied by my wife, for Gibraltar National Day, as guests of the Gibraltar Government. (Registered 11 October 2004) Overseas visits 80ef1083 2004-10-22 Nick Hawkins uk.org.publicwhip/member/945 Nick Hawkins uk.org.publicwhip/person/10264 2 2004-10-22-80ef1083-10264-0
272838dfc779fc24934d0d8cd4998055c907a50e 5-7 October 2004, to Tobago, accompanied by my wife, as co-chairman of the British Trinidad and Tobago All-Party Parliamentary Group. I paid for our flights to Tobago, but our hotel costs for two days in Trinidad and internal flights from Tobago to Trinidad and return were provided by the Trinidad and Tobago Government. (Registered 11 October 2004) Overseas visits 80ef1083 2004-10-22 Nick Hawkins uk.org.publicwhip/member/945 Nick Hawkins uk.org.publicwhip/person/10264 3 2004-10-22-80ef1083-10264-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 18.64ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette