home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

8 rows where record_id = "2010-04-12-80ef1083-11115-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
82c7001b6652cc8403cd325fe6bb891e4a83787e 12-16 April 2009, to Ethiopia, Kenya and Eritrea in my capacity as Shadow Secretary of State for International Development. The cost of my flights was met by Flying Lion Ltd. (Accommodation was provided by the British Embassies in Ethiopia and Eritrea; no overnight stay in Kenya.) (Registered 20 April 2009) Overseas visits 80ef1083 2010-04-12 Andrew Mitchell uk.org.publicwhip/member/1862 Andrew Mitchell uk.org.publicwhip/person/11115 0 2010-04-12-80ef1083-11115-0
a88a061606892543103da1296229f2ec4267ff47 Name of donor: World Economic Forum Overseas visits 80ef1083 2010-04-12 Andrew Mitchell uk.org.publicwhip/member/1862 Andrew Mitchell uk.org.publicwhip/person/11115 1 2010-04-12-80ef1083-11115-0
6643039b34510eb2510d69099e20b5e7e1173d0d Address of donor: 91-93 route de la Capite, CH-1223 Cologny/Geneva, Switzerland. Overseas visits 80ef1083 2010-04-12 Andrew Mitchell uk.org.publicwhip/member/1862 Andrew Mitchell uk.org.publicwhip/person/11115 2 2010-04-12-80ef1083-11115-0
c56227035e300cd8c2654fc338fcc6daec998638 Amount of donation (or estimate of the probable value): estimated at £11,785.68 (conference pass, airport transfers and some hospitality) Overseas visits 80ef1083 2010-04-12 Andrew Mitchell uk.org.publicwhip/member/1862 Andrew Mitchell uk.org.publicwhip/person/11115 3 2010-04-12-80ef1083-11115-0
270624ce7aabe1545ccbbc87accdd3f39eb0f4f0 Destination of visit: Davos, Switzerland. Overseas visits 80ef1083 2010-04-12 Andrew Mitchell uk.org.publicwhip/member/1862 Andrew Mitchell uk.org.publicwhip/person/11115 4 2010-04-12-80ef1083-11115-0
6c183de0721aeca8ce673864408ea4168109693e Date of visit: 27-30 January 2010 Overseas visits 80ef1083 2010-04-12 Andrew Mitchell uk.org.publicwhip/member/1862 Andrew Mitchell uk.org.publicwhip/person/11115 5 2010-04-12-80ef1083-11115-0
05f7404d1960c64c308e13ca0dfe44f21a285aa4 Purpose of visit: to attend and speak at the World Economic Forum, Davos. Overseas visits 80ef1083 2010-04-12 Andrew Mitchell uk.org.publicwhip/member/1862 Andrew Mitchell uk.org.publicwhip/person/11115 6 2010-04-12-80ef1083-11115-0
b55bca687cf5dbac8c5bcd871dab751b49020b21 (Registered 9 March 2010) Overseas visits 80ef1083 2010-04-12 Andrew Mitchell uk.org.publicwhip/member/1862 Andrew Mitchell uk.org.publicwhip/person/11115 7 2010-04-12-80ef1083-11115-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.49ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette