home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

4 rows where record_id = "2015-01-06-80ef1083-10377-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
4ffa697c11d7074a3653da7ab37840040d77c8f8 Name of donor: All-Party Parliamentary China Group (with sponsorship from Arup, Cambridge Assessment, City of London, GKN, HSBC, John Swire & Sons) Address of donor: All Party Parliamentary China Group, House of Commons Amount of donation (or estimate of the probable value): (1) flights with a value of £1,302 (2) hotel accommodation, transport and meals with a value of £757.49; £2,059.49 in total Destination of visit: China Overseas visits 80ef1083 2015-01-06 Stephen McCabe uk.org.publicwhip/member/40087 Steve McCabe uk.org.publicwhip/person/10377 0 2015-01-06-80ef1083-10377-0
ae001436809f7423c91f6355f1bdef8b8488daf8 Date of visit: 24-29 April 2014 Overseas visits 80ef1083 2015-01-06 Stephen McCabe uk.org.publicwhip/member/40087 Steve McCabe uk.org.publicwhip/person/10377 1 2015-01-06-80ef1083-10377-0
9d807d83f5e683343e30064bc81996ba35a4543f Purpose of visit: To understand more about ethnic minorities in Xinjiang and religious freedom in China; to support bids by British business and deepen engagement with the National People's Congress. Overseas visits 80ef1083 2015-01-06 Stephen McCabe uk.org.publicwhip/member/40087 Steve McCabe uk.org.publicwhip/person/10377 2 2015-01-06-80ef1083-10377-0
8fb58a5ab6798f1d00d2c60e243e5e10ac6ca8b2 (Registered 5 June 2014) Overseas visits 80ef1083 2015-01-06 Stephen McCabe uk.org.publicwhip/member/40087 Steve McCabe uk.org.publicwhip/person/10377 3 2015-01-06-80ef1083-10377-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 16.63ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette