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-04-23-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
8e54fd525107a9a66d2bf05fcd3f949d9ec5de0b 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-04-23 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 0 2008-04-23-80ef1083-10055-0
f0ae88217a134addb2579345db356adced163360 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-04-23 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 1 2008-04-23-80ef1083-10055-0
08fd53e08e2257f8703c70c5238e3645b3cf5800 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-04-23 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 2 2008-04-23-80ef1083-10055-0
646456c954b957e8c4bcbeb9f273bf95b6f0d607 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-04-23 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 3 2008-04-23-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 129.184ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette