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-02-24-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
a1406cef7350aea9773fd7f7d9d270366430c921 Name of donor: Office of Tony Blair: Africa Governance Initiative Overseas visits 80ef1083 2010-02-24 Alan Milburn uk.org.publicwhip/member/1527 Alan Milburn uk.org.publicwhip/person/10434 0 2010-02-24-80ef1083-10434-0
08964bfa73074cd3d0ce390706311ee4a09bc279 Address of donor: PO Box 60519, London W2 7JU. Overseas visits 80ef1083 2010-02-24 Alan Milburn uk.org.publicwhip/member/1527 Alan Milburn uk.org.publicwhip/person/10434 1 2010-02-24-80ef1083-10434-0
1419ba123af9272a6ed0306da2c807ed56b1f05f Amount of donation (or estimate of the probable value): approximately £3000 Overseas visits 80ef1083 2010-02-24 Alan Milburn uk.org.publicwhip/member/1527 Alan Milburn uk.org.publicwhip/person/10434 2 2010-02-24-80ef1083-10434-0
fff814cec6f0abfedfa863e1947cbd914c92f75c Destination of visit: Freetown, Sierra Leone Overseas visits 80ef1083 2010-02-24 Alan Milburn uk.org.publicwhip/member/1527 Alan Milburn uk.org.publicwhip/person/10434 3 2010-02-24-80ef1083-10434-0
7b451ec76c60e06df2d4307798080319d44aa9d4 Date of visit: 16 - 18 September 2009 Overseas visits 80ef1083 2010-02-24 Alan Milburn uk.org.publicwhip/member/1527 Alan Milburn uk.org.publicwhip/person/10434 4 2010-02-24-80ef1083-10434-0
f70bb03d8d3ab585420a789c779b4ef636817af6 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-02-24 Alan Milburn uk.org.publicwhip/member/1527 Alan Milburn uk.org.publicwhip/person/10434 5 2010-02-24-80ef1083-10434-0
0258b1df8b3450e111664ec980ccc3a19e2667ce (Registered 12 October 2009) Overseas visits 80ef1083 2010-02-24 Alan Milburn uk.org.publicwhip/member/1527 Alan Milburn uk.org.publicwhip/person/10434 6 2010-02-24-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 17.24ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette