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 = "2010-04-12-80ef1083-10378-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
29409c058589c77bf256afd57525c74c95d527df Name of donor: The National Population and Family Planning Commission i.e. China Government Overseas visits 80ef1083 2010-04-12 Chris McCafferty uk.org.publicwhip/member/1471 Chris McCafferty uk.org.publicwhip/person/10378 0 2010-04-12-80ef1083-10378-0
228b1ef893b0854e5ab906475179e721d3de0b47 Address of donor: Department of International Cooperation, National Population and Family Planning Commission of China, 14 Zhi Chun Road, Haidian District, Beijing 100191, China. Overseas visits 80ef1083 2010-04-12 Chris McCafferty uk.org.publicwhip/member/1471 Chris McCafferty uk.org.publicwhip/person/10378 1 2010-04-12-80ef1083-10378-0
105eb8d397cc530bd96d6000bd7bd5cb44cecd2d Amount of donation (or estimate of the probable value): £4811.98 for flights, accommodation, catering and incidental expenses. Overseas visits 80ef1083 2010-04-12 Chris McCafferty uk.org.publicwhip/member/1471 Chris McCafferty uk.org.publicwhip/person/10378 2 2010-04-12-80ef1083-10378-0
e26c0304959441d168bd6f4e088c9c64babf4f67 Destination of visit: Beijing Overseas visits 80ef1083 2010-04-12 Chris McCafferty uk.org.publicwhip/member/1471 Chris McCafferty uk.org.publicwhip/person/10378 3 2010-04-12-80ef1083-10378-0
0cd8d99ee680f654d675415b6d7bb0eef661d363 Date of visit: 16-20 October 2009 Overseas visits 80ef1083 2010-04-12 Chris McCafferty uk.org.publicwhip/member/1471 Chris McCafferty uk.org.publicwhip/person/10378 4 2010-04-12-80ef1083-10378-0
160b044f69fa34f257dcb4f81585a68beae351b9 Purpose of visit: I chaired a symposium at the 5th Asia Pacific Conference on Reproductive and Sexual Health & Rights. Overseas visits 80ef1083 2010-04-12 Chris McCafferty uk.org.publicwhip/member/1471 Chris McCafferty uk.org.publicwhip/person/10378 5 2010-04-12-80ef1083-10378-0
73ea7832e8460223f6488c3bdb01390fc414d0fb (Registered 1 February 2010) Overseas visits 80ef1083 2010-04-12 Chris McCafferty uk.org.publicwhip/member/1471 Chris McCafferty uk.org.publicwhip/person/10378 6 2010-04-12-80ef1083-10378-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 15.246ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette