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 = "2001-05-14-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
cae230c16ec11a0f7860af1361727ade95889a04 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 2001-05-14 Paddy Ashdown uk.org.publicwhip/member/15 Paddy Ashdown uk.org.publicwhip/person/10015 0 2001-05-14-80ef1083-10015-0
216e581c398343df2606830b4c1f9b7fbb727b81 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 2001-05-14 Paddy Ashdown uk.org.publicwhip/member/15 Paddy Ashdown uk.org.publicwhip/person/10015 1 2001-05-14-80ef1083-10015-0
f20b4b1a8873399744e02f544cb3514e0558fc6f 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 2001-05-14 Paddy Ashdown uk.org.publicwhip/member/15 Paddy Ashdown uk.org.publicwhip/person/10015 2 2001-05-14-80ef1083-10015-0
890b0354e90d6e4ea0b3ed5628fb014b0d351270 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 2001-05-14 Paddy Ashdown uk.org.publicwhip/member/15 Paddy Ashdown uk.org.publicwhip/person/10015 3 2001-05-14-80ef1083-10015-0
7629ba564d939680f42670eeb8ab2619d7d05511 21-22 November 2000, to Vienna to attend various events publicising the publication of my book. All costs were met by the British Bookshop in Vienna. (Registered 8 December 2000) Overseas visits 80ef1083 2001-05-14 Paddy Ashdown uk.org.publicwhip/member/15 Paddy Ashdown uk.org.publicwhip/person/10015 4 2001-05-14-80ef1083-10015-0
8bed55ddb98c558199dc30e934bdd754b44826eb 16-19 February 2001, to Geneva to attend various events publicising the publication of my book. All costs were met by the British Residents Association in Geneva. (Registered 28 February 2001) Overseas visits 80ef1083 2001-05-14 Paddy Ashdown uk.org.publicwhip/member/15 Paddy Ashdown uk.org.publicwhip/person/10015 5 2001-05-14-80ef1083-10015-0
5903f7c42075ecb923c004c5895ba54dbcd162eb 18-23 March 2001, 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 24 March 2001) Overseas visits 80ef1083 2001-05-14 Paddy Ashdown uk.org.publicwhip/member/15 Paddy Ashdown uk.org.publicwhip/person/10015 6 2001-05-14-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 197.932ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette