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 = "2001-05-14-80ef1083-10331-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
f5435c226a6d523b9c3f3cf010ed584c5e17b4e3 15-17 March 2000, British-Netherlands All-Party Parliamentary Group visit to the Netherlands Second Chamber at the Hague. Travel paid by Group from funds donated by declared sponsors, namely Royal Dutch Shell, Unilever and Reid Elsevier. All other expenses met by the Second Chamber. (Registered 4 April 2000) Overseas visits 80ef1083 2001-05-14 Paul Keetch uk.org.publicwhip/member/331 Paul Keetch uk.org.publicwhip/person/10331 0 2001-05-14-80ef1083-10331-0
d7dd85e34e9217f037b9762a79918e2c739b65b7 11-13 April 2000, to Moscow to address a conference held by the National Investment Council of Russia, who paid for my hotel and flight. (Registered 15 April 2000) Overseas visits 80ef1083 2001-05-14 Paul Keetch uk.org.publicwhip/member/331 Paul Keetch uk.org.publicwhip/person/10331 1 2001-05-14-80ef1083-10331-0
7908d0042004c60be47b46683dbfb03cab695f6f 11-13 July 2000, to Washington DC, under the auspices of the All-Party Parliamentary Group on Global Security and Non-proliferation, to meet Members of Congress, the National Security Council and the Administration to discuss the US National Missile Defence and CTBT ratification. Flight and hotel costs paid for by the W Alton Jones Foundation of Charlottesville, Virginia, USA. (Registered 20 July 2000) Overseas visits 80ef1083 2001-05-14 Paul Keetch uk.org.publicwhip/member/331 Paul Keetch uk.org.publicwhip/person/10331 2 2001-05-14-80ef1083-10331-0
fa90b16fa45708282d502ab3b6cda3ec8ab364fd 2-3 December 2000, to USA, to visit US aircraft carrier USS George Washington in my capacity as Liberal Democrat Shadow Minister of Defence. Flights and accommodation provided by the US Navy. (Registered 5 December 2000) Overseas visits 80ef1083 2001-05-14 Paul Keetch uk.org.publicwhip/member/331 Paul Keetch uk.org.publicwhip/person/10331 3 2001-05-14-80ef1083-10331-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 103.666ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette