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-02-23-80ef1083-10051-1" 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
ee2cf8a72cfdf3dd1ef4eecec9055c8851038fbe Name of donor: (1) Kamal Exchange Company (2) Government and Parliament of Jordan Overseas visits 80ef1083 2015-02-23 Crispin Blunt uk.org.publicwhip/member/40496 Crispin Blunt uk.org.publicwhip/person/10051 0 2015-02-23-80ef1083-10051-1
7d81fba5635414fad4bd869ec023e34ceea5bc53 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-02-23 Crispin Blunt uk.org.publicwhip/member/40496 Crispin Blunt uk.org.publicwhip/person/10051 1 2015-02-23-80ef1083-10051-1
b316fa510899b2683ae17a361fae4ffe5809fd5b 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-02-23 Crispin Blunt uk.org.publicwhip/member/40496 Crispin Blunt uk.org.publicwhip/person/10051 2 2015-02-23-80ef1083-10051-1
5372c64981104f0aaddd1cb2d2b0c13916fbc483 Destination of visit: Jordan Overseas visits 80ef1083 2015-02-23 Crispin Blunt uk.org.publicwhip/member/40496 Crispin Blunt uk.org.publicwhip/person/10051 3 2015-02-23-80ef1083-10051-1
ca135e64df4d7bd9f09a17aec283c24e32e1776f Date of visit: 26 November – 2 December 2014 Overseas visits 80ef1083 2015-02-23 Crispin Blunt uk.org.publicwhip/member/40496 Crispin Blunt uk.org.publicwhip/person/10051 4 2015-02-23-80ef1083-10051-1
b5e0900fc8b500070f48118329cf0e5775d465cf 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-02-23 Crispin Blunt uk.org.publicwhip/member/40496 Crispin Blunt uk.org.publicwhip/person/10051 5 2015-02-23-80ef1083-10051-1
c8f458a565b9b11b48a7c965898fe06cbad9ca3b (Registered 22 December 2014) Overseas visits 80ef1083 2015-02-23 Crispin Blunt uk.org.publicwhip/member/40496 Crispin Blunt uk.org.publicwhip/person/10051 6 2015-02-23-80ef1083-10051-1

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 67.68ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette