home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

5 rows where record_id = "2005-04-11-80ef1083-10074-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
7731cf756d858e6b0ea296ce77dbd8c00609a181 6-8 February 2004, to Podgorica, Montenegro, arranged and funded by the East West Parliamentary Practice Project (EWPPP) to discuss parliamentary democracy with Montenegrin politicians. Travel and accommodation provided by EWPPP. (Registered 13 May 2004) Overseas visits 80ef1083 2005-04-11 Malcolm Bruce uk.org.publicwhip/member/760 Malcolm Bruce uk.org.publicwhip/person/10074 0 2005-04-11-80ef1083-10074-0
6037e2fc3442127bf5ef96d13b75cf797a25de99 1-7 March 2004, to New Delhi, Hyderabad and Mumbai, India, to meet with government ministers, officials, organisations and businesses to discuss trade and investment issues. Visit arranged by Liberal Democrat Friends of India and funded by the Indian High Commission. (Registered 13 May 2004) Overseas visits 80ef1083 2005-04-11 Malcolm Bruce uk.org.publicwhip/member/760 Malcolm Bruce uk.org.publicwhip/person/10074 1 2005-04-11-80ef1083-10074-0
b597f539593893a8901b00e1f25695f1650a9a02 10-12 December 2004, to Pristina, Kosovo, arranged and funded by the East West Parliamentary Practice Project (EWPPP) to discuss parliamentary democracy with Kosovan politicians. Travel and accommodation provided by EWPPP. (Registered 18 January 2005) Overseas visits 80ef1083 2005-04-11 Malcolm Bruce uk.org.publicwhip/member/760 Malcolm Bruce uk.org.publicwhip/person/10074 2 2005-04-11-80ef1083-10074-0
2d8861b18b90e9760a894f6974285d6594adf2c8 12-16 December 2004, to Moscow, arranged and funded by the Russia Foundation. Travel and accommodation provided by the Russia Foundation. (Registered 18 January 2005) Overseas visits 80ef1083 2005-04-11 Malcolm Bruce uk.org.publicwhip/member/760 Malcolm Bruce uk.org.publicwhip/person/10074 3 2005-04-11-80ef1083-10074-0
e13b34bb801fe5d8643e1ec015b6d931b2517de9 16-18 February 2005, to Washington DC and New York, to attend a Senate hearing and a seminar at New York University School of Law on the Yukos Case, Russia and US national interests. Business travel, transfer from Washington to New York and hotel accommodation in each city were paid for jointly by the New York University School of Law and the Foundation for the Defense of Democracies. (Registered 2 March 2005) Overseas visits 80ef1083 2005-04-11 Malcolm Bruce uk.org.publicwhip/member/760 Malcolm Bruce uk.org.publicwhip/person/10074 4 2005-04-11-80ef1083-10074-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 92.114ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette