home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

9 rows where record_id = "2010-01-06-80ef1083-10188-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
7b54df4ec6c53ee245f51adbc5415e5734e801ae 7-12 September 2008, to Israel and Palestine with Labour Friends of Israel (LFI). Travel and hospitality within Israel and Palestine paid for by LFI. Accommodation paid for by LFI at a rate discounted through the Israeli Ministry of Foreign Affairs. Some hospitality provided by the Palestinian Legislative Council, Palestinian Authority and the Israeli Ministry of Foreign Affairs. (Registered 7 October 2008) Overseas visits 80ef1083 2010-01-06 Jeff Ennis uk.org.publicwhip/member/1385 Jeff Ennis uk.org.publicwhip/person/10188 0 2010-01-06-80ef1083-10188-0
2da744e049bed2f7506f79a941eca48609d3741a 24-31 May 2009, to Vietnam as member of the All-Party Parliamentary Group for Vietnam, to further co-operation with our counterpart parliamentary group. The cost of external and internal flights and accommodation was paid by the Group's registered sponsors, Premier Oil and the University of Central Lancashire. The National Assembly of Vietnam paid for ground travel costs and some hospitality. (Registered 9 June 2009) Overseas visits 80ef1083 2010-01-06 Jeff Ennis uk.org.publicwhip/member/1385 Jeff Ennis uk.org.publicwhip/person/10188 1 2010-01-06-80ef1083-10188-0
20b61ca68caf531525bb7ec1a626c530d9c6d54e Name of donor: Justice for Colombia Overseas visits 80ef1083 2010-01-06 Jeff Ennis uk.org.publicwhip/member/1385 Jeff Ennis uk.org.publicwhip/person/10188 2 2010-01-06-80ef1083-10188-0
e12ffdbed13ee47abda8c3874d8f18caf601a14a Address of donor: 9 Arkwright Road, Hampstead, London NW3 6AB. Overseas visits 80ef1083 2010-01-06 Jeff Ennis uk.org.publicwhip/member/1385 Jeff Ennis uk.org.publicwhip/person/10188 3 2010-01-06-80ef1083-10188-0
6e19ee25bb654a25438ac857b2be188b9f02a39d Amount of donation (or estimate of the probable value): £1600 (all costs were borne by the donor). Overseas visits 80ef1083 2010-01-06 Jeff Ennis uk.org.publicwhip/member/1385 Jeff Ennis uk.org.publicwhip/person/10188 4 2010-01-06-80ef1083-10188-0
673ec70007f1379212deb642da8c2e7f0b1bf4e8 Destination of visit: Colombia Overseas visits 80ef1083 2010-01-06 Jeff Ennis uk.org.publicwhip/member/1385 Jeff Ennis uk.org.publicwhip/person/10188 5 2010-01-06-80ef1083-10188-0
2483e08e4ff6b4bd576b0da6fd7ba1304fdc0552 Date of visit: 29 November to 6 December 2009 Overseas visits 80ef1083 2010-01-06 Jeff Ennis uk.org.publicwhip/member/1385 Jeff Ennis uk.org.publicwhip/person/10188 6 2010-01-06-80ef1083-10188-0
16da7e067c911e5b4dd9b06cdfcdd63262cadb5c Purpose of visit: meetings with Government officials, opposition politicians, trade unionists and human rights' lawyers to highlight the issue of human rights in Colombia. Overseas visits 80ef1083 2010-01-06 Jeff Ennis uk.org.publicwhip/member/1385 Jeff Ennis uk.org.publicwhip/person/10188 7 2010-01-06-80ef1083-10188-0
cd94c189c39f0e965db96c91f81db7f685560d0c (Registered 5 January 2010) Overseas visits 80ef1083 2010-01-06 Jeff Ennis uk.org.publicwhip/member/1385 Jeff Ennis uk.org.publicwhip/person/10188 8 2010-01-06-80ef1083-10188-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 124.044ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette