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 = "2000-11-10-80ef1083-10094-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
7b31699cac6a5800adb1c62ab28c5b881ff7c14c September 1998, December 1998, February 1999, April 1999, to Italy as Chairman of the British-Italian Parliamentary Group, proportion of expenses subsequently reimbursed by GKN. (Registered 26 April 1999) Overseas visits 80ef1083 2000-11-10 Roger Casale uk.org.publicwhip/member/94 Roger Casale uk.org.publicwhip/person/10094 0 2000-11-10-80ef1083-10094-0
8808a98fad015353e27a41de4bdc59d22f6aafb8 25-26 March 1999, to Rome with the British-Italian Parliamentary Group, travel sponsored by GKN and Alitalia, accommodation provided by the Italian Parliament. (Registered 26 April 1999) Overseas visits 80ef1083 2000-11-10 Roger Casale uk.org.publicwhip/member/94 Roger Casale uk.org.publicwhip/person/10094 1 2000-11-10-80ef1083-10094-0
d92c979e7ac93af3dd6dfa6ab55880c3268b7a35 26 November 1999, to Italy to deliver a speech to the Association of Industrialists for the Region of Tuscany. Fee and expenses paid by London First, whose function is to provide inward investment to London. (Registered 21 December 1999) Overseas visits 80ef1083 2000-11-10 Roger Casale uk.org.publicwhip/member/94 Roger Casale uk.org.publicwhip/person/10094 2 2000-11-10-80ef1083-10094-0
f033228204cff640ead6ffff2e3dc580c14b236b 22 September 1999, to Milan to deliver speech to the British Chamber of Commerce for Italy, who paid for overnight accommodation and expenses for my wife and myself. (Registered 13 January 2000) Overseas visits 80ef1083 2000-11-10 Roger Casale uk.org.publicwhip/member/94 Roger Casale uk.org.publicwhip/person/10094 3 2000-11-10-80ef1083-10094-0
fdb3a7daabe5af2e8358e021954525a18cf98823 18 February 2000, to Florence, Italy, to speak at a conference on WelfareReform organised by the Institute Fratelli Roselli; travel and expenses paid by the Roselli Institute. (Registered 10 March 2000) Overseas visits 80ef1083 2000-11-10 Roger Casale uk.org.publicwhip/member/94 Roger Casale uk.org.publicwhip/person/10094 4 2000-11-10-80ef1083-10094-0
2c526fe0b4d316447fc3a2f23c03d4f12b4cb389 22-24 March 2000, to Rome, Italy, as Chairman of the British-Italian Parliamentary Group to attend a conference on British-Italian Co-operation in the Field of Justice, Immigration and Home Affairs. Meals and overnight accommodation were provided by the Italian Parliament (Carrera dei Deputati). (Registered 4 May 2000) Overseas visits 80ef1083 2000-11-10 Roger Casale uk.org.publicwhip/member/94 Roger Casale uk.org.publicwhip/person/10094 5 2000-11-10-80ef1083-10094-0
9c9ee3768c75fb4b7976d46b486e5aae5f76ef53 18-20 May 2000, to Apeldoorn, in The Netherlands, to take part in the first UK-Netherlands Apeldoorn bi-lateral conference. Overnight accommodation, meals and travel costs were paid for by the conference sponsors who included Shell, Unilever and the Dutch Foreign Office. (Registered 26 June 2000) Overseas visits 80ef1083 2000-11-10 Roger Casale uk.org.publicwhip/member/94 Roger Casale uk.org.publicwhip/person/10094 6 2000-11-10-80ef1083-10094-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 37.372ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette