home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

7 rows where record_id = "2015-03-09-80ef1083-10051-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
cf71a51e6ceefe5183a0d3f3f9623ea77f52cea9 Name of donor: (1) Kamal Exchange Company (2) Government and Parliament of Jordan Overseas visits 80ef1083 2015-03-09 Crispin Blunt uk.org.publicwhip/member/40496 Crispin Blunt uk.org.publicwhip/person/10051 0 2015-03-09-80ef1083-10051-0
467df19c66dbe294bcf0116e56b409aea1bb7d15 Address of donor: (1) Al Shareef Nasir Bin Jameel St 157, 11194, Jordan (2) c/o the Embassy of the Hashemite Kingdom of Jordan, 6 Upper Phillimore Gardens, London W8 7HA Overseas visits 80ef1083 2015-03-09 Crispin Blunt uk.org.publicwhip/member/40496 Crispin Blunt uk.org.publicwhip/person/10051 1 2015-03-09-80ef1083-10051-0
f88bec8b8ac809ad02dca3486ed1599086b56843 Amount of donation (or estimate of the probable value): (1) Return flights, additional travel costs and one night’s accommodation; estimated value £750 (2) Accommodation, food and travel in and around Amman; estimated value £1,000 Overseas visits 80ef1083 2015-03-09 Crispin Blunt uk.org.publicwhip/member/40496 Crispin Blunt uk.org.publicwhip/person/10051 2 2015-03-09-80ef1083-10051-0
101e0ae8906922d8930ca9d98def8d3376cfc186 Destination of visit: Jordan Overseas visits 80ef1083 2015-03-09 Crispin Blunt uk.org.publicwhip/member/40496 Crispin Blunt uk.org.publicwhip/person/10051 3 2015-03-09-80ef1083-10051-0
5fa3d65f320063c11bdddb471bc96a08ec54b486 Date of visit: 26 November – 2 December 2014 Overseas visits 80ef1083 2015-03-09 Crispin Blunt uk.org.publicwhip/member/40496 Crispin Blunt uk.org.publicwhip/person/10051 4 2015-03-09-80ef1083-10051-0
3292260b8951abc1ce525ea39ee91535ea30c298 Purpose of visit: All Party Parliamentary Group on Jordan delegation to understand more about the political and economic environment in Jordan. Overseas visits 80ef1083 2015-03-09 Crispin Blunt uk.org.publicwhip/member/40496 Crispin Blunt uk.org.publicwhip/person/10051 5 2015-03-09-80ef1083-10051-0
157c99c066f3a29ff0b619adf8a32fcbbc138c36 (Registered 22 December 2014) Overseas visits 80ef1083 2015-03-09 Crispin Blunt uk.org.publicwhip/member/40496 Crispin Blunt uk.org.publicwhip/person/10051 6 2015-03-09-80ef1083-10051-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 22.671ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette