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-03-10-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
e086655708b871488dd2849d627f753f4b3180ae Name of donor: The National Population and Family Planning Commission i.e. China Government Overseas visits 80ef1083 2010-03-10 Chris McCafferty uk.org.publicwhip/member/1471 Chris McCafferty uk.org.publicwhip/person/10378 0 2010-03-10-80ef1083-10378-0
d0528316676cf817f3ac65c785563c8d6d5cfd6f 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-03-10 Chris McCafferty uk.org.publicwhip/member/1471 Chris McCafferty uk.org.publicwhip/person/10378 1 2010-03-10-80ef1083-10378-0
e8021e5fa343f174ee1c2b36950fa47d9e0345ec Amount of donation (or estimate of the probable value): £4811.98 for flights, accommodation, catering and incidental expenses. Overseas visits 80ef1083 2010-03-10 Chris McCafferty uk.org.publicwhip/member/1471 Chris McCafferty uk.org.publicwhip/person/10378 2 2010-03-10-80ef1083-10378-0
035a6a1b95206467cb36ecdac88d6c3d6cb18efd Destination of visit: Beijing Overseas visits 80ef1083 2010-03-10 Chris McCafferty uk.org.publicwhip/member/1471 Chris McCafferty uk.org.publicwhip/person/10378 3 2010-03-10-80ef1083-10378-0
928ef325e4b176a7d184e0facaedf17ad1822e0b Date of visit: 16-20 October 2009 Overseas visits 80ef1083 2010-03-10 Chris McCafferty uk.org.publicwhip/member/1471 Chris McCafferty uk.org.publicwhip/person/10378 4 2010-03-10-80ef1083-10378-0
40d3f2b444a36ab552d132ee36f3c3c508c914f9 Purpose of visit: I chaired a symposium at the 5th Asia Pacific Conference on Reproductive and Sexual Health & Rights. Overseas visits 80ef1083 2010-03-10 Chris McCafferty uk.org.publicwhip/member/1471 Chris McCafferty uk.org.publicwhip/person/10378 5 2010-03-10-80ef1083-10378-0
b66f242b5c83e53ba34ac4e38c01d314b566fcd4 (Registered 1 February 2010) Overseas visits 80ef1083 2010-03-10 Chris McCafferty uk.org.publicwhip/member/1471 Chris McCafferty uk.org.publicwhip/person/10378 6 2010-03-10-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 36.209ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette