home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

10 rows where record_id = "2000-11-10-80ef1083-10015-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
db94477ad3e8751c6411b757e89722174d39d3fa 17-22 April 1999, to Albania and Macedonia, on a fact finding visit. All costs were met by the Open Society Institute, Washington DC. (Registered 17 May 1999) Overseas visits 80ef1083 2000-11-10 Paddy Ashdown uk.org.publicwhip/member/15 Paddy Ashdown uk.org.publicwhip/person/10015 0 2000-11-10-80ef1083-10015-0
8a4c9bc51f1694f1510d14f527736196bce6e332 2 July 1999, to Paris to attend the Médécins du Monde conference, all travel costs were met by the conference organisers. (Registered 21 July 1999) Overseas visits 80ef1083 2000-11-10 Paddy Ashdown uk.org.publicwhip/member/15 Paddy Ashdown uk.org.publicwhip/person/10015 1 2000-11-10-80ef1083-10015-0
767964628251ddb4867647f26b3352a518ff9c07 18-21 July 1999, to Federal Republic of Yugoslavia, on a fact finding visit to Pristina and other parts of Kosovo. All costs met by Open Society Institute, Washington DC. (Registered 21 July 1999) Overseas visits 80ef1083 2000-11-10 Paddy Ashdown uk.org.publicwhip/member/15 Paddy Ashdown uk.org.publicwhip/person/10015 2 2000-11-10-80ef1083-10015-0
2894c59ed0ec7dd3b4c72d5b3b138b23f16b2c57 8-10 October 1999,to Venice to attend a conference organised by the Aspen Institute. All costs were met by The Aspen Institute, Italy. (Registered 4 November 1999) Overseas visits 80ef1083 2000-11-10 Paddy Ashdown uk.org.publicwhip/member/15 Paddy Ashdown uk.org.publicwhip/person/10015 3 2000-11-10-80ef1083-10015-0
80a5ddb9a99ad826c813344a0267ee9c70a4922a 14 October 1999, to Brussels to attend a meeting organised by the Open Society Institute. All costs were met by the Open Society Institute, Brussels. (Registered 4 November 1999) Overseas visits 80ef1083 2000-11-10 Paddy Ashdown uk.org.publicwhip/member/15 Paddy Ashdown uk.org.publicwhip/person/10015 4 2000-11-10-80ef1083-10015-0
be84fa05bb5f10028ddb108b2b7bdb5948aca49c 24-30 November 1999, to the Federal Republic of Yugoslavia, Bosnia-Herzgovina and Croatia, on a fact finding visit. All costs were met by the Open Society Institute, Washington DC. (Registered 17 December 1999) Overseas visits 80ef1083 2000-11-10 Paddy Ashdown uk.org.publicwhip/member/15 Paddy Ashdown uk.org.publicwhip/person/10015 5 2000-11-10-80ef1083-10015-0
74fe18e45d240ec5fe5bbe7433d0797f0472c5e2 22 January 2000, to Paris to attend the 'Your Future in Europe' seminar, all travel and accommodation costs for my wife and myself were met by the seminar organisers. (Registered 1 March 2000) Overseas visits 80ef1083 2000-11-10 Paddy Ashdown uk.org.publicwhip/member/15 Paddy Ashdown uk.org.publicwhip/person/10015 6 2000-11-10-80ef1083-10015-0
025102d91b9e07b77f63646161880006487659e3 10-12 March 2000, to Paris to attend a conference organised by the New Atlantic Initiative on Balkan strategies. All costs were met by the conference organisers. (Registered 14 March 2000) Overseas visits 80ef1083 2000-11-10 Paddy Ashdown uk.org.publicwhip/member/15 Paddy Ashdown uk.org.publicwhip/person/10015 7 2000-11-10-80ef1083-10015-0
4f523cfce7181e7fefea04c8c05614f7887fa365 17-21 July 2000, to the Federal Republic of Yugoslavia, on a fact-finding visit. All costs were met by the Open Society Institute, Washington DC. (Registered 25 July 2000) Overseas visits 80ef1083 2000-11-10 Paddy Ashdown uk.org.publicwhip/member/15 Paddy Ashdown uk.org.publicwhip/person/10015 8 2000-11-10-80ef1083-10015-0
4b33c1f26172eae96ce477b2539f4928574b66e9 6-12 October 2000, to the Federal Republic of Yugoslavia and Bosnia Herzegovina, on a fact-finding visit. All costs were met by the Open Society Institute, Washington DC. (Registered 17 October 2000) Overseas visits 80ef1083 2000-11-10 Paddy Ashdown uk.org.publicwhip/member/15 Paddy Ashdown uk.org.publicwhip/person/10015 9 2000-11-10-80ef1083-10015-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 57.15ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette