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 = "2008-03-11-80ef1083-10055-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
911202065adeaba0fe37e07d03093a9bfbb3541b 11-12 February 2007, to Nairobi, Kenya, and Entebbe, Uganda, to view HIV vaccine trials. All costs met by iavi (International Aids Vaccine Initiative). (Registered 10 April 2007) Overseas visits 80ef1083 2008-03-11 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 0 2008-03-11-80ef1083-10055-0
fcb9d93c0b17275f89e7d24495d8899c4990558a 17-19 February 2007, to Israel, on fact-finding visit to consider Israel/Palestine security issues. All costs met by the Labour Friends of Israel. (Registered 10 April 2007) Overseas visits 80ef1083 2008-03-11 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 1 2008-03-11-80ef1083-10055-0
5fe956a472e07744716f640bbb79ccb614a23205 24-29 August 2007, to Israel and Palestine on fact-finding visit, including various meetings and attendance at a peace conference. All travel and other expenses met by Middle East Peace Initiative. (Registered 4 October 2007) Overseas visits 80ef1083 2008-03-11 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 2 2008-03-11-80ef1083-10055-0
8a6c14326a0e291150ab54d6f6722ae7bb32d5d0 9-13 September 2007, to Johannesburg, South Africa, to examine the work being undertaken by South African businesses to combat the spread of AIDS and treat those infected. All travel and other expenses met by Business Action for Africa. (Registered 4 October 2007) Overseas visits 80ef1083 2008-03-11 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 3 2008-03-11-80ef1083-10055-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 508.294ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette