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 = "2014-11-24-80ef1083-10372-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
0bf57a1f2e674e619e60c00985e7c4fc8551af6f Name of donor: All-Party Parliamentary China Group, sponsored by HSBC, Arup, GKN, Cambridge Assessment, John Swire & Sons and City of London. Overseas visits 80ef1083 2014-11-24 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 0 2014-11-24-80ef1083-10372-0
53d882c0109dd83bfc0d947d57e4c4aad4e052f6 Address of donor: c/o House of Commons, London SW1A 0AA Overseas visits 80ef1083 2014-11-24 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 1 2014-11-24-80ef1083-10372-0
bacc74dd2a4a67643a3e2d204a0eabf9917cd143 Amount of donation (or estimate of the probable value): flights, Chinese visas, hotel, food and drink and transport; total cost £1,633 Overseas visits 80ef1083 2014-11-24 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 2 2014-11-24-80ef1083-10372-0
591c0dd94f610f0d415aee2e2eb14b6bbf8a9085 Destination of visit: Shanghai and surrounding area Overseas visits 80ef1083 2014-11-24 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 3 2014-11-24-80ef1083-10372-0
c8d6303ad4895f246290b9b1c22d1d516a725661 Date of visit: 18-23 October 2013 Overseas visits 80ef1083 2014-11-24 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 4 2014-11-24-80ef1083-10372-0
12d36360131a9b49b29e984a8ed8ccf57d62a2e5 Purpose of visit: to promote economic contacts between the UK and China Overseas visits 80ef1083 2014-11-24 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 5 2014-11-24-80ef1083-10372-0
e3e0d474f1405b74e68504aaf95280e04b642caa (Registered 7 November 2013) Overseas visits 80ef1083 2014-11-24 Andrew Love uk.org.publicwhip/member/40243 Andrew Love uk.org.publicwhip/person/10372 6 2014-11-24-80ef1083-10372-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 164.078ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette