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-10434-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
b7c01d9693a47d68f3ac04a7507356c4be315e10 Name of donor: Office of Tony Blair: Africa Governance Initiative Overseas visits 80ef1083 2010-03-10 Alan Milburn uk.org.publicwhip/member/1527 Alan Milburn uk.org.publicwhip/person/10434 0 2010-03-10-80ef1083-10434-0
480aa5c536484c5bf48eacb28f15678804e580c4 Address of donor: PO Box 60519, London W2 7JU. Overseas visits 80ef1083 2010-03-10 Alan Milburn uk.org.publicwhip/member/1527 Alan Milburn uk.org.publicwhip/person/10434 1 2010-03-10-80ef1083-10434-0
e4ffd19c38cbce3e81684d602d7538fac535fa4c Amount of donation (or estimate of the probable value): approximately £3000 Overseas visits 80ef1083 2010-03-10 Alan Milburn uk.org.publicwhip/member/1527 Alan Milburn uk.org.publicwhip/person/10434 2 2010-03-10-80ef1083-10434-0
46d4d4c5dcb66b31e11e4b15b9b01ccde2a5d591 Destination of visit: Freetown, Sierra Leone Overseas visits 80ef1083 2010-03-10 Alan Milburn uk.org.publicwhip/member/1527 Alan Milburn uk.org.publicwhip/person/10434 3 2010-03-10-80ef1083-10434-0
75009fb898b4e206beaf1d230a3bd4d08d5d0cf9 Date of visit: 16 - 18 September 2009 Overseas visits 80ef1083 2010-03-10 Alan Milburn uk.org.publicwhip/member/1527 Alan Milburn uk.org.publicwhip/person/10434 4 2010-03-10-80ef1083-10434-0
ddc267130c238f8355b987df8095f277a04bff9f Purpose of visit: to meet with the Government of Sierra Leone as part of the Office of Tony Blair: Africa Governance Initiative Overseas visits 80ef1083 2010-03-10 Alan Milburn uk.org.publicwhip/member/1527 Alan Milburn uk.org.publicwhip/person/10434 5 2010-03-10-80ef1083-10434-0
5965ee59057e9747e73393436ffed8a90b628680 (Registered 12 October 2009) Overseas visits 80ef1083 2010-03-10 Alan Milburn uk.org.publicwhip/member/1527 Alan Milburn uk.org.publicwhip/person/10434 6 2010-03-10-80ef1083-10434-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 303.046ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette