home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

8 rows where record_id = "2010-04-12-80ef1083-10241-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
cfaba63995def060831339b737a8990baeef1024 6-8 May 2009, to Italy, to attend Transatlantic Council on Migration at Bellagio. Travel and accommodation paid by Transatlantic Council on Migration. (Registered 14 May 2009) Overseas visits 80ef1083 2010-04-12 Damian Green uk.org.publicwhip/member/1379 Damian Green uk.org.publicwhip/person/10241 0 2010-04-12-80ef1083-10241-0
5efd8a5e3a95c928da9d3d15ebbaa3ddb684312f Name of donor: John Smith Memorial Trust Overseas visits 80ef1083 2010-04-12 Damian Green uk.org.publicwhip/member/1379 Damian Green uk.org.publicwhip/person/10241 1 2010-04-12-80ef1083-10241-0
191bc08c28fed9a75579b41b0a48db25e33259f4 Address of donor: 3rd Floor, Tulip House, 70 Borough High Street, London SE1 1XF. Overseas visits 80ef1083 2010-04-12 Damian Green uk.org.publicwhip/member/1379 Damian Green uk.org.publicwhip/person/10241 2 2010-04-12-80ef1083-10241-0
f46035114f28ebf8349cba29a411c100bb03d745 Amount of donation (or estimate of the probable value): £1563.50 Overseas visits 80ef1083 2010-04-12 Damian Green uk.org.publicwhip/member/1379 Damian Green uk.org.publicwhip/person/10241 3 2010-04-12-80ef1083-10241-0
547aacc6c95959b0460e02a3dc3d6462ff47ce7d Destination of visit: Azerbaijan Overseas visits 80ef1083 2010-04-12 Damian Green uk.org.publicwhip/member/1379 Damian Green uk.org.publicwhip/person/10241 4 2010-04-12-80ef1083-10241-0
e978dc68c1a396f3e15cb2757916e1cdc0564517 Date of visit: 14-17 September 2009 Overseas visits 80ef1083 2010-04-12 Damian Green uk.org.publicwhip/member/1379 Damian Green uk.org.publicwhip/person/10241 5 2010-04-12-80ef1083-10241-0
acb581e69e37e0bcd272ef4937111642efa80947 Purpose of visit: to promote the work of the John Smith Memorial Trust, encourage applications for the 2010 Fellowship Programme, and meet with Fellows. Overseas visits 80ef1083 2010-04-12 Damian Green uk.org.publicwhip/member/1379 Damian Green uk.org.publicwhip/person/10241 6 2010-04-12-80ef1083-10241-0
de5e2e954d6da2da6fb1dd8d6e093e31168fb76d (Registered 1 October 2009) Overseas visits 80ef1083 2010-04-12 Damian Green uk.org.publicwhip/member/1379 Damian Green uk.org.publicwhip/person/10241 7 2010-04-12-80ef1083-10241-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 50.808ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette