home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

2 rows where record_id = "2022-08-08-891eb863-11048-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
3a87b769b5fe51b1308c9f7515d6845ca332bb05 Name of donor: Upson Technology Group Address of donor: 3 Silverway Drive, Herndon, Virginia, 20170, USA Estimate of the probable value (or amount of any donation): Flights £2,850; car Service £133; hotel £438; total value £3,421 Destination of visit: Las Vegas, United States Dates of visit: 5-9 January 2022 Purpose of visit: To attend and speak at EDGE22 (formerly known as the CES Government Conference). (Registered 25 January 2022) Visits outside the UK 891eb863 2022-08-08   Ian Liddell-Grainger uk.org.publicwhip/person/11048 0 2022-08-08-891eb863-11048-0
ac1c500ffa5bb729261df58ecd3687828342cf49 Name of donor: China General Nuclear Corporation (CGN) Address of donor: CGN Tower, South Building, NO 2002 Shennan Boulevard, Shenzhen City, Futian District, Guangdong Province, 518026, China Estimate of the probable value (or amount of any donation): Flights, local/internal transport in China, accommodation and food; estimated value £9,559.83 Destination of visit: Taishan, China Dates of visit: 4-8 November 2018 Purpose of visit: APPG on Nuclear Energy visit to CGN's Taishan Nuclear Plant and to meet with senior representatives of the Guangdong Provisional People's Congress and CGN officials. (Registered 31 January 2022) This is a late entry to which the rectification procedure was applied on 24 January 2022. Paragraph 15 of chapter 4 of the Guide to the Rules refers. Visits outside the UK 891eb863 2022-08-08   Ian Liddell-Grainger uk.org.publicwhip/person/11048 1 2022-08-08-891eb863-11048-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 14.733ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette