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-06-16-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
599bb659cd21d1bf2e97d3e88e57fe27acc2a4c4 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-06-16 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 0 2008-06-16-80ef1083-10055-0
a15e85986ba9bbf4ee3fd1cfdf12298029b3570e 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-06-16 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 1 2008-06-16-80ef1083-10055-0
f4f8494b033c11977829a3661a8f440d0639b663 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-06-16 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 2 2008-06-16-80ef1083-10055-0
37507806d69fc80b21cc246ac0d5e57e6e415827 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-06-16 David Borrow uk.org.publicwhip/member/1780 David Borrow uk.org.publicwhip/person/10055 3 2008-06-16-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 13.534ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette