home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

3 rows where record_id = "2017-03-06-891eb863-10293-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
95beab92abf72279ffd147b43e59f785409efa5d Name of donor: British Ukrainian Society Address of donor: The British Ukrainian Society, 45 Pont Street, London SW1X OBD Amount of donation (or estimate of the probable value): flights, accommodation and transport with a value of £1,008.84 Destination of visit: Kiev Date of visit: 4–6 April 2016 Purpose of visit: attended meetings with parliamentarians and others in my capacity as Chairman of the Ukraine APPG. (Registered 11 April 2016) Visits outside the UK 891eb863 2017-03-06   Gerald Howarth uk.org.publicwhip/person/10293 0 2017-03-06-891eb863-10293-0
5afa8238b51c0854a87b3680290fd840165bd3da Name of donor: Egyptian Parliament Address of donor: People's Assembly chamber of the Egyptian Parliament Building, Cairo, Egypt Amount of donation (or estimate of the probable value): flights, accommodation and transport with a value of £2,754 Destination of visit: Cairo and Sharm el Sheikh Date of visit: 25-30 July 2016 Purpose of visit: Attend meetings with Egyptian politicians and officials in my capacity as Chairman of the All Party Group on Egypt. (Registered 25 August 2016) Visits outside the UK 891eb863 2017-03-06   Gerald Howarth uk.org.publicwhip/person/10293 1 2017-03-06-891eb863-10293-0
72495eb3cddcd8740c52465857d3c156be203dca Name of donor: British Ukrainian Society Address of donor: The British Ukrainian Society, 1st Floor, 25 Knightsbridge, London SW1X 7RZ Estimate of the probable value (or amount of any donation): flights, accommodation and transport with a value of £826.86 Destination of visit: Kyiv Dates of visit: 15 - 18 September 2015 Purpose of visit: attending the Yalta European Strategy Annual meeting in my capacity as Chairman of the Ukraine APPG. (Registered 14 October 2016) Visits outside the UK 891eb863 2017-03-06   Gerald Howarth uk.org.publicwhip/person/10293 2 2017-03-06-891eb863-10293-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 35.127ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette